DBA Data[Home] [Help]

APPS.BIS_DEBUG_PUB dependencies on V$PARAMETER

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

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