DBA Data[Home] [Help]

APPS.PAY_CA_EMP_TAX_INF dependencies on PAY_CA_EMP_PRVTAX_INF_API

Line 183: pay_ca_emp_prvtax_inf_api.create_ca_emp_prvtax_inf

179: ,p_object_version_number => l_object_version_number
180: ,p_fed_lsf_amount => 0
181: ,p_effective_date => p_effective_date
182: ) ;
183: pay_ca_emp_prvtax_inf_api.create_ca_emp_prvtax_inf
184: (p_validate => false
185: ,p_emp_province_tax_inf_id => l_emp_province_tax_inf_id
186: ,p_effective_start_date => l_effective_start_date
187: ,p_effective_end_date => l_effective_end_date

Line 1165: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf procedure for updating

1161: Delete_fed_tax_rule procedure calls
1162: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf procedure for updating
1163: Effective_End_Date of tax records in PAY_CA_EMP_FED_TAX_INFO_F table.
1164:
1165: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf procedure for updating
1166: Effective_End_Date of tax records in PAY_CA_EMP_PROV_TAX_INFO_F table.
1167:
1168: *****************************************************************************/
1169:

Line 1249: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf(

1245: fetch csr_prov_rule into l_emp_prov_tax_inf_id, l_tmp_object_version_number;
1246: exit when csr_prov_rule%notfound;
1247: --
1248: -- Call delete_tax_rules API here passing in l_assignment_id, l_state_code
1249: pay_ca_emp_prvtax_inf_api.delete_ca_emp_prvtax_inf(
1250: p_validate => NULL -- check whether NULL is correct.
1251: ,p_emp_province_tax_inf_id => l_emp_prov_tax_inf_id
1252: ,p_effective_start_date => l_tmp_effective_start_date
1253: ,p_effective_end_date => l_tmp_effective_end_date