DBA Data[Home] [Help]

APPS.XDP_CONTROLLER_CORE dependencies on DBMS_LOCK

Line 295: DBMS_LOCK.SLEEP (GetCtrlWaitToKillMins*60);

291: end loop;
292:
293: if l_term_adapters_list.COUNT > 0 then
294:
295: DBMS_LOCK.SLEEP (GetCtrlWaitToKillMins*60);
296:
297: for i in 1..l_term_adapters_list.COUNT loop
298: if (l_term_adapters_list.EXISTS(i) and
299: (l_term_adapters_list(i).lock_retry = 'Y')) then