[Home] [Help]
23:
24: EXCEPTION
25:
26: when utl_file.invalid_path then
27: app_exception.raise_exception;
28: when utl_file.invalid_mode then
29: app_exception.raise_exception;
30:
31: END ;
25:
26: when utl_file.invalid_path then
27: app_exception.raise_exception;
28: when utl_file.invalid_mode then
29: app_exception.raise_exception;
30:
31: END ;
32: --
33: --