DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on HR_GENERAL2

Line 2750: if Hr_General2.is_person_type(p_person_id,'EX_EMP',p_effective_date) then

2746: --
2747: if p_primary_flag = 'Y' then
2748: if p_style <> 'US' then
2749: hr_utility.set_location(l_proc, 15);
2750: if Hr_General2.is_person_type(p_person_id,'EX_EMP',p_effective_date) then
2751: --
2752: hr_utility.set_location(l_proc, 20);
2753: --
2754: open csr_latest_pos;

Line 2768: elsif Hr_General2.is_person_type(p_person_id,'EMP',p_effective_date) then

2764:
2765: end if;
2766: end if;
2767: close csr_latest_pos;
2768: elsif Hr_General2.is_person_type(p_person_id,'EMP',p_effective_date) then
2769: hr_utility.set_location(l_proc, 30);
2770: hr_utility.set_message(800, 'HR_51283_ADD_MUST_BE_US_STYLE');
2771: hr_utility.raise_error;
2772: end if;