DBA Data[Home] [Help]

APPS.JDR_MDS_INTERNAL dependencies on DBMS_LOCK

Line 1930: SYS.DBMS_LOCK.SLEEP(1);

1926: num_attempts := num_attempts - 1;
1927: IF (num_attempts <= 0) THEN
1928: RAISE;
1929: END IF;
1930: SYS.DBMS_LOCK.SLEEP(1);
1931: END;
1932: END LOOP;
1933: END;
1934: