DBA Data[Home] [Help]

APPS.HR_WPM_MASS_APR_PUSH dependencies on WF_NOTIFICATION

Line 3400: wf_notification.send (ROLE => l_to_wkr_role,

3396:
3397: IF (l_to_wkr_role IS NOT NULL)
3398: THEN
3399: ln_notification_id :=
3400: wf_notification.send (ROLE => l_to_wkr_role,
3401: msg_type => 'HRWPM',
3402: msg_name => 'HR_MA_CHANGE_WKR',
3403: callback => NULL,
3404: CONTEXT => NULL,

Line 3408: wf_notification.setattrtext (ln_notification_id,

3404: CONTEXT => NULL,
3405: send_comment => NULL,
3406: priority => 50
3407: );
3408: wf_notification.setattrtext (ln_notification_id,
3409: 'NEW_MGR',
3410: l_to_nma_name
3411: );
3412: op ('1)ln_notification_id: ' || ln_notification_id,

Line 3419: wf_notification.denormalize_notification (ln_notification_id,

3415: hr_utility.set_location ( '1)ln_notification_id:: '
3416: || ln_notification_id,
3417: 11
3418: );
3419: wf_notification.denormalize_notification (ln_notification_id,
3420: NULL,
3421: NULL
3422: );
3423: ELSE

Line 3432: wf_notification.send (ROLE => l_to_mgr_role,

3428:
3429: IF (l_to_mgr_role IS NOT NULL)
3430: THEN
3431: ln_notification_id :=
3432: wf_notification.send (ROLE => l_to_mgr_role,
3433: msg_type => 'HRWPM',
3434: msg_name => 'HR_MA_CHANGE_CURR_MGR',
3435: callback => NULL,
3436: CONTEXT => NULL,

Line 3440: wf_notification.setattrtext (ln_notification_id,

3436: CONTEXT => NULL,
3437: send_comment => NULL,
3438: priority => 50
3439: );
3440: wf_notification.setattrtext (ln_notification_id,
3441: 'NEW_MGR',
3442: l_to_nma_name
3443: );
3444: wf_notification.setattrtext (ln_notification_id,

Line 3444: wf_notification.setattrtext (ln_notification_id,

3440: wf_notification.setattrtext (ln_notification_id,
3441: 'NEW_MGR',
3442: l_to_nma_name
3443: );
3444: wf_notification.setattrtext (ln_notification_id,
3445: 'WKR_NAME',
3446: l_to_wkr_name
3447: );
3448: op ('2) ln_notification_id: ' || ln_notification_id,

Line 3455: wf_notification.denormalize_notification (ln_notification_id,

3451: hr_utility.set_location ( '2)ln_notification_id:: '
3452: || ln_notification_id,
3453: 11
3454: );
3455: wf_notification.denormalize_notification (ln_notification_id,
3456: NULL,
3457: NULL
3458: );
3459: ELSE

Line 3468: wf_notification.send (ROLE => l_to_nma_role,

3464:
3465: IF (l_to_nma_role IS NOT NULL)
3466: THEN
3467: ln_notification_id :=
3468: wf_notification.send (ROLE => l_to_nma_role,
3469: msg_type => 'HRWPM',
3470: msg_name => 'HR_MA_CHANGE_NEW_MGR',
3471: callback => NULL,
3472: CONTEXT => NULL,

Line 3476: wf_notification.setattrtext (ln_notification_id,

3472: CONTEXT => NULL,
3473: send_comment => NULL,
3474: priority => 50
3475: );
3476: wf_notification.setattrtext (ln_notification_id,
3477: 'WKR_NAME',
3478: l_to_wkr_name
3479: );
3480: op ('3) ln_notification_id: ' || ln_notification_id,

Line 3487: wf_notification.denormalize_notification (ln_notification_id,

3483: hr_utility.set_location ( '3)ln_notification_id:: '
3484: || ln_notification_id,
3485: 11
3486: );
3487: wf_notification.denormalize_notification (ln_notification_id,
3488: NULL,
3489: NULL
3490: );
3491: ELSE