I am using APEX_ERROR.ADD_ERROR procedure in a PLSQL APEX process. When I call APEX_ERROR.ADD_ERROR the message appears at the top of the page as expected but it doesn't seem to halt program execution like RAISE_APPLICATION_ERROR() does. The process continues on after the message is displayed. Is there a way of getting a message at the top of the page (rather than on the ERROR page) as well as issuing a rollback and program termination?
thanks in advance
PaulP