DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on V$PARAMETER

Line 1564: from v$parameter

1560: l_audit_log_dir := SUBSTR(l_temp,1,INSTR(l_temp,'o'||l_request_id)-1); */
1561: --
1562: select value
1563: into l_audit_log_dir
1564: from v$parameter
1565: where name = 'utl_file_dir';
1566: -- Check whether more than one util file directory is found
1567: IF INSTR(l_audit_log_dir,',') > 0 THEN
1568: l_audit_log_dir := substr(l_audit_log_dir,1,instr(l_audit_log_dir,',')-1);