DBA Data[Home] [Help]

APPS.PAY_CA_T4_XML dependencies on DUAL

Line 1091: from dual ;

1087:
1088: if (instr(TEMP_UTL,' ') > 0 and TEMP_UTL is not null) then
1089: select substrb(TEMP_UTL, 1, instr(TEMP_UTL,' ') - 1)
1090: into g_temp_dir
1091: from dual ;
1092: elsif (TEMP_UTL is not null) then
1093: g_temp_dir := TEMP_UTL;
1094: end if;
1095: