DBA Data[Home] [Help]

APPS.MSC_CL_LOADERS dependencies on DBMS_LOCK

Line 763: DBMS_LOCK.SLEEP( 5);

759: select (SYSDATE- START_TIME) into lv_process_time from dual;
760:
761: IF lv_process_time > p_timeout/1440.0 THEN Raise EX_PROCESS_TIME_OUT; END IF;
762:
763: DBMS_LOCK.SLEEP( 5);
764:
765: END IF;
766:
767: ELSE

Line 774: DBMS_LOCK.SLEEP( 5);

770: select (SYSDATE- START_TIME) into lv_process_time from dual;
771:
772: IF lv_process_time > p_timeout/1440.0 THEN Raise EX_PROCESS_TIME_OUT; END IF;
773:
774: DBMS_LOCK.SLEEP( 5);
775:
776: END IF;
777:
778: END LOOP;