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
Latest Answer: The output of the command below is the answerselect LOGFILE_NAME, OUTFILE_NAMEfrom fnd_concurrent_requestsSaurabhHindalco ...
Logfiles: l.req Output files: If $APPCPNAM is not set: . If $APPCPNAM = REQID: o.out If $APPCPNAM = USER: .out Where: = The request id of the concurrent request And: = The id of the user that submitted
Latest Answer: Log file get following name by default: lRequest_id.reqand Output file get following name by default : oRequest_id.outOutput files are stored at $APPLCSF/$APPLOUTand Log files are stored at $APPLCSF/logThese paths may vary depending on the setups that ...
SELECT multi_org_flag FROM fnd_product_groups;
Latest Answer: SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPSy --THIS IS MULTIORG INSTALLEDn--MULTIORGNOT INSTALEEDBUSINESSGROUPS->LEGALENTITEIS->SETOFBOOKS->OPERATINGUNIT->INVENTORYORGANIZATION ...
SELECT release_name FROM fnd_product_groups
Latest Answer: Run the following QueySELECT * FROM FND_PRODUCT_INIT_CONDITIONCheers ...
GUI: Use Help->About Oracle Applications Scroll down to find the form name Character: Use Help->Version
Latest Answer: GUI: Use Help->About Oracle Applications Scroll down to find the form name in Current Form ...
Use: oerr ora XXXX or: oerr tns XXXX where XXXX is the error number (This also supports a number of other error types. Use the 3-letter error prefix in place of 'ora')
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)
Latest Answer: It can be generated through submission of Concurrent Program from Application Developer responsibility. ...
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
Latest Answer: Hi Usha,If you wanna find out the USER_ID, ORG_ID, RESP_ID, RESP_APPL_ID, connect to the system and open any window and flow the below mentiioned navigation to find the values..Help -> Diagnostics -> Examine -> you get a small window (dialog ...
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
Latest Answer: Please open below package & see the coments. FND_REQUEST.submit_svc_ctl_request ...
The profile option Utilities:Diagnostics is set to NO This profile option controls whether users can use the Examine utility. The password should be the APPS password.
Latest Answer: Navigate to the Update System Profile Screen. (\ navigate profile system) - Select Level: Site - Query up Utilities:Diagnostics in the User Profile Options Zone. If the profile option Utilities:Diagnostics is set to NO, people with access to the Utilities ...
View page << Previous 1 2 [3] 4 Next >>

Go Top