DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on HR_GENERAL

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

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

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

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

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

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

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

3371: --
3372: -- First check if geocode has been installed or not. If no geocodes
3373: -- installed then return because there is nothing to be done by this
3374: -- procedure
3375: if hr_general.chk_maintain_tax_records = 'N' then
3376: raise l_exit_quietly;
3377: end if;
3378: --
3379: if p_assignment_id is null and p_address_id is null then

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

4207: --
4208: -- First check if geocode has been installed or not. If no geocodes
4209: -- installed then return because there is nothing to be done by this
4210: -- defaulting procedure
4211: if hr_general.chk_maintain_tax_records = 'N' then
4212: return;
4213: end if;
4214: --
4215: -- Validate p_assignment_id and p_location_id

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

6254: --
6255: -- First check if geocode has been installed or not. If no geocodes
6256: -- installed then return because there is nothing to be done by this
6257: -- defaulting procedure
6258: if hr_general.chk_maintain_tax_records = 'N' then
6259: return;
6260: end if;
6261: --
6262: -- Check that L_EFFECTIVE_DATE is not null