DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 1007: fnd_concurrent_programs fcp,

1003: -- Get Application Short Name and Application ID
1004: CURSOR get_application_detais(c_request_id NUMBER) IS
1005: SELECT app.application_short_name, fcp.application_id
1006: FROM fnd_application_vl app,
1007: fnd_concurrent_programs fcp,
1008: fnd_concurrent_requests r
1009: WHERE fcp.concurrent_program_id = r.concurrent_program_id
1010: AND r.request_id = c_request_id
1011: and app.application_id = fcp.application_id;