DBA Data[Home] [Help]

APPS.MSC_ATP_PEG dependencies on FND_CONCURRENT

Line 3064: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

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

Line 4624: from fnd_concurrent_requests

4620: BEGIN
4621: IF fnd_global.conc_request_id > 0 THEN
4622: select logfile_name
4623: into l_log_file
4624: from fnd_concurrent_requests
4625: where request_id = fnd_global.conc_request_id;
4626: msc_util.msc_log('LOG FILE is: ' || l_log_file);
4627: ELSE
4628: BEGIN