DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on FND_GLOBAL

Line 2396: Where Parent_Request_Id = FND_GLOBAL.conc_request_id

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
2400: l_workers_completed:=FALSE;

Line 5655: l(' req_id := FND_GLOBAL.CONC_REQUEST_ID;');

5651: l(' l_en number; ');
5652: l(' USER_TERMINATE EXCEPTION;');
5653: l('');
5654: l(' BEGIN');
5655: l(' req_id := FND_GLOBAL.CONC_REQUEST_ID;');
5656: l(' LOOP');
5657: l(' call_status := FND_CONCURRENT.GET_REQUEST_STATUS(');
5658: l(' req_id, null,null,rphase,rstatus,dphase,dstatus,message);');
5659: l(' IF dstatus = ''TERMINATING'' THEN');