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 2647: pay_us_update_tax_rec_pkg.terminate_emp_tax_records

2643: -- we always call the terminate_tax_records proc since we need to erase
2644: -- future changes if the termination date is set w/o a final process date.
2645: --
2646: if hr_general.chk_geocodes_installed = 'Y' then
2647: pay_us_update_tax_rec_pkg.terminate_emp_tax_records
2648: (c_ass_rec.assignment_id
2649: ,p_final_process_date
2650: ,p_actual_termination_date);
2651: end if; /* Check if geocodes is installed */

Line 3087: pay_us_update_tax_rec_pkg.terminate_emp_tax_records

3083: --
3084: -- bug 1348553 - if you set the atd, and later set the fpd, we need to
3085: -- terminate the tax records
3086: if hr_general.chk_geocodes_installed = 'Y' then
3087: pay_us_update_tax_rec_pkg.terminate_emp_tax_records
3088: (c_ass_rec.assignment_id
3089: ,p_final_process_date);
3090: end if; /* Check if geocodes is installed */
3091: END LOOP;

Line 4244: pay_us_update_tax_rec_pkg.reverse_term_emp_tax_records

4240: -- use this TAX tables.
4241:
4242: if hr_general.chk_geocodes_installed ='Y' then
4243: hr_utility.set_location(l_proc,41);
4244: pay_us_update_tax_rec_pkg.reverse_term_emp_tax_records
4245: (c_ass_rec.assignment_id
4246: ,l_final_process_date);
4247:
4248: end if; /* verification chk_geocodes_installed */