GeekInterview.com
Series: Subject: Topic:

Oracle Forms Interview Questions

Showing Questions 1 - 20 of 48 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is customization?

Asked By: Interview Candidate | Asked On: Aug 29th, 2005

Answered by: chakri on: May 25th, 2012

making products that suits customer needs

Answered by: frahman on: Apr 15th, 2008

Modifying standard application to meet the business requirement.

What is who column and how you set the values?

Asked By: Interview Candidate | Asked On: May 20th, 2005

Answer posted by thangs on 2005-05-20 17:01:08: columns tracking the audit trial(user) information. created_by, creation_date, last_updated_by, last_updated_date, last_update_login

Answered by: bharath on: Jan 31st, 2012

WHO columns are used to track the information updated or inserted by the users against the tables. FND_STANDARD package is used for this purpose. FND_STANDARD.SET_WHO Procedure is used to update the W...

Answered by: monte on: Aug 23rd, 2011

Its actually not at the Form level, It should be at the Block Level. And function is Fnd_Standard.Set_who

Forms customization libraries

Asked By: vijayakumar.kasinathan | Asked On: Oct 21st, 2008

What are the important libraries in template.Fmb ?

Answered by: bharth on: Jan 31st, 2012

There are mainly 3 packages are their in custom form
APPCORE
APPDAYPK
FNDSQF

Answered by: sajasand on: May 4th, 2009

There are mainly two type of library in Template.fmb[a] Core Lib [b] Application specific libraries CORE Libraries are:1. APPCORE.pll : This is used for Application Standards specific uses 2. FNDSQF.p...

Messages directory

Asked By: saikumarbabu | Asked On: Jan 7th, 2010

Which program is required to be executed after defining messages in the Oracle applications?

Answered by: prasad_gv on: Nov 19th, 2010

The program 'Generate Messages' must be run.

Oracle Apps standard calendar

Asked By: hisatish | Asked On: Apr 19th, 2008

How to show Apps standard calendar in query mode ?. Can anyone tell me how to show calendar in query mode in standard/custom forms. It is working fine in insert mode.Regardssatish shrivastava

Answered by: kiran_marla on: Jun 9th, 2010

1. Create one text item2. Goto text item properties -> goto lov section -> SELECT            1. Subclass information->text-item-date &nb...

Answered by: mcheruku on: Feb 6th, 2009

Define a Key-listval trigger for that item and use calendar.show; 
Calendar will be shown next to the field in query node. Hope I answered your question correctly.

Name the directory having the forms source codes ( fmb files ) ?

Asked By: Interview Candidate | Asked On: Jul 12th, 2005

Answered by: Sathyan271 on: Sep 14th, 2009

The sorce codes (FMB files) are present in $AU_TOP/forms.  - Under this directory, there are language folders like US, PTB etc where the language specific forms are stored. - Once the forms are comp...

Answered by: Bonthu N Reddy on: Feb 14th, 2006

$AU_TOP/forms/US is the path u can find it.

Cheers,
Bonthu N Reddy.

What is use of fndsqf library?

Asked By: Interview Candidate | Asked On: May 20th, 2005

Answer posted by thangs on 2005-05-20 17:05:36: routines for handling message dictionary, felxfields, prpfiles, concurrent processing, mulicurrency, who etc

Answered by: sajasand on: May 5th, 2009

This Library used in form for the following function and related to them:
Desc Flexfield,

Currency,

Concurrent Request Submission,

Record History,

Message Dictionary

-Thanks
S Jain

Answered by: Thangs on: May 20th, 2005

Routines for handling Message Dictionary, felxfields, prpfiles, concurrent processing, mulicurrency, WHO etc

Forms customization

Asked By: schalla_27 | Asked On: Dec 20th, 2008

How do I customize forms in ap.Can I also customize reports in po. Thank u.

Answered by: sajasand on: May 4th, 2009

You can customize any form by modifiying Custom.pll or by Form personlization.

Built-in routine

Asked By: vijayakumar.kasinathan | Asked On: Oct 21st, 2008

List the built-in routine for controlling window during run-time?

How to use Java file host command in Oracle forms 4.5

Asked By: omkar_sen | Asked On: Dec 18th, 2007

Answered by: prasmok on: Sep 17th, 2008

HOST('unix command <full path of file>',NO_SCREEN);

Standard program for PO

Asked By: satish kandra | Asked On: Feb 28th, 2008

What is the standard program for PO while entering the data from interface tables to basetables? Explain briefly

Answered by: sureshbala on: Apr 14th, 2008

"Import Standard Purchase Order" Concurrent Program

Get records into a block with scroll bar

Asked By: lakshmimadhuri | Asked On: Jan 22nd, 2008

How can I get more than one record from a table appeared in a block with scroll bar.

Answered by: Sudhir Sorout on: Feb 4th, 2008

follow these steps:..........1.  go to the property of that block2.  choose Records->number of records displayed=10(now 10 records come at a time in block u can give any no of record here...

Shall we delete exiting triggers?

Asked By: Interview Candidate | Asked On: Jul 6th, 2005

Answered by: Sudhir Sorout on: Feb 4th, 2008

we can delete existing trigger using

drop trigger trigger_name;

and we can enable and disable the trigger aslo using

alter trigger trigger_name disable/enable

Answered by: naresh_hs on: Jul 6th, 2005

We must not delete the triggers which comes from the Templates.

How do you register a report in Oracle application? What are the triggers we need change in the template.Fmb? What type of journal entries you can enter into g.L? What is an open invoice? Can you tell...

Asked By: Moins | Asked On: Sep 20th, 2006

Answered by: kssenthil on: Jan 13th, 2008

Hi pls let me know the steps for how to register the reports in oracle application.


Thanks & Regards,
SenthilS

Answered by: Guest on: Jan 23rd, 2007

1.we will develop the report through report 6i.2.we will move that report from local machine to oracle apps serverfor example if it Po module the path is PO/11.5/reports/us/xx.rdf3.we will create exec...

When you are moving a cursor on a form what are the possible triggers that are going to be fired?

Asked By: shravanam | Asked On: Nov 20th, 2007

Answered by: Anupam on: Nov 21st, 2007

If you are moving from a item of first block to the item of another block in a form then following trigger will be fired.post-textwhen-validate-item (fired only when the status of the textitem has bee...

Which form objects we should not use?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Answered by: ANKUSH SHINDE on: Nov 2nd, 2007

Did you attach the form to menu. And both calling form and new form should be attached to the menu and that menu should be accessible by the responsibility which you are using

Answered by: swapnapriya on: Oct 23rd, 2007

hi iam working in TCS kolkata,actually i want to navigate from form1 to form2 when button pressed,so i have written the following code in WHEN_BUTTON_PRESSED trigger of form1,DECLARElv_trip_name VARCH...

What is naming convention for unique constraint?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Answered by: Amit Malviya on: Sep 27th, 2007

The naming convention for unique Constraint may be Uk.

How can you change the default menu bar action?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Answered by: sajna samad on: Aug 3rd, 2007

How can i enable the export in file menu of default menu bar?I tried APP_SPECIAL.ENABLE('FILE.EXPORT',PROPERTY_ON   ); in pre-form and new-form instance trigger but its not working .Is there anything which i have to do other than this to make it enabled.

Answered by: DM on: Sep 19th, 2005

E.g. To Disable default Create Record Icon(+). Use the following in WHEN-NEW-RECORD-INSTANCE at form level.

APP_SPECIAL.ENABLE('FILE.NEW', PROPERTY_OFF ) ;

To know about detail about default menu, copy FNDMENU.mmb from $AU_TOP/resource/US.

--DM.

Can you comment your form? How?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Answered by: Kumar P on: Jul 30th, 2007

Yes, we can give comments to our form. To give comments, go to the Module's property sheet, under General heading you can see COMMENTS property, we can provide form comments here. Also change history done to the FORM can be mentioned here.

What are the steps you have to follow to register a form?

Asked By: Interview Candidate | Asked On: Aug 12th, 2005

Answered by: Guest on: Jan 23rd, 2007

=>we will down load template.fmb from au_top resource folder.then we will  delete block name from  window,datablock,canvas.=> change the proeprty class for  window,canva...

Answered by: Bonthu N Reddy on: Feb 14th, 2006

Form Registration Steps r :-

1) First put the form in corresponding module like GL / AP / AR in appropriate Server Directory.

2)Register from with Application Object Library ( A.O.L ).

3) Attach Form With Function.

4)Attach Function With Menu.

5)Attach Menu With Responsibility.

Cheers,

Bonthu.

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".