DBA Data[Home] [Help]

APPS.FV_SETUP_PKG dependencies on DBMS_LOCK

Line 249: DBMS_LOCK.SLEEP(5);

245: call_status1 :=
246: FND_CONCURRENT.GET_REQUEST_STATUS(l_req_id,NULL,NULL,rphase1,rstatus1,dphase1,dstatus1,message1);
247: EXIT WHEN ((call_status1 and dphase1 = 'COMPLETE') or
248: NOT(call_status1));
249: DBMS_LOCK.SLEEP(5);
250: END LOOP;
251: begin
252: l_req_id := fnd_request.submit_request
253: (program => 'FNDLOAD',