DBA Data[Home] [Help]

APPS.PAY_CA_EMP_TAX_INF dependencies on PAY_CA_EMP_PRVTAX_INF_API

Line 185: pay_ca_emp_prvtax_inf_api.create_ca_emp_prvtax_inf

181: ,p_cpp_election_date => NULL --For Bug Number 13258136
182: ,p_cpp_revocation_date => NULL --For Bug Number 13258136
183: ,p_effective_date => p_effective_date
184: ) ;
185: pay_ca_emp_prvtax_inf_api.create_ca_emp_prvtax_inf
186: (p_validate => false
187: ,p_emp_province_tax_inf_id => l_emp_province_tax_inf_id
188: ,p_effective_start_date => l_effective_start_date
189: ,p_effective_end_date => l_effective_end_date

Line 1385: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf procedure for updating

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.
1387:
1388: *****************************************************************************/
1389:

Line 1469: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf(

1465: fetch csr_prov_rule into l_emp_prov_tax_inf_id, l_tmp_object_version_number;
1466: exit when csr_prov_rule%notfound;
1467: --
1468: -- Call delete_tax_rules API here passing in l_assignment_id, l_state_code
1469: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf(
1470: p_validate => NULL -- check whether NULL is correct.
1471: ,p_emp_province_tax_inf_id => l_emp_prov_tax_inf_id
1472: ,p_effective_start_date => l_tmp_effective_start_date
1473: ,p_effective_end_date => l_tmp_effective_end_date