DBA Data[Home] [Help]

APPS.FND_CORE_LOG dependencies on DUAL

Line 332: from dual;

328:
329: if (instr(TEMP_DIR,' ') > 0 and TEMP_DIR is not null) then
330: select substrb(TEMP_DIR, 1, instr(TEMP_DIR,' ') - 1)
331: into UTL_DIR
332: from dual;
333: elsif (TEMP_DIR is not null) then
334: UTL_DIR := TEMP_DIR;
335: end if;
336: