When I trigger submit on a page, a process is executed that calls a store procedure. If I use apex_error.add_error to show the errors, where should I put them, inside the store procedure or inside the page process? Or how else could ...
Home/apex_error
vinish.ai Latest Questions
In a modal page I have a button that triggers a DA, inside the DA I execute PL / SQL code and in a certain place depending on the value of a variable obtained I execute the following code to ...