DBA Data[Home] [Help]

APPS.FND_FILE_PRIVATE dependencies on FND_PROFILE

Line 42: if FND_PROFILE.defined('CONC_UTL_FILE_REOPEN_DELAY') then

38:
39: /* bug12954046 */
40: /* implement a delay before open operation takes place */
41: /* */
42: if FND_PROFILE.defined('CONC_UTL_FILE_REOPEN_DELAY') then
43: fnd_profile.get('CONC_UTL_FILE_REOPEN_DELAY', 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:

Line 43: fnd_profile.get('CONC_UTL_FILE_REOPEN_DELAY', UTL_FILE_REOPEN_DELAY);

39: /* bug12954046 */
40: /* implement a delay before open operation takes place */
41: /* */
42: if FND_PROFILE.defined('CONC_UTL_FILE_REOPEN_DELAY') then
43: fnd_profile.get('CONC_UTL_FILE_REOPEN_DELAY', 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