DBA Data[Home] [Help]

APPS.HREMPTER dependencies on PAY_US_UPDATE_TAX_REC_PKG

Line 223: pay_us_update_tax_rec_pkg

219: payroll, so need to back out nocopy that change to work
220: woth base 11.5.3.
221: 115.20 06-OCT-00 TMATHERS Leapfrog of 115.18 including AND requiring fix
222: for 1348553, new paramater to
223: pay_us_update_tax_rec_pkg
224: 115.21 19-OCT-00 GPERRY Fixed WWBUG 1408379.
225: Added support for life event triggers for OAB.
226: 115.22 23-OCT-00 SBIRNAGE Added an extra line to two where clauses to fix bug
227: 1406063.

Line 2629: pay_us_update_tax_rec_pkg.terminate_emp_tax_records

2625: -- we always call the terminate_tax_records proc since we need to erase
2626: -- future changes if the termination date is set w/o a final process date.
2627: --
2628: if hr_general.chk_geocodes_installed = 'Y' then
2629: pay_us_update_tax_rec_pkg.terminate_emp_tax_records
2630: (c_ass_rec.assignment_id
2631: ,p_final_process_date
2632: ,p_actual_termination_date);
2633: end if; /* Check if geocodes is installed */

Line 3069: pay_us_update_tax_rec_pkg.terminate_emp_tax_records

3065: --
3066: -- bug 1348553 - if you set the atd, and later set the fpd, we need to
3067: -- terminate the tax records
3068: if hr_general.chk_geocodes_installed = 'Y' then
3069: pay_us_update_tax_rec_pkg.terminate_emp_tax_records
3070: (c_ass_rec.assignment_id
3071: ,p_final_process_date);
3072: end if; /* Check if geocodes is installed */
3073: END LOOP;

Line 4094: pay_us_update_tax_rec_pkg.reverse_term_emp_tax_records

4090: -- use this TAX tables.
4091:
4092: if hr_general.chk_geocodes_installed ='Y' then
4093: hr_utility.set_location(l_proc,41);
4094: pay_us_update_tax_rec_pkg.reverse_term_emp_tax_records
4095: (c_ass_rec.assignment_id
4096: ,l_final_process_date);
4097:
4098: end if; /* verification chk_geocodes_installed */