DBA Data[Home] [Help]

APPS.FND_FILE dependencies on FND_CONC_PRIVATE_UTILS

Line 306: fnd_conc_private_utils.record_temp_file_use(

302: fnd_file_private.put_names(LOG_FNAME, OUT_FNAME, TEMP_DIR );
303:
304: -- CAUTION: for NT, we can ignore this area for NT
305: -- log the temp file info in fnd_temp_files table
306: fnd_conc_private_utils.record_temp_file_use(
307: TEMP_DIR || '/' || LOG_FNAME,
308: NULL);
309: fnd_conc_private_utils.record_temp_file_use(
310: TEMP_DIR || '/' || OUT_FNAME,

Line 309: fnd_conc_private_utils.record_temp_file_use(

305: -- log the temp file info in fnd_temp_files table
306: fnd_conc_private_utils.record_temp_file_use(
307: TEMP_DIR || '/' || LOG_FNAME,
308: NULL);
309: fnd_conc_private_utils.record_temp_file_use(
310: TEMP_DIR || '/' || OUT_FNAME,
311: NULL);
312:
313: end if;