DBA Data[Home] [Help]

APPS.PAY_HRMS_ACCESS_PKG dependencies on DBMS_LOCK

Line 170: DBMS_LOCK.SLEEP(l_sleep_time);

166: end if;
167: close csr_fnd_install_processes;
168: --
169: commit;
170: DBMS_LOCK.SLEEP(l_sleep_time);
171: end loop; -- end of while loop.
172:
173: --
174: