ORACLE - RAISE_APPLICATION_ERROR
RAISE_APPLICATION_ERROR is Oracle built-in procedure. This procedure allows programmers to create meaningful error messages for PL/SQL applications.
The syntax:
RAISE_APPLICATION_ERROR (error_number, error_message)
RAISE_APPLICATION_ERROR is Oracle built-in procedure. This procedure allows programmers to create meaningful error messages for PL/SQL applications.
The syntax:
RAISE_APPLICATION_ERROR (error_number, error_message)