Last active
November 10, 2016 05:22
-
-
Save AmrAbdeen/1f2d20a849475ead8747 to your computer and use it in GitHub Desktop.
apex error msg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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