DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_UTIL dependencies on FND_CONCURRENT_PROGRAMS

Line 2680: fnd_concurrent_programs fcp

2676: where transaction_number in
2677: (
2678: select argument1
2679: from fnd_concurrent_requests fcr,
2680: fnd_concurrent_programs fcp
2681: where fcp.concurrent_program_name = 'CSDBLKRCV'
2682: and fcp.application_id = 512
2683: and fcr.program_application_id = fcp.application_id
2684: and fcp.concurrent_program_id = fcr.concurrent_program_id