DBA Data[Home] [Help]

APPS.XLA_THIRD_PARTY_MERGE dependencies on FND_CONCURRENT_REQUESTS

Line 2445: , fnd_concurrent_requests fcr

2441: ) is
2442: CURSOR c_lastRunningReq is
2443: SELECT xtw.request_id
2444: FROM XLA_TPM_WORKING_HDRS_T xtw
2445: , fnd_concurrent_requests fcr
2446: WHERE xtw.merge_event_id = p_event_id
2447: AND xtw.process_type_flag in ('B', 'R')
2448: AND xtw.request_id = fcr.request_id
2449: AND fcr.phase_code IN ('R','P','I');