DBA Data[Home] [Help]

APPS.FND_CORE_LOG dependencies on V$PARAMETER

Line 326: from v$parameter

322: if UTL_DIR is null and P_DIRECTORY is null then
323: -- Then determine the utl_file_dir value.
324: select translate(ltrim(value),',',' ')
325: into TEMP_DIR
326: from v$parameter
327: where lower(name) = 'utl_file_dir';
328:
329: if (instr(TEMP_DIR,' ') > 0 and TEMP_DIR is not null) then
330: select substrb(TEMP_DIR, 1, instr(TEMP_DIR,' ') - 1)