Dear APEX-Community,
I'm using a procedure to do multiple calculations and dml operations. During the procedure there are "stops" implemented where the user has to confirm a message and depending on the answer (yes or no) the procedure keeps going or stops completely. Originally the procedure was used in a Oracle Forms application where this was easy to implement with form_triggers. However, in APEX I can't get this to work. I tried using apex.message.confirm but when using this code in my package I get an error.
I hope someone has an idea or work-around for this problem.
Thanks in advance,
Jack