DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on V$PARAMETER

Line 1511: from v$parameter

1507: l_audit_log_dir := SUBSTR(l_temp,1,INSTR(l_temp,'o'||l_request_id)-1); */
1508: --
1509: select value
1510: into l_audit_log_dir
1511: from v$parameter
1512: where name = 'utl_file_dir';
1513: -- Check whether more than one util file directory is found
1514: IF INSTR(l_audit_log_dir,',') > 0 THEN
1515: l_audit_log_dir := substr(l_audit_log_dir,1,instr(l_audit_log_dir,',')-1);