DBA Data[Home] [Help]

APPS.PAY_CA_EMP_TAX_INF dependencies on PAY_CA_EMP_FEDTAX_INF_API

Line 124: pay_ca_emp_fedtax_inf_api.create_ca_emp_fedtax_inf(

120: begin
121: l_assignment_id := p_assignment_id;
122: l_legislation_code := p_legislation_code;
123: l_business_group_id := p_business_group_id;
124: pay_ca_emp_fedtax_inf_api.create_ca_emp_fedtax_inf(
125: p_validate => false
126: ,p_emp_fed_tax_inf_id => l_emp_fed_tax_inf_id
127: ,p_effective_start_date => l_effective_start_date
128: ,p_effective_end_date => l_effective_end_date

Line 1382: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf procedure for updating

1378: /*Changes for the bug 8830591 ends here*/
1379:
1380: /*****************************************************************************
1381: Delete_fed_tax_rule procedure calls
1382: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf procedure for updating
1383: Effective_End_Date of tax records in PAY_CA_EMP_FED_TAX_INFO_F table.
1384:
1385: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf procedure for updating
1386: Effective_End_Date of tax records in PAY_CA_EMP_PROV_TAX_INFO_F table.

Line 1496: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf(

1492: );
1493: */
1494: --
1495: --pay_fed_del.del(p_emp_fed_tax_rule_id => l_emp_fed_tax_inf_id
1496: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf(
1497: p_validate => NULL -- check whether NULL is correct.
1498: ,p_emp_fed_tax_inf_id => l_emp_fed_tax_inf_id
1499: ,p_effective_start_date => l_effective_start_date
1500: ,p_effective_end_date => l_effective_end_date