DBA Data[Home] [Help]

APPS.ENG_ECO_UTIL dependencies on UTL_FILE

Line 13: g_debug_file UTL_FILE.FILE_TYPE ;

9: -- Global cursors
10: -- ---------------------------------------------------------------------------
11:
12: -- For Debug
13: g_debug_file UTL_FILE.FILE_TYPE ;
14: g_debug_flag BOOLEAN := FALSE ; -- For TEST : FALSE ;
15: g_output_dir VARCHAR2(80) := NULL ;
16: g_debug_filename VARCHAR2(30) := 'eng.chgmt.eco.log' ;
17: g_debug_errmesg VARCHAR2(240);