DBA Data[Home] [Help]

APPS.FV_IPA_PKG_PVT dependencies on FND_CONCURRENT

Line 44: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(v_submit_id, NULL, NULL,

40: -- do not exit this procedure until the Lockbox Finance Charge Application
41: -- Process has completed processing. Then control can return to the
42: -- Lockbox Execution report.
43: LOOP
44: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(v_submit_id, NULL, NULL,
45: rphase,rstatus,dphase,dstatus,message);
46: EXIt WHEN ((call_status and dphase = 'COMPLETE') or NOT(call_status));
47: dbms_lock.sleep(5);
48: END LOOP;