DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 998: fnd_concurrent_programs fcp,

994: -- Get Application Short Name and Application ID
995: CURSOR get_application_detais(c_request_id NUMBER) IS
996: SELECT app.application_short_name, fcp.application_id
997: FROM fnd_application_vl app,
998: fnd_concurrent_programs fcp,
999: fnd_concurrent_requests r
1000: WHERE fcp.concurrent_program_id = r.concurrent_program_id
1001: AND r.request_id = c_request_id
1002: and app.application_id = fcp.application_id;