DBA Data[Home] [Help]

APPS.FND_CORE_LOG dependencies on DUAL

Line 303: from dual;

299:
300: if (instr(TEMP_DIR,' ') > 0 and TEMP_DIR is not null) then
301: select substrb(TEMP_DIR, 1, instr(TEMP_DIR,' ') - 1)
302: into UTL_DIR
303: from dual;
304: elsif (TEMP_DIR is not null) then
305: UTL_DIR := TEMP_DIR;
306: end if;
307: