DBA Data[Home] [Help]

APPS.ZPB_PERSONAL_AW dependencies on DBMS_LOCK

Line 1378: dbms_lock.sleep(1);

1374: -- if session still not killed sleep for a second and try again
1375: if l_stillExists = 0 then
1376: return;
1377: end if;
1378: dbms_lock.sleep(1);
1379: l_numtries:=l_numtries+1;
1380: end loop;
1381:
1382: exception