DBA Data[Home] [Help]

APPS.IEX_DEBUG_PUB dependencies on V$PARAMETER

Line 21: from v$PARAMETER where name = 'utl_file_dir';

17: Begin
18:
19: if G_DIR is null then
20: select value INTO G_DIR
21: from v$PARAMETER where name = 'utl_file_dir';
22: if instr(G_DIR,',') > 0 then
23: G_DIR := substr(G_DIR,1,instr(G_DIR,',')-1);
24: end if;
25: END IF;