DBA Data[Home] [Help]

APPS.PJI_PROCESS_UTIL dependencies on DBMS_LOCK

Line 423: DBMS_LOCK.SLEEP(p_time_in_seconds);

419: procedure SLEEP (p_time_in_seconds in number) is
420:
421: begin
422:
423: DBMS_LOCK.SLEEP(p_time_in_seconds);
424:
425: end SLEEP;
426:
427: -- ----------------------------------------------------------