DBA Data[Home] [Help]

APPS.PAY_CA_T4_XML dependencies on DUAL

Line 1546: from dual ;

1542:
1543: if (instr(TEMP_UTL,' ') > 0 and TEMP_UTL is not null) then
1544: select substrb(TEMP_UTL, 1, instr(TEMP_UTL,' ') - 1)
1545: into g_temp_dir
1546: from dual ;
1547: elsif (TEMP_UTL is not null) then
1548: g_temp_dir := TEMP_UTL;
1549: end if;
1550: