DBA Data[Home] [Help]

APPS.AS_FORECAST_ACTUAL_PKG dependencies on V$PARAMETER

Line 478: from v$parameter

474: -- use first entry of utl_file_dir as the DIR
475: -- if there is no entry then do not even construct file names
476: select trim(value)
477: into l_logdir
478: from v$parameter
479: where name = 'utl_file_dir';
480:
481: l_pos := instr(l_logdir, l_token);
482: if ( l_logdir is null ) then