Skip to content

Instantly share code, notes, and snippets.

@AmrAbdeen
Last active November 10, 2016 05:22
Show Gist options
  • Save AmrAbdeen/1f2d20a849475ead8747 to your computer and use it in GitHub Desktop.
Save AmrAbdeen/1f2d20a849475ead8747 to your computer and use it in GitHub Desktop.
apex error msg
apex_error.add_error (p_message => 'check total after dedecation(Discount)',
p_display_location => apex_error.c_inline_in_notification );
APEX_ERROR.ADD_ERROR (
p_message => 'The employee name can´t be null',
p_display_location => apex_error.c_inline_with_field_and_notif ,
p_page_item_name => 'P1_ENAME');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment