DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on V$PARAMETER

Line 2368: from v$parameter

2364: */
2365: --
2366: select value
2367: into l_audit_log_dir
2368: from v$parameter
2369: where name = 'utl_file_dir';
2370: -- Check whether more than one util file directory is found
2371: IF INSTR(l_audit_log_dir,',') > 0 THEN
2372: l_audit_log_dir := substr(l_audit_log_dir,1,instr(l_audit_log_dir,',')-1);