DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on FND_CONCURRENT_REQUESTS

Line 2395: from Fnd_Concurrent_Requests R

2391: -- assume that all concurrent workers completed normally, unless found otherwise
2392: l_workers_completed := TRUE;
2393:
2394: Select request_id BULK COLLECT into l_sub_requests
2395: from Fnd_Concurrent_Requests R
2396: Where Parent_Request_Id = FND_GLOBAL.conc_request_id
2397: and (phase_code<>'C' or status_code<>'C');
2398:
2399: IF l_sub_requests.count>0 THEN