-
-
-
How do I submit a concurrent request from PL/SQL?
Use FND_REQUEST.SUBMIT_REQUEST Example: req_id := FND_REQUEST.SUBMIT_REQUEST('FND', 'FNDSCARU'); Note that this can only be called from a concurrent program See the Coding Standards for parameter details
-
-
-
-
How do I check if Multi-org is installed?
SELECT multi_org_flag FROM fnd_product_groups;
-
How do i recover the responsibility in apps if it is disabled?
Post your answer
-
Table for independent value set
In which FND table independent value set will be stored?
-
-
Where do concurrent request log files and output files go?
The concurrent manager first looks for the environment variable $APPLCSF If this is set, it creates a path using two other environment variables: $APPLLOG and $APPLOUT It places log files in $APPLCSF/$APPLLOG Output files go in $APPLCSF/$APPLOUT So for example, if you have this environment set: $APPLCSF = /u01/appl/common $APPLLOG = log $APPLOUT = out The concurrent manager will place log files in...
-
-
-
-
How do you create calender value set?
All are known creating of date,number,varchar2 by using we can create lov's. similar that can we create& attach calender ?
-
How do I generate a message file (usaeng.msb)?
Use: FNDMDCMF applsys/pwd 0 Y APP usaeng where: applsys/pwd is the APPLSYS user and password and APP is the short name of the application (like PO or INV)
-
-
-
-
How do I find out what the currently installed release of Applications is?
SELECT release_name FROM fnd_product_groups
AOL Interview Questions
Ans