DBA Data[Home] [Help]

APPS.FND_FILE_PRIVATE dependencies on DBMS_LOCK

Line 48: dbms_lock.sleep(UTL_FILE_REOPEN_DELAY);

44: log_simple_msg(fnd_log.level_statement, 'init', 'UTL_FILE_REOPEN_DELAY ='|| UTL_FILE_REOPEN_DELAY);
45: end if;
46:
47: if ((UTL_FILE_REOPEN_DELAY IS NOT NULL) and (UTL_FILE_REOPEN_DELAY > 0)) then
48: dbms_lock.sleep(UTL_FILE_REOPEN_DELAY);
49: end if;
50:
51: if TYPE = 'OUT' and
52: OUT_FNAME is not null and