![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() 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 ... 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 ... I have run a request but it is not completed. His status is (running normal) and those requests are giving after this he will be completed.So,now what steps I have to follow for the running request? Read Answers (3) | Asked by : devesh 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||