DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on DBMS_LOCK

Line 383: dbms_lock.sleep(4);

379: -- To prevent over polling of fnd_concurrent_requests
380: -- sleep for a while.
381: --
382: If (l_no_slaves) then
383: dbms_lock.sleep(4);
384: End if;
385: --
386: end loop;
387: --