DBA Data[Home] [Help]

APPS.OKL_DEBUG_PUB dependencies on V$PARAMETER

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

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