DBA Data[Home] [Help]

APPS.MST_LAUNCH_PLAN_PKG dependencies on DBMS_LOCK

Line 422: DBMS_LOCK.SLEEP( 10);

418: ELSIF l_dev_phase='INACTIVE' THEN
419: EXIT WHEN l_pending_timeout_flag= 1;
420: END IF;
421:
422: DBMS_LOCK.SLEEP( 10);
423:
424: END LOOP;
425:
426: o_retcode:= SYS_NO;