DBA Data[Home] [Help]

APPS.ICX_POR_EXT_UTL dependencies on V$PARAMETER

Line 53: from v$parameter

49:
50: -- Bug#2876721
51: select trim(value)
52: into gFilePath
53: from v$parameter
54: where name = 'utl_file_dir';
55:
56: if(gFilePath is not null) then
57: lTmpFilePath := substrb(translate(ltrim(gFilePath),',',' '), 1,