DBA Data[Home] [Help]

APPS.PAY_JP_MAGTAPE_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 27: from fnd_concurrent_requests fcr,

23: -- because of using MAX function.
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