I want to show multiple error messages in page submit, but when i use APEX_ERROR.ADD_ERROR it stops the execution, like RAISE_APPLICATION_ERROR, and i wanted to make it stack the errors.
When i used APEX 19 in another company i worked on, it never stopped the execution, so it was possible to do this.
I'm using version 21.1 now. I don't know if it's possible to make this anymore, and if you can, if you can make it so this behaviour only applies to a specific process, or a specific page, because otherwise i would have to change all of my application's pages.