Hello,
I need some help understanding the APEX processing method.
I need to create a data processing that can work or not, when it gives error, I need an error message to be displayed, this I was able to do with the command in the exception "apex_error.add_error", but when it is correct I need to give a message Of success.
I tried to do this in two ways.
First, making a button and a process calling a procedure, when it gives an error I can show the error, however I do not know how to make a message appear successful.
- Monday.
I make a Dynamic Action linked to the button, where in the first step I put the same PL / Sql block with the exception of error, then I put a real action so that it works right I show that the processing worked.
In this case it does not show the exception message and it shows at all times that the process has been completed successfully.
If you can give me a hint as to what would be the best way to do leave an APP Demo in my area in the Cloud.
https://apex.oracle.com/pls/apex/f?p=4550
Workspace = tallsist
Username = leandrosrconsultoria@gmail.com
Password = 44556677
Aplicaction = 117939.
Page = 3
Another point that can help me I'll be grateful and the following, after I process and if there is no error, I need to give the message of success and then direct to another page of my application, you have some good idea how to do that?