DBA Data[Home] [Help]

APPS.AST_DEBUG_PUB dependencies on V$PARAMETER

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

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