You are on page 1of 3

Common Interview questions in Oracle Apps. 1) What are the flex fields of AR?

ANS: Sales Tax location flexfield and Territory Flexfield. (AP and PO does no t have flexfields) 2) What are the main tables of AR? 3) What is multi org tables ? 4) What is the difference between KFF & DFF? 5) What are report triggers? 6) What are format triggers? 7) How do you design the report & register it in oracle apps? 8) What are the various interface steps in AP Interface, GL Interface Module ? S tate important validations for each of them? 9) What are the database triggers? 10) What is a staging table ? 11) What is exception handling ? How do you handle it? 12) What is master detail relationship in reports? 13) What are user exits. ? Name some of the user exits used by you in multiorg r eports? 14) What is an API ? What are API's that you have used i reports? 15) State the multi -org concept. Describe the hierarchy in multi-org? 16) What are the interface tables of customer interface..? 17) How do you go about migration of reports? 18) How do you customize a form using template .fmb? 19) State simple steps for form migration? 20) Name some of the reports you developed from scratch? 21) How do you register the form in APPS? Explain form registration steps? 22) Which methodology are you following ? What is AIM methodology? 23) What is $ flex $ ? Explain with an example? 24) What is global temporary table. How it is different from temporary table? 25) What is FND_FILE Packages? When and how to use it? 26) What is $ Parameter $. Explain with an example.

27) What are the mandatory parameters while registering a procedure.? 28) State the various default types in reports? 29) How will you captures set of books dynamically ? 30) What are various types of profiles.? 31) What is difference between org_id and organization_id? 32) What is custom.pll? 33) What are various events in custom.pll? 34) What are reports trigger and their firing sequence? 35) How will you make reports as a multi-org environment? 36) What are mandatory parameter in reports for apps. 37) what is user exit? 38) How will you make validation in start date and end date in concurrent progra ms? 39) What do you mean by incompatibality? 40) What is meaning of Token ? 41) What is the difference between data group and request groups? 42) What is the difference between request set and request group? 43) How will you register custom tables in apps? 44) How will you register reports through API? 45) What are various execution method s in reports? 46) What is difference between application name that is defined in executables a nd application name defined in concurrent programs? 47) How will you call concurrent program through API? 48) How will you link AP Invoice with PO? 49) What are various tables for AR Invoices.? 50) What is the difference in Ap_invoices_all and ap_invoices. =============================================================================== Two types of Validation in FlexFields ===================================== 1.Format Validation : ==================

It performs the validation on the format of the flex field value should be num eric,char,etc., and number of digit , uppercase,etc., while creating transactions using the flexfields. 2. Value validation: ================ It performs validation like table,dependent,independent ,etc., How u can find one instance is multi org installed? SELECT multi_org_flag FROM fnd_product_groups; if the flag value is 'Yes' then its multi org installed.

You might also like