DBA Data[Home] [Help]

APPS.ARP_DEBUG dependencies on APP_EXCEPTION

Line 69: app_exception.raise_exception;

65:
66:
67: exception
68: when utl_file.invalid_path then
69: app_exception.raise_exception;
70: when utl_file.invalid_mode then
71: app_exception.raise_exception;
72:
73: end ;

Line 71: app_exception.raise_exception;

67: exception
68: when utl_file.invalid_path then
69: app_exception.raise_exception;
70: when utl_file.invalid_mode then
71: app_exception.raise_exception;
72:
73: end ;
74:
75: