DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on V$PARAMETER

Line 1934: from v$parameter

1930: if g_temp_dir is null then
1931: -- use first entry of utl_file_dir as the g_temp_dir
1932: select translate(ltrim(value),',',' ')
1933: into TEMP_UTL
1934: from v$parameter
1935: where name = 'utl_file_dir';
1936:
1937: if (instr(TEMP_UTL,' ') > 0 and TEMP_UTL is not null) then
1938: select substrb(TEMP_UTL, 1, instr(TEMP_UTL,' ') - 1)