APEX allows you to define a success or failure message when running a page process. It is also possible to do this manually using the following code
apex_application.g_print_success_message := 'Message you want to display';
for the message to show, ensure that you tick the checkbox on the relevant branch to "include process success message"
apex_application.g_print_success_message := 'Message you want to display';
for the message to show, ensure that you tick the checkbox on the relevant branch to "include process success message"
0 comments:
Post a Comment