DBA Data[Home] [Help]

APPS.HXC_FIND_NOTIFY_APRS_PKG dependencies on HXC_APPROVAL_WF_HELPER

Line 1230: hxc_approval_wf_helper.set_notif_attribute_values

1226: end if;
1227:
1228: --OIT Enhancement
1229: --FYI Notification to PREPARER on timecard APPROVAL
1230: hxc_approval_wf_helper.set_notif_attribute_values
1231: (p_itemtype,
1232: p_itemkey,
1233: hxc_app_comp_notifications_api.c_action_approved,
1234: hxc_app_comp_notifications_api.c_recipient_preparer

Line 1336: hxc_approval_wf_helper.set_notif_attribute_values

1332: end if;
1333:
1334: --OIT Enhancement
1335: --FYI Notification to PREPARER on timecard REJECTION
1336: hxc_approval_wf_helper.set_notif_attribute_values
1337: (p_itemtype,
1338: p_itemkey,
1339: hxc_app_comp_notifications_api.c_action_rejected,
1340: hxc_app_comp_notifications_api.c_recipient_preparer

Line 1692: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values

1688: avalue => 'AUTO_APPROVE');
1689:
1690: --OIT Enhancement
1691: --FYI Notification to WORKER on timecard AUTO APPROVAL
1692: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
1693: (p_itemtype,
1694: p_itemkey,
1695: hxc_app_comp_notifications_api.c_action_auto_approve,
1696: hxc_app_comp_notifications_api.c_recipient_worker

Line 2084: if(HXC_APPROVAL_WF_HELPER.is_approver_supervisor(l_apr_person_id,l_resource_id)) then

2080: aname => 'TOTAL_TC_HOURS',
2081: avalue => l_total_hours);
2082: --OIT Enhancement
2083: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not the direct approver.
2084: if(HXC_APPROVAL_WF_HELPER.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
2085: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
2086: (p_itemtype,
2087: p_itemkey,
2088: null,

Line 2085: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values

2081: avalue => l_total_hours);
2082: --OIT Enhancement
2083: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not the direct approver.
2084: if(HXC_APPROVAL_WF_HELPER.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
2085: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
2086: (p_itemtype,
2087: p_itemkey,
2088: null,
2089: null

Line 2092: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values

2088: null,
2089: null
2090: );
2091: else
2092: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
2093: (p_itemtype,
2094: p_itemkey,
2095: hxc_app_comp_notifications_api.c_action_request_approval,
2096: hxc_app_comp_notifications_api.c_recipient_supervisor

Line 3700: if(hxc_approval_wf_helper.is_approver_supervisor(l_apr_person_id,l_resource_id)) then

3696: itemkey => p_itemkey,
3697: aname => 'RESOURCE_ID');
3698: --OIT Enhancement
3699: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not direct approver
3700: if(hxc_approval_wf_helper.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
3701: hxc_approval_wf_helper.set_notif_attribute_values
3702: (p_itemtype,
3703: p_itemkey,
3704: null,

Line 3701: hxc_approval_wf_helper.set_notif_attribute_values

3697: aname => 'RESOURCE_ID');
3698: --OIT Enhancement
3699: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not direct approver
3700: if(hxc_approval_wf_helper.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
3701: hxc_approval_wf_helper.set_notif_attribute_values
3702: (p_itemtype,
3703: p_itemkey,
3704: null,
3705: null

Line 3708: hxc_approval_wf_helper.set_notif_attribute_values

3704: null,
3705: null
3706: );
3707: else
3708: hxc_approval_wf_helper.set_notif_attribute_values
3709: (p_itemtype,
3710: p_itemkey,
3711: hxc_app_comp_notifications_api.c_action_request_approval,
3712: hxc_app_comp_notifications_api.c_recipient_supervisor

Line 3771: hxc_approval_wf_helper.set_notif_attribute_values

3767:
3768: if l_wf_apr_result = 'APPROVED' then
3769: --OIT Enhancement
3770: --FYI Notification to PREPARER on timecard APPROVAL
3771: hxc_approval_wf_helper.set_notif_attribute_values
3772: (p_itemtype,
3773: p_itemkey,
3774: hxc_app_comp_notifications_api.c_action_approved,
3775: hxc_app_comp_notifications_api.c_recipient_preparer

Line 3782: hxc_approval_wf_helper.set_notif_attribute_values

3778:
3779: elsif l_wf_apr_result = 'REJECTED' then
3780: --OIT Enhancement
3781: --FYI Notification to PREPARER on timecard REJECTION
3782: hxc_approval_wf_helper.set_notif_attribute_values
3783: (p_itemtype,
3784: p_itemkey,
3785: hxc_app_comp_notifications_api.c_action_rejected,
3786: hxc_app_comp_notifications_api.c_recipient_preparer