DBA Data[Home] [Help]

APPS.PAY_US_LOC_CHANGE dependencies on PAY_US_EMP_DT_TAX_RULES

Line 368: pay_us_emp_dt_tax_rules.default_tax_with_validation(

364: if l_tbl_location_id = p_location_id then
365: hr_utility.trace('l_tbl_location_id = p_location_id ');
366: begin
367:
368: pay_us_emp_dt_tax_rules.default_tax_with_validation(
369: p_assignment_id => emp_rec.assignment_id,
370: p_person_id => emp_rec.person_id,
371: p_effective_start_date => l_tbl_start_date,
372: p_effective_end_date => l_tbl_end_date,

Line 399: pay_us_emp_dt_tax_rules.default_tax_with_validation(

395: hr_utility.trace('l_tbl_location_id = p_location_id');
396:
397: if l_tbl_location_id = p_location_id then
398: begin
399: pay_us_emp_dt_tax_rules.default_tax_with_validation(
400: p_assignment_id => emp_rec.assignment_id,
401: p_person_id => emp_rec.person_id,
402: p_effective_start_date => l_tbl_start_date,
403: p_effective_end_date => l_tbl_end_date,