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!

Push Notifications at a specific time based on a page item

I have this code for my push notification:

apex_pwa.send_push_notification (
               p_application_id    => XXXXX,
               p_user_name         => v_User,
               p_title             => v_Status|| ' Leave !',
               p_body              => 'For: '||v_Employee||' with Reason: '||v_Reject_Reason||'!');

v_User, v_Status, v_Employee and v_Reject_Reason are my variables

Is it possible to initiate my push notification at a specific time that i have in my page item :P2158_ALERT_EMPLOYEE

Thank you

Comments
Post Details
Added on Sep 9 2023
1 comment
273 views