DBA Data[Home] [Help]

APPS.AS_UTILITY_PVT dependencies on APP_EXCEPTION

Line 808: app_exception.raise_exception;

804: end if;
805:
806: EXCEPTION
807: when utl_file.invalid_path then
808: app_exception.raise_exception;
809: when utl_file.invalid_mode then
810: app_exception.raise_exception;
811:
812: END;

Line 810: app_exception.raise_exception;

806: EXCEPTION
807: when utl_file.invalid_path then
808: app_exception.raise_exception;
809: when utl_file.invalid_mode then
810: app_exception.raise_exception;
811:
812: END;
813:
814: PROCEDURE disable_file_debug is