DBA Data[Home] [Help]

APPS.MSC_REL_PLAN_PUB dependencies on FND_CONCURRENT_REQUESTS

Line 734: from fnd_concurrent_requests fcr

730: BEGIN
731: BEGIN
732: select fcp.concurrent_program_name
733: INTO l_concurrent_program_name
734: from fnd_concurrent_requests fcr
735: ,fnd_concurrent_programs fcp
736: where request_id = fnd_profile.value('CONC_REQUEST_ID')
737: AND fcr.concurrent_program_id = fcp.concurrent_program_id;
738: