DBA Data[Home] [Help]

APPS.FND_FILE dependencies on FND_FILE_PRIVATE

Line 301: -- call fnd_file_private.put_names with these values

297:
298: LOG_FNAME := 'l' || BASE || '.tmp';
299: OUT_FNAME := 'o' || BASE || '.tmp';
300:
301: -- call fnd_file_private.put_names with these values
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

Line 302: fnd_file_private.put_names(LOG_FNAME, OUT_FNAME, TEMP_DIR );

298: LOG_FNAME := 'l' || BASE || '.tmp';
299: OUT_FNAME := 'o' || BASE || '.tmp';
300:
301: -- call fnd_file_private.put_names with these values
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(