DBA Data[Home] [Help]

APPS.WIP_REBUILD dependencies on V$PARAMETER

Line 289: select trim(substr(value, 1, DECODE( instr( value, ','), 0, length( value), instr( value, ',') -1 ) ) ) into l_output_dir FROM v$parameter WHERE name = 'utl_file_dir';

285: end if;
286:
287:
288: begin
289: select trim(substr(value, 1, DECODE( instr( value, ','), 0, length( value), instr( value, ',') -1 ) ) ) into l_output_dir FROM v$parameter WHERE name = 'utl_file_dir';
290: exception
291: when NO_DATA_FOUND then
292: null;
293: end;