DBA Data[Home] [Help]

APPS.PAY_JP_MAGTAPE_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 28: fnd_concurrent_programs fcp

24: --
25: cursor csr_request_id is
26: select max(request_id)
27: from fnd_concurrent_requests fcr,
28: fnd_concurrent_programs fcp
29: where fcp.application_id = 801
30: and fcp.concurrent_program_name = 'PAYJPMAG'
31: and fcr.program_application_id = fcp.application_id
32: and fcr.concurrent_program_id = fcp.concurrent_program_id