DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on HR_GENERAL

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;

Line 2925: if hr_general.chk_maintain_tax_records = 'N' then

2921: --
2922: -- First check if geocode has been installed or not. If no geocodes
2923: -- installed then return because there is nothing to be done by this
2924: -- defaulting procedure
2925: if hr_general.chk_maintain_tax_records = 'N' then
2926: raise l_exit_quietly;
2927: end if;
2928: --
2929: -- Validate p_assignment_id and get its business_group_id

Line 3414: if hr_general.chk_maintain_tax_records = 'N' then

3410: --
3411: -- First check if geocode has been installed or not. If no geocodes
3412: -- installed then return because there is nothing to be done by this
3413: -- procedure
3414: if hr_general.chk_maintain_tax_records = 'N' then
3415: raise l_exit_quietly;
3416: end if;
3417: --
3418: if p_assignment_id is null and p_address_id is null then

Line 4295: if hr_general.chk_maintain_tax_records = 'N' then

4291: --
4292: -- First check if geocode has been installed or not. If no geocodes
4293: -- installed then return because there is nothing to be done by this
4294: -- defaulting procedure
4295: if hr_general.chk_maintain_tax_records = 'N' then
4296: return;
4297: end if;
4298: --
4299: -- Validate p_assignment_id and p_location_id

Line 6342: if hr_general.chk_maintain_tax_records = 'N' then

6338: --
6339: -- First check if geocode has been installed or not. If no geocodes
6340: -- installed then return because there is nothing to be done by this
6341: -- defaulting procedure
6342: if hr_general.chk_maintain_tax_records = 'N' then
6343: return;
6344: end if;
6345: --
6346: -- Check that L_EFFECTIVE_DATE is not null