DBA Data[Home] [Help]

APPS.PAY_CFT_DEL dependencies on PAY_CFT_SHD

Line 54: (p_rec in out nocopy pay_cft_shd.g_rec_type,

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure dt_delete_dml
54: (p_rec in out nocopy pay_cft_shd.g_rec_type,
55: p_effective_date in date,
56: p_datetrack_mode in varchar2,
57: p_validation_start_date in date,
58: p_validation_end_date in date) is

Line 66: pay_cft_shd.g_api_dml := true; -- Set the api dml status

62: Begin
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: If (p_datetrack_mode = 'DELETE_NEXT_CHANGE') then
65: hr_utility.set_location(l_proc, 10);
66: pay_cft_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Delete the where the effective start date is equal
69: -- to the validation end date.
70: --

Line 75: pay_cft_shd.g_api_dml := false; -- Unset the api dml status

71: delete from pay_ca_emp_fed_tax_info_f
72: where emp_fed_tax_inf_id = p_rec.emp_fed_tax_inf_id
73: and effective_start_date = p_validation_start_date;
74: --
75: pay_cft_shd.g_api_dml := false; -- Unset the api dml status
76: Else
77: hr_utility.set_location(l_proc, 15);
78: pay_cft_shd.g_api_dml := true; -- Set the api dml status
79: --

Line 78: pay_cft_shd.g_api_dml := true; -- Set the api dml status

74: --
75: pay_cft_shd.g_api_dml := false; -- Unset the api dml status
76: Else
77: hr_utility.set_location(l_proc, 15);
78: pay_cft_shd.g_api_dml := true; -- Set the api dml status
79: --
80: -- Delete the row(s) where the effective start date is greater than
81: -- or equal to the validation start date.
82: --

Line 87: pay_cft_shd.g_api_dml := false; -- Unset the api dml status

83: delete from pay_ca_emp_fed_tax_info_f
84: where emp_fed_tax_inf_id = p_rec.emp_fed_tax_inf_id
85: and effective_start_date >= p_validation_start_date;
86: --
87: pay_cft_shd.g_api_dml := false; -- Unset the api dml status
88: End If;
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 20);
91: --

Line 94: pay_cft_shd.g_api_dml := false; -- Unset the api dml status

90: hr_utility.set_location(' Leaving:'||l_proc, 20);
91: --
92: Exception
93: When Others Then
94: pay_cft_shd.g_api_dml := false; -- Unset the api dml status
95: Raise;
96: End dt_delete_dml;
97: --
98: -- ----------------------------------------------------------------------------

Line 102: (p_rec in out nocopy pay_cft_shd.g_rec_type,

98: -- ----------------------------------------------------------------------------
99: -- |------------------------------< delete_dml >------------------------------|
100: -- ----------------------------------------------------------------------------
101: Procedure delete_dml
102: (p_rec in out nocopy pay_cft_shd.g_rec_type,
103: p_effective_date in date,
104: p_datetrack_mode in varchar2,
105: p_validation_start_date in date,
106: p_validation_end_date in date) is

Line 156: (p_rec in out nocopy pay_cft_shd.g_rec_type,

152: --
153: -- {End Of Comments}
154: -- ----------------------------------------------------------------------------
155: Procedure dt_pre_delete
156: (p_rec in out nocopy pay_cft_shd.g_rec_type,
157: p_effective_date in date,
158: p_datetrack_mode in varchar2,
159: p_validation_start_date in date,
160: p_validation_end_date in date) is

Line 169: p_rec.effective_start_date := pay_cft_shd.g_old_rec.effective_start_date;

165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: If (p_datetrack_mode <> 'ZAP') then
168: --
169: p_rec.effective_start_date := pay_cft_shd.g_old_rec.effective_start_date;
170: --
171: If (p_datetrack_mode = 'DELETE') then
172: p_rec.effective_end_date := p_validation_start_date - 1;
173: Else

Line 179: pay_cft_shd.upd_effective_end_date

175: End If;
176: --
177: -- Update the current effective end date record
178: --
179: pay_cft_shd.upd_effective_end_date
180: (p_effective_date => p_effective_date,
181: p_base_key_value => p_rec.emp_fed_tax_inf_id,
182: p_new_effective_end_date => p_rec.effective_end_date,
183: p_validation_start_date => p_validation_start_date,

Line 227: (p_rec in out nocopy pay_cft_shd.g_rec_type,

223: --
224: -- {End Of Comments}
225: -- ----------------------------------------------------------------------------
226: Procedure pre_delete
227: (p_rec in out nocopy pay_cft_shd.g_rec_type,
228: p_effective_date in date,
229: p_datetrack_mode in varchar2,
230: p_validation_start_date in date,
231: p_validation_end_date in date) is

Line 285: (p_rec in pay_cft_shd.g_rec_type,

281: --
282: -- {End Of Comments}
283: -- ----------------------------------------------------------------------------
284: Procedure post_delete
285: (p_rec in pay_cft_shd.g_rec_type,
286: p_effective_date in date,
287: p_datetrack_mode in varchar2,
288: p_validation_start_date in date,
289: p_validation_end_date in date) is

Line 309: ,p_effective_start_date_o =>pay_cft_shd.g_old_rec.effective_start_date

305: ,p_validation_start_date =>p_validation_start_date
306: ,p_validation_end_date =>p_validation_end_date
307: ,p_effective_start_date =>p_rec.effective_start_date
308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_start_date_o =>pay_cft_shd.g_old_rec.effective_start_date
310: ,p_effective_end_date_o =>pay_cft_shd.g_old_rec.effective_end_date
311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code
312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id

Line 310: ,p_effective_end_date_o =>pay_cft_shd.g_old_rec.effective_end_date

306: ,p_validation_end_date =>p_validation_end_date
307: ,p_effective_start_date =>p_rec.effective_start_date
308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_start_date_o =>pay_cft_shd.g_old_rec.effective_start_date
310: ,p_effective_end_date_o =>pay_cft_shd.g_old_rec.effective_end_date
311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code
312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province

Line 311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code

307: ,p_effective_start_date =>p_rec.effective_start_date
308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_start_date_o =>pay_cft_shd.g_old_rec.effective_start_date
310: ,p_effective_end_date_o =>pay_cft_shd.g_old_rec.effective_end_date
311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code
312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount

Line 312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id

308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_start_date_o =>pay_cft_shd.g_old_rec.effective_start_date
310: ,p_effective_end_date_o =>pay_cft_shd.g_old_rec.effective_end_date
311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code
312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code

Line 313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id

309: ,p_effective_start_date_o =>pay_cft_shd.g_old_rec.effective_start_date
310: ,p_effective_end_date_o =>pay_cft_shd.g_old_rec.effective_end_date
311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code
312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag

Line 314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province

310: ,p_effective_end_date_o =>pay_cft_shd.g_old_rec.effective_end_date
311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code
312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax

Line 315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount

311: ,p_legislation_code_o =>pay_cft_shd.g_old_rec.legislation_code
312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn

Line 316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code

312: ,p_assignment_id_o =>pay_cft_shd.g_old_rec.assignment_id
313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission

Line 317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag

313: ,p_business_group_id_o =>pay_cft_shd.g_old_rec.business_group_id
314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission

Line 318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax

314: ,p_employment_province_o =>pay_cft_shd.g_old_rec.employment_province
315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt

Line 319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn

315: ,p_tax_credit_amount_o =>pay_cft_shd.g_old_rec.tax_credit_amount
316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits

Line 320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission

316: ,p_claim_code_o =>pay_cft_shd.g_old_rec.claim_code
317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag

Line 321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission

317: ,p_basic_exemption_flag_o =>pay_cft_shd.g_old_rec.basic_exemption_flag
318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag

Line 322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt

318: ,p_additional_tax_o =>pay_cft_shd.g_old_rec.additional_tax
319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag

Line 323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits

319: ,p_annual_dedn_o =>pay_cft_shd.g_old_rec.annual_dedn
320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method

Line 324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag

320: ,p_total_expense_by_commissio_o =>pay_cft_shd.g_old_rec.total_expense_by_commission
321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount

Line 325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag

321: ,p_total_remnrtn_by_commissio_o =>pay_cft_shd.g_old_rec.total_remnrtn_by_commission
322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate

Line 326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag

322: ,p_prescribed_zone_dedn_amt_o =>pay_cft_shd.g_old_rec.prescribed_zone_dedn_amt
323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category

Line 327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method

323: ,p_other_fedtax_credits_o =>pay_cft_shd.g_old_rec.other_fedtax_credits
324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1

Line 328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount

324: ,p_cpp_qpp_exempt_flag_o =>pay_cft_shd.g_old_rec.cpp_qpp_exempt_flag
325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2

Line 329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate

325: ,p_fed_exempt_flag_o =>pay_cft_shd.g_old_rec.fed_exempt_flag
326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3

Line 330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category

326: ,p_ei_exempt_flag_o =>pay_cft_shd.g_old_rec.ei_exempt_flag
327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4

Line 331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1

327: ,p_tax_calc_method_o =>pay_cft_shd.g_old_rec.tax_calc_method
328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5

Line 332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2

328: ,p_fed_override_amount_o =>pay_cft_shd.g_old_rec.fed_override_amount
329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6

Line 333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3

329: ,p_fed_override_rate_o =>pay_cft_shd.g_old_rec.fed_override_rate
330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7

Line 334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4

330: ,p_ca_tax_information_categor_o =>pay_cft_shd.g_old_rec.ca_tax_information_category
331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8

Line 335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5

331: ,p_ca_tax_information1_o =>pay_cft_shd.g_old_rec.ca_tax_information1
332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9

Line 336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6

332: ,p_ca_tax_information2_o =>pay_cft_shd.g_old_rec.ca_tax_information2
333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10

Line 337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7

333: ,p_ca_tax_information3_o =>pay_cft_shd.g_old_rec.ca_tax_information3
334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11

Line 338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8

334: ,p_ca_tax_information4_o =>pay_cft_shd.g_old_rec.ca_tax_information4
335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12

Line 339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9

335: ,p_ca_tax_information5_o =>pay_cft_shd.g_old_rec.ca_tax_information5
336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13

Line 340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10

336: ,p_ca_tax_information6_o =>pay_cft_shd.g_old_rec.ca_tax_information6
337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14

Line 341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11

337: ,p_ca_tax_information7_o =>pay_cft_shd.g_old_rec.ca_tax_information7
338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15

Line 342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12

338: ,p_ca_tax_information8_o =>pay_cft_shd.g_old_rec.ca_tax_information8
339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16

Line 343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13

339: ,p_ca_tax_information9_o =>pay_cft_shd.g_old_rec.ca_tax_information9
340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17

Line 344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14

340: ,p_ca_tax_information10_o =>pay_cft_shd.g_old_rec.ca_tax_information10
341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18

Line 345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15

341: ,p_ca_tax_information11_o =>pay_cft_shd.g_old_rec.ca_tax_information11
342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19

Line 346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16

342: ,p_ca_tax_information12_o =>pay_cft_shd.g_old_rec.ca_tax_information12
343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20

Line 347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17

343: ,p_ca_tax_information13_o =>pay_cft_shd.g_old_rec.ca_tax_information13
344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21

Line 348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18

344: ,p_ca_tax_information14_o =>pay_cft_shd.g_old_rec.ca_tax_information14
345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22

Line 349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19

345: ,p_ca_tax_information15_o =>pay_cft_shd.g_old_rec.ca_tax_information15
346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23

Line 350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20

346: ,p_ca_tax_information16_o =>pay_cft_shd.g_old_rec.ca_tax_information16
347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24

Line 351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21

347: ,p_ca_tax_information17_o =>pay_cft_shd.g_old_rec.ca_tax_information17
348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25

Line 352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22

348: ,p_ca_tax_information18_o =>pay_cft_shd.g_old_rec.ca_tax_information18
349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26

Line 353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23

349: ,p_ca_tax_information19_o =>pay_cft_shd.g_old_rec.ca_tax_information19
350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27

Line 354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24

350: ,p_ca_tax_information20_o =>pay_cft_shd.g_old_rec.ca_tax_information20
351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28

Line 355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25

351: ,p_ca_tax_information21_o =>pay_cft_shd.g_old_rec.ca_tax_information21
352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29

Line 356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26

352: ,p_ca_tax_information22_o =>pay_cft_shd.g_old_rec.ca_tax_information22
353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29
360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30

Line 357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27

353: ,p_ca_tax_information23_o =>pay_cft_shd.g_old_rec.ca_tax_information23
354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29
360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30
361: ,p_object_version_number_o =>pay_cft_shd.g_old_rec.object_version_number

Line 358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28

354: ,p_ca_tax_information24_o =>pay_cft_shd.g_old_rec.ca_tax_information24
355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29
360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30
361: ,p_object_version_number_o =>pay_cft_shd.g_old_rec.object_version_number
362: ,p_fed_lsf_amount_o =>pay_cft_shd.g_old_rec.fed_lsf_amount

Line 359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29

355: ,p_ca_tax_information25_o =>pay_cft_shd.g_old_rec.ca_tax_information25
356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29
360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30
361: ,p_object_version_number_o =>pay_cft_shd.g_old_rec.object_version_number
362: ,p_fed_lsf_amount_o =>pay_cft_shd.g_old_rec.fed_lsf_amount
363: );

Line 360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30

356: ,p_ca_tax_information26_o =>pay_cft_shd.g_old_rec.ca_tax_information26
357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29
360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30
361: ,p_object_version_number_o =>pay_cft_shd.g_old_rec.object_version_number
362: ,p_fed_lsf_amount_o =>pay_cft_shd.g_old_rec.fed_lsf_amount
363: );
364: --

Line 361: ,p_object_version_number_o =>pay_cft_shd.g_old_rec.object_version_number

357: ,p_ca_tax_information27_o =>pay_cft_shd.g_old_rec.ca_tax_information27
358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29
360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30
361: ,p_object_version_number_o =>pay_cft_shd.g_old_rec.object_version_number
362: ,p_fed_lsf_amount_o =>pay_cft_shd.g_old_rec.fed_lsf_amount
363: );
364: --
365: exception

Line 362: ,p_fed_lsf_amount_o =>pay_cft_shd.g_old_rec.fed_lsf_amount

358: ,p_ca_tax_information28_o =>pay_cft_shd.g_old_rec.ca_tax_information28
359: ,p_ca_tax_information29_o =>pay_cft_shd.g_old_rec.ca_tax_information29
360: ,p_ca_tax_information30_o =>pay_cft_shd.g_old_rec.ca_tax_information30
361: ,p_object_version_number_o =>pay_cft_shd.g_old_rec.object_version_number
362: ,p_fed_lsf_amount_o =>pay_cft_shd.g_old_rec.fed_lsf_amount
363: );
364: --
365: exception
366: --

Line 386: p_rec in out nocopy pay_cft_shd.g_rec_type,

382: -- |---------------------------------< del >----------------------------------|
383: -- ----------------------------------------------------------------------------
384: Procedure del
385: (
386: p_rec in out nocopy pay_cft_shd.g_rec_type,
387: p_effective_date in date,
388: p_datetrack_mode in varchar2
389: ) is
390: --

Line 404: pay_cft_shd.lck

400: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);
401: --
402: -- We must lock the row which we need to delete.
403: --
404: pay_cft_shd.lck
405: (
406: p_effective_date => p_effective_date,
407: p_datetrack_mode => p_datetrack_mode,
408: p_emp_fed_tax_inf_id => p_rec.emp_fed_tax_inf_id,

Line 466: l_rec pay_cft_shd.g_rec_type;

462: p_effective_date in date,
463: p_datetrack_mode in varchar2
464: ) is
465: --
466: l_rec pay_cft_shd.g_rec_type;
467: l_proc varchar2(72) := g_package||'del';
468: --
469: Begin
470: hr_utility.set_location('Entering:'||l_proc, 5);