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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Send Push Notification

Malek Shushari4 days ago — edited 4 days ago

I'm facing this issue, after show notification when click on it dosnt redirect me to the page 5 in my application.
this is my code =>
apex_pwa.send_push_notification(
p_application_id => :APP_ID,
p_user_name => :APP_USER,
p_title => 'Notification Title',
p_body => 'Notification Body',
p_target_url => apex_page.get_url(
p_application => :APP_ID,
p_page => 5,
p_session => :APP_SESSION
)
);

This post has been answered by Malek Shushari on Jun 30 2025
Jump to Answer
Comments
Post Details
Added 4 days ago
8 comments
111 views