DBA Data[Home] [Help]

APPS.FND_FILE dependencies on FND_FILE_PRIVATE

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

224:
225: LOG_FNAME := 'l' || BASE || '.tmp';
226: OUT_FNAME := 'o' || BASE || '.tmp';
227:
228: -- call fnd_file_private.put_names with these values
229: fnd_file_private.put_names(LOG_FNAME, OUT_FNAME, TEMP_DIR );
230:
231: end if;
232:

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

225: LOG_FNAME := 'l' || BASE || '.tmp';
226: OUT_FNAME := 'o' || BASE || '.tmp';
227:
228: -- call fnd_file_private.put_names with these values
229: fnd_file_private.put_names(LOG_FNAME, OUT_FNAME, TEMP_DIR );
230:
231: end if;
232:
233: -- CAUTION: for NT, we can ignore this area for NT