-
-
-
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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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?
Oracle Apps Basics Interview Questions
Ans