DBA Data[Home] [Help]

APPS.INV_TXN_PURGE_MAIN dependencies on DBMS_LOCK

Line 253: DBMS_LOCK.sleep(l_sleep_time);

249: EXIT;
250: END IF;
251: END LOOP; -- end for loop
252:
253: DBMS_LOCK.sleep(l_sleep_time);
254: END LOOP; -- end while loop
255:
256: --Print the completed status for the requests in the log
257: --Bug 3687369, need to print the errored status of the child requests in the log.