DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE_SHADOW dependencies on FND_CONCURRENT_REQUESTS

Line 1062: from Fnd_Concurrent_Requests R

1058: -- assume that all concurrent dup workers completed normally, unless found otherwise
1059: l_workers_completed := TRUE;
1060:
1061: Select request_id BULK COLLECT into l_sub_requests
1062: from Fnd_Concurrent_Requests R
1063: Where Parent_Request_Id = FND_GLOBAL.conc_request_id
1064: and (phase_code<>'C' or status_code<>'C');
1065:
1066: IF l_sub_requests.count>0 THEN

Line 1348: from Fnd_Concurrent_Requests R

1344: -- assume that all concurrent dup workers completed normally, unless found otherwise
1345: l_workers_completed := TRUE;
1346:
1347: Select request_id BULK COLLECT into l_sub_requests
1348: from Fnd_Concurrent_Requests R
1349: Where Parent_Request_Id = FND_GLOBAL.conc_request_id
1350: and (phase_code<>'C' or status_code<>'C');
1351:
1352: IF l_sub_requests.count>0 THEN