DBA Data[Home] [Help]

APPS.EGO_RULE_SETS_PKG dependencies on V$PARAMETER

Line 189: select substr(value,1,instr(value||',', ',')-1) into log_path from v$parameter where name = 'utl_file_dir';

185: log_name := X_LOG_NAME;
186: else
187: log_name := X_RULESET_NAME || '_' || to_char(sysdate, 'yyyy-mm-dd') || '_' || to_char(sysdate, 'SSSSS') || '.txt';
188: end if;
189: select substr(value,1,instr(value||',', ',')-1) into log_path from v$parameter where name = 'utl_file_dir';
190: end INITIALIZE_RULESET;
191:
192: procedure CLEAR_RULE is
193: