For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I created a page process in apex. Now I want to create a conditional confirmation message as like apex.confirm('Do you want to Continue ?' ,request);
How can I use apex.confirm() or other related option in plsql process?