DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F_PKG dependencies on PAY_US_EMP_DT_TAX_RULES

Line 476: pay_us_emp_dt_tax_rules.default_tax_with_validation(

472: --
473: hr_utility.set_location( l_proc, 70);
474:
475: IF l_legislation_code = 'US' THEN
476: pay_us_emp_dt_tax_rules.default_tax_with_validation(
477: p_assignment_id => p_assignment_id,
478: p_person_id => p_person_id,
479: p_effective_start_date => p_effective_start_date,
480: p_effective_end_date => p_effective_end_date,

Line 1903: pay_us_emp_dt_tax_rules.default_tax_with_validation(

1899: end if;
1900:
1901: hr_utility.set_location(g_package || l_proc, 80);
1902:
1903: pay_us_emp_dt_tax_rules.default_tax_with_validation(
1904: p_assignment_id => p_assignment_id,
1905: p_person_id => p_person_id,
1906: p_effective_start_date => p_effective_start_date,
1907: p_effective_end_date => p_effective_end_date,