DBA Data[Home] [Help]

APPS.FV_SETUP_PKG dependencies on FND_CONCURRENT

Line 225: call_status1 := FND_CONCURRENT.GET_REQUEST_STATUS(l_req_id,NULL,NULL,rphase1,rstatus1,dphase1,dstatus1,message1);

221: END IF;
222: commit;
223: end ;
224: LOOP
225: call_status1 := FND_CONCURRENT.GET_REQUEST_STATUS(l_req_id,NULL,NULL,rphase1,rstatus1,dphase1,dstatus1,message1);
226: EXIT WHEN ((call_status1 and dphase1 = 'COMPLETE') or NOT(call_status1));
227: DBMS_LOCK.SLEEP(5);
228: END LOOP;
229: begin