DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on FND_GLOBAL

Line 2414: Where Parent_Request_Id = FND_GLOBAL.conc_request_id

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

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

5805: l(' l_en number; ');
5806: l(' USER_TERMINATE EXCEPTION;');
5807: l('');
5808: l(' BEGIN');
5809: l(' req_id := FND_GLOBAL.CONC_REQUEST_ID;');
5810: l(' LOOP');
5811: l(' call_status := FND_CONCURRENT.GET_REQUEST_STATUS(');
5812: l(' req_id, null,null,rphase,rstatus,dphase,dstatus,message);');
5813: l(' IF dstatus = ''TERMINATING'' THEN');