DBA Data[Home] [Help]

APPS.PAY_US_TAX_WF dependencies on HR_APPROVAL_CUSTOM

Line 61: hr_approval_custom.g_itemtype := p_itemtype;

57: ******************************************************************/
58: IS
59:
60: BEGIN
61: hr_approval_custom.g_itemtype := p_itemtype;
62: hr_approval_custom.g_itemkey := p_itemkey;
63:
64: end set_custom_wf_globals;
65:

Line 62: hr_approval_custom.g_itemkey := p_itemkey;

58: IS
59:
60: BEGIN
61: hr_approval_custom.g_itemtype := p_itemtype;
62: hr_approval_custom.g_itemkey := p_itemkey;
63:
64: end set_custom_wf_globals;
65:
66:

Line 383: hr_approval_custom.check_final_payroll_notifier

379:
380: -- call a custom check final notifier. Returns a 'Yes', 'No' or 'Error'
381:
382: result := 'COMPLETE:'||
383: hr_approval_custom.check_final_payroll_notifier
384: (p_forward_to_person_id => ln_contact_person_id
385: ,p_person_id => ln_employee_person_id );
386:
387:

Line 532: hr_approval_custom.Get_Next_Payroll_Notifier

528:
529: -- set the next forward to
530:
531: ln_next_contact_person_id :=
532: hr_approval_custom.Get_Next_Payroll_Notifier
533: (p_person_id => ln_curr_contact_person_id);
534:
535: elsif lv_contact_source = 'PAYROLL' then
536: open c_payroll_contact;