DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on DBMS_LOCK

Line 4597: DBMS_LOCK.SLEEP (g_seconds); -- Wait, then try again

4593: END IF;
4594: RETURN FALSE;
4595: END IF;
4596:
4597: DBMS_LOCK.SLEEP (g_seconds); -- Wait, then try again
4598:
4599: ELSE
4600:
4601: IF (c_lock_candidates%ISOPEN) THEN