Show user exception (raise_application_error) inline?
724687Nov 26 2010 — edited Nov 28 2010In certain stored procedures we use raise_application_error when something goes wrong. In APEX, by default, when raised, these errors are shown on a seperate error page (with an OK link to go back to the previous page). Is there a way to show these messages inline like the "normal" error or succes messages?
(I'd prefer NOT to add "apex_application.g_print_success_message" in all our stored procedures).