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 1162: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf procedure for updating

1158: end retro_across_calendar_years;
1159:
1160: /*****************************************************************************
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.

Line 1276: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf(

1272: );
1273: */
1274: --
1275: --pay_fed_del.del(p_emp_fed_tax_rule_id => l_emp_fed_tax_inf_id
1276: pay_ca_emp_fedtax_inf_api.delete_ca_emp_fedtax_inf(
1277: p_validate => NULL -- check whether NULL is correct.
1278: ,p_emp_fed_tax_inf_id => l_emp_fed_tax_inf_id
1279: ,p_effective_start_date => l_effective_start_date
1280: ,p_effective_end_date => l_effective_end_date