DBA Data[Home] [Help]

APPS.PNP_DEBUG_PKG dependencies on APP_EXCEPTION

Line 27: app_exception.raise_exception;

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 ;

Line 29: app_exception.raise_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 ;
32: --
33: --