DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on FND_CONCURRENT_REQUESTS

Line 2413: from Fnd_Concurrent_Requests R

2409: -- assume that all concurrent workers completed normally, unless found otherwise
2410: l_workers_completed := TRUE;
2411:
2412: Select request_id BULK COLLECT into l_sub_requests
2413: from Fnd_Concurrent_Requests R
2414: Where Parent_Request_Id = FND_GLOBAL.conc_request_id
2415: and (phase_code<>'C' or status_code<>'C');
2416:
2417: IF l_sub_requests.count>0 THEN