DBA Data[Home] [Help]

APPS.HXC_FIND_NOTIFY_APRS_PKG dependencies on HXC_APPROVAL_WF_HELPER

Line 1197: hxc_approval_wf_helper.set_notif_attribute_values

1193: end if;
1194:
1195: --OIT Enhancement
1196: --FYI Notification to PREPARER on timecard APPROVAL
1197: hxc_approval_wf_helper.set_notif_attribute_values
1198: (p_itemtype,
1199: p_itemkey,
1200: hxc_app_comp_notifications_api.c_action_approved,
1201: hxc_app_comp_notifications_api.c_recipient_preparer

Line 1303: hxc_approval_wf_helper.set_notif_attribute_values

1299: end if;
1300:
1301: --OIT Enhancement
1302: --FYI Notification to PREPARER on timecard REJECTION
1303: hxc_approval_wf_helper.set_notif_attribute_values
1304: (p_itemtype,
1305: p_itemkey,
1306: hxc_app_comp_notifications_api.c_action_rejected,
1307: hxc_app_comp_notifications_api.c_recipient_preparer

Line 1551: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values

1547: avalue => 'AUTO_APPROVE');
1548:
1549: --OIT Enhancement
1550: --FYI Notification to WORKER on timecard AUTO APPROVAL
1551: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
1552: (p_itemtype,
1553: p_itemkey,
1554: hxc_app_comp_notifications_api.c_action_auto_approve,
1555: hxc_app_comp_notifications_api.c_recipient_worker

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

1939: aname => 'TOTAL_TC_HOURS',
1940: avalue => l_total_hours);
1941: --OIT Enhancement
1942: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not the direct approver.
1943: if(HXC_APPROVAL_WF_HELPER.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
1944: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
1945: (p_itemtype,
1946: p_itemkey,
1947: null,

Line 1944: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values

1940: avalue => l_total_hours);
1941: --OIT Enhancement
1942: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not the direct approver.
1943: if(HXC_APPROVAL_WF_HELPER.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
1944: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
1945: (p_itemtype,
1946: p_itemkey,
1947: null,
1948: null

Line 1951: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values

1947: null,
1948: null
1949: );
1950: else
1951: HXC_APPROVAL_WF_HELPER.set_notif_attribute_values
1952: (p_itemtype,
1953: p_itemkey,
1954: hxc_app_comp_notifications_api.c_action_request_approval,
1955: hxc_app_comp_notifications_api.c_recipient_supervisor

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

3490: itemkey => p_itemkey,
3491: aname => 'RESOURCE_ID');
3492: --OIT Enhancement
3493: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not direct approver
3494: if(hxc_approval_wf_helper.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
3495: hxc_approval_wf_helper.set_notif_attribute_values
3496: (p_itemtype,
3497: p_itemkey,
3498: null,

Line 3495: hxc_approval_wf_helper.set_notif_attribute_values

3491: aname => 'RESOURCE_ID');
3492: --OIT Enhancement
3493: --FYI Notification to SUPERVISOR on timecard SUBMISSION if he is not direct approver
3494: if(hxc_approval_wf_helper.is_approver_supervisor(l_apr_person_id,l_resource_id)) then
3495: hxc_approval_wf_helper.set_notif_attribute_values
3496: (p_itemtype,
3497: p_itemkey,
3498: null,
3499: null

Line 3502: hxc_approval_wf_helper.set_notif_attribute_values

3498: null,
3499: null
3500: );
3501: else
3502: hxc_approval_wf_helper.set_notif_attribute_values
3503: (p_itemtype,
3504: p_itemkey,
3505: hxc_app_comp_notifications_api.c_action_request_approval,
3506: hxc_app_comp_notifications_api.c_recipient_supervisor

Line 3565: hxc_approval_wf_helper.set_notif_attribute_values

3561:
3562: if l_wf_apr_result = 'APPROVED' then
3563: --OIT Enhancement
3564: --FYI Notification to PREPARER on timecard APPROVAL
3565: hxc_approval_wf_helper.set_notif_attribute_values
3566: (p_itemtype,
3567: p_itemkey,
3568: hxc_app_comp_notifications_api.c_action_approved,
3569: hxc_app_comp_notifications_api.c_recipient_preparer

Line 3576: hxc_approval_wf_helper.set_notif_attribute_values

3572:
3573: elsif l_wf_apr_result = 'REJECTED' then
3574: --OIT Enhancement
3575: --FYI Notification to PREPARER on timecard REJECTION
3576: hxc_approval_wf_helper.set_notif_attribute_values
3577: (p_itemtype,
3578: p_itemkey,
3579: hxc_app_comp_notifications_api.c_action_rejected,
3580: hxc_app_comp_notifications_api.c_recipient_preparer