Thursday, June 21, 2012

FRM-40401: no changes to save


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.
  • :system.message_level := 5;
  • Use standard.commit instead of commit_form;

No comments:

Post a Comment