DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on DBMS_LOCK

Line 228: dbms_lock.sleep(5);

224: EXIT;
225: EXCEPTION
226: WHEN deadlock THEN
227: ROLLBACK TO SAVEPOINT updateBackorder;
228: dbms_lock.sleep(5);
229: END;
230: END LOOP;
231: --End of Fix bug 15874569
232: elsif(p_wip_entity_type = wip_constants.repetitive) then