DBA Data[Home] [Help]

APPS.WF_BES_FUNCS dependencies on V$PARAMETER

Line 37: from v$parameter

33: begin
34: --Get the directory where the output file is to be generated
35: select value
36: into utl_dir
37: from v$parameter
38: where name = 'utl_file_dir';
39:
40: --The value can be a comma separeated list, So take the first location and
41: --use that as the output directory.