DBA Data[Home] [Help]

APPS.MSC_REL_PLAN_PUB dependencies on FND_CONCURRENT_PROGRAMS

Line 735: ,fnd_concurrent_programs fcp

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:
739: IF(l_concurrent_program_name = 'MSCAPO') THEN