DBA Data[Home] [Help]

APPS.MSC_ATP_PEG dependencies on FND_CONCURRENT_REQUESTS

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