DBA Data[Home] [Help]

APPS.XLA_THIRD_PARTY_MERGE dependencies on FND_CONCURRENT_REQUESTS

Line 2427: , fnd_concurrent_requests fcr

2423: ) is
2424: CURSOR c_lastRunningReq is
2425: SELECT xtw.request_id
2426: FROM XLA_TPM_WORKING_HDRS_T xtw
2427: , fnd_concurrent_requests fcr
2428: WHERE xtw.merge_event_id = p_event_id
2429: AND xtw.process_type_flag in ('B', 'R')
2430: AND xtw.request_id = fcr.request_id
2431: AND fcr.phase_code IN ('R','P','I');