DBA Data[Home] [Help]

APPS.FV_SETUP_PKG dependencies on FND_CONCURRENT

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

242: commit;
243: end ;
244: LOOP
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;