DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on V$PARAMETER

Line 60: FROM v$parameter

56:
57: /* get output directory path from database */
58: SELECT value
59: INTO l_full_path
60: FROM v$parameter
61: WHERE name = 'utl_file_dir';
62:
63: l_flag := 0;
64: --l_full_path contains a list of comma-separated directories

Line 133: -- FROM V$PARAMETER

129: x_debug := 'Y';
130:
131: -- SELECT trim(substr(VALUE, 1, DECODE( instr( VALUE, ','), 0, length( VALUE), instr( VALUE, ',') -1 ) ) )
132: -- INTO x_output_dir
133: -- FROM V$PARAMETER
134: -- WHERE NAME = 'utl_file_dir';
135: --Call log path
136: log_path( x_output_dir => l_output_dir);
137: --