![]() Related Questions 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 ... 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 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 ... 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. Latest Answer : go to applcation developer responsibilitynavigation->Application/function.query the function name then goto form tab then goto parameters field then write the following code in that fieldQUERY_YES="YES"save the changes and then see the forms get affected ... Character mode forms: Use adfrmgen Usage : adfrmgen filelist= or : adfrmgen product="product shortname(s)" [filepath="dir-path/filename"] For example : adfrmgen filelist=filelist.txt Latest Answer : Concurrent program is nothing but instance of execution file along with parameters and incompatabilities.By using concurrent request set we can submit multiple programs at a time through srs window.after creation of request set we can attach it to request ... Read Answers (2) | Asked by : Jay Latest Answer : Through the Application Front end its not possible to delete CP. But from backend we can delete it.TO DELETE CONCURRENT PROGRAM---------------------------------------------beginfnd_program.delete_program('SHORTNAME','APPLICATION');fnd_program.delete_executable('SHORTNAME','APPLICATION');end; ... Read Answers (4) | Asked by : Shrin Latest Answer : fnd.request.submit_request( Concurrent_program_name, ... Read Answers (1) | Asked by : kav
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||