DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on V$PARAMETER

Line 2447: from v$parameter

2443: */
2444: --
2445: select value
2446: into l_audit_log_dir
2447: from v$parameter
2448: where name = 'utl_file_dir';
2449: -- Check whether more than one util file directory is found
2450: IF INSTR(l_audit_log_dir,',') > 0 THEN
2451: l_audit_log_dir := substr(l_audit_log_dir,1,instr(l_audit_log_dir,',')-1);