Skip to Main Content

APEX

Announcement

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!

How to redirect to another page with APEX notifications?

Edisson Gabriel LópezMay 12 2022 — edited May 12 2022

HI,
I have a custom error notification with raise e_error but I can't implement a link to send an APEX page I tried with <a href=""></a> tags and this is my code:

apex_util.set_session_state('P14_ERROR_MSG', 'You don't have licenses yet, please contact the maintainer.<a href="https://www.w3schools.com">Create licenses</a>');
raise e_error;

Note: I put the "www.w3schools.com" one because I don't know how to redirect in my own APEX application and if you can explain to me how I can create a link to another page of my APEX.

Thanks.

This post has been answered by Edisson Gabriel López on May 13 2022
Jump to Answer
Comments
Post Details
Added on May 12 2022
3 comments
894 views