Error message can be suppressed by following ways
- Set system.message_level value before your commit_form or DML command. You can assign any value between 0 to 20 where 0 allows all error messages to be displayed where as setting to 20 shows most important message.
- Use standard.commit instead of commit_form;
:system.message_level := 5;
No comments:
Post a Comment