DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F_PKG dependencies on PAY_US_EMP_DT_TAX_RULES

Line 457: pay_us_emp_dt_tax_rules.default_tax_with_validation(

453: --
454: hr_utility.set_location( l_proc, 70);
455:
456: IF l_legislation_code = 'US' THEN
457: pay_us_emp_dt_tax_rules.default_tax_with_validation(
458: p_assignment_id => p_assignment_id,
459: p_person_id => p_person_id,
460: p_effective_start_date => p_effective_start_date,
461: p_effective_end_date => p_effective_end_date,

Line 1610: pay_us_emp_dt_tax_rules.default_tax_with_validation(

1606: end if;
1607:
1608: hr_utility.set_location(g_package || l_proc, 80);
1609:
1610: pay_us_emp_dt_tax_rules.default_tax_with_validation(
1611: p_assignment_id => p_assignment_id,
1612: p_person_id => p_person_id,
1613: p_effective_start_date => p_effective_start_date,
1614: p_effective_end_date => p_effective_end_date,