How does we customize error messages in Oracle Forms
We can set the message level using the system variable SYSTEM.MESSAGE_LEVEL or trap errors using the ON-ERROR or ON-MESSAGE in Form level triggers. MESSAGE_LEVEL: 0 : Default value. All types of messages from the other levels of severity. 5 : Reaffirms an obvious condition. 10 : Indicates that the operator has made a procedural mistake.