DBA Data[Home] [Help]

APPS.PAY_JP_SPR_EFILE_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 1695: from fnd_concurrent_requests fcr,

1691: --
1692: cursor csr_file_dir
1693: is
1694: select fcp.plsql_dir
1695: from fnd_concurrent_requests fcr,
1696: fnd_concurrent_processes fcp
1697: where fcr.request_id = g_request_id
1698: and fcp.concurrent_process_id = fcr.controlling_manager;
1699: --

Line 5016: from fnd_concurrent_requests fcr,

5012: --
5013: cursor csr_file_dir
5014: is
5015: select fcp.plsql_dir
5016: from fnd_concurrent_requests fcr,
5017: fnd_concurrent_processes fcp
5018: where fcr.request_id = p_request_id
5019: and fcp.concurrent_process_id = fcr.controlling_manager;
5020: --