DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_WF_PKG dependencies on HR_APPROVAL_CUSTOM

Line 143: hr_approval_custom.Get_Next_Payroll_Notifier

139: --
140: if l_contact_source = 'CUSTOM' then
141: -- call a custom notifier hook
142: l_next_contact_person_id :=
143: hr_approval_custom.Get_Next_Payroll_Notifier
144: (p_person_id => l_person_id);
145: elsif l_contact_source = 'PAYROLL' then
146: open csr_payroll_contact;
147: fetch csr_payroll_contact into l_contact_user_name;