DBA Data[Home] [Help]

APPS.MSC_ATP_PEG dependencies on FND_CONCURRENT_REQUESTS

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