DBA Data[Home] [Help]

APPS.FND_DIAG_CM dependencies on DBMS_LOCK

Line 27: DBMS_LOCK.SLEEP(SLEEPT);

23: is
24: begin
25: fnd_file.put_line(fnd_file.log, PROGNM || ' test program:');
26: fnd_file.put_line(fnd_file.log, 'Sleep for ' || SLEEPT || ' seconds.');
27: DBMS_LOCK.SLEEP(SLEEPT);
28: fnd_file.put_line(fnd_file.log, 'Awake and exiting.');
29: retcode := 0;
30: exception
31: when others then