-
-
-
Gaps identification during upgradation
What are the gaps identified during upgradation of Oracle 11i to R12?
How will you rectify the gaps identified during R12 upgradation? -
-
-
Table for independent value set
In which FND table independent value set will be stored?
-
-
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 recover the responsibility in apps if it is disabled?
Post your answer
-
Define Shipping Parameters
What is the process of defining shipping parameters in OM
-
How do I open a form in query-only mode?
Navigate to the Form Functions form (Application->Function) Query the particular form and add the parameter QUERY_ONLY=YES Not all forms will accept this parameter however.
-
-
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 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)
-
-
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 I cancel a running concurrent request?
Navigate to the Concurrent Request Summary form Select a request In character, do a Quickpick on the Status column You can select Cancel or Hold In GUI, use the Cancel or Hold buttons The Sysadmin responsibility can cancel or hold any running request
AOL Interview Questions
Ans