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!

Send Push Notification

Malek ShushariJun 30 2025 — edited Jun 30 2025

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 on Jun 30 2025
9 comments
146 views