-
-
-
-
What are forms customization steps ?
The steps are as follows :· Copy the template.fmb and Appstand.fmb from AU_TOP/forms/us.Put it in custom directory. The libraries (FNDSQF, APPCORE, APPDAYPK, GLOBE, CUSTOM, JE, JA, JL, VERT) are automatically attached .· Create or open new Forms. Then customize.· Save this Form in Corresponding Modules.
-
-
-
-
-
-
Single Inventory Organization
Is it possible to have a single inventory organization associated to Multiple Operating Units?If Yes, How can we query it from the database?
-
Data Transfer Tools
What are the Tools used to transfer data from flat file to staging table in oracle apps other than SQL LOADER?
-
-
-
-
-
-
-
-
-
What is the use of cursors in PL/SQL ? What is REF Cursor ?
The cursor are used to handle multiple row query in PL/SQL. Oracle uses implicit cursors to handle all it’s queries. Oracle uses unnamed memory spaces to store data used in implicit cursors, with REF cursors you can define a cursor variable which will point to that memory space and can be used like pointers in our 3GLs.
Oracle Apps Basics Interview Questions
Ans