DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on V$PARAMETER

Line 2046: from v$parameter

2042: if g_temp_dir is null then
2043: -- use first entry of utl_file_dir as the g_temp_dir
2044: select translate(ltrim(value),',',' ')
2045: into TEMP_UTL
2046: from v$parameter
2047: where name = 'utl_file_dir';
2048:
2049: if (instr(TEMP_UTL,' ') > 0 and TEMP_UTL is not null) then
2050: select substrb(TEMP_UTL, 1, instr(TEMP_UTL,' ') - 1)