DBA Data[Home] [Help]

APPS.MSC_ATP_PEG dependencies on FND_CONCURRENT

Line 3062: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

3058: msc_util.msc_log('Request to create partition is launched with request id := ' || l_request_id);
3059: commit;
3060:
3061: LOOP
3062: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
3063: ( l_request_id,
3064: NULL,
3065: NULL,
3066: l_phase,

Line 4618: from fnd_concurrent_requests

4614: BEGIN
4615: IF fnd_global.conc_request_id > 0 THEN
4616: select logfile_name
4617: into l_log_file
4618: from fnd_concurrent_requests
4619: where request_id = fnd_global.conc_request_id;
4620: msc_util.msc_log('LOG FILE is: ' || l_log_file);
4621: ELSE
4622: BEGIN