98: end if;
99:
100: exception
101: when utl_file.invalid_path then
102: app_exception.raise_exception;
103: when utl_file.invalid_mode then
104: app_exception.raise_exception;
105:
106: end ;
100: exception
101: when utl_file.invalid_path then
102: app_exception.raise_exception;
103: when utl_file.invalid_mode then
104: app_exception.raise_exception;
105:
106: end ;
107:
108: procedure disable_file_debug is