DBA Data[Home] [Help]

APPS.HREMPTER dependencies on HR_GENERAL

Line 2628: if hr_general.chk_geocodes_installed = 'Y' then

2624: -- fix for bug: 1348553 et al.
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);

Line 3068: if hr_general.chk_geocodes_installed = 'Y' then

3064: end if;
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 */

Line 3723: l_session_date :=hr_general.effective_date();

3719: --
3720: -- start of bug fix 4919804
3721: l_effective_end_of_time := to_date('31/12/4712','DD/MM/YYYY');
3722: l_object_version_number := c_ass_rec.object_version_number;
3723: l_session_date :=hr_general.effective_date();
3724: l_effective_end_date1 := c_ass_rec.effective_end_date;
3725: l_effective_start_date1:=c_ass_rec.effective_start_date;
3726: -- end of bug fix 4919804
3727:

Line 3895: hr_general.end_of_time))

3891: p_effective_date1 => p_actual_termination_date,
3892: p_assignment_id2 => c_ass_rec.assignment_id,
3893: p_effective_date2 => p_actual_termination_date+1)
3894: and p_actual_termination_date <> nvl(l_final_process_date,
3895: hr_general.end_of_time))
3896: then
3897: hr_utility.set_location(l_proc,27);
3898: --
3899: -- The assignments are identical....

Line 4092: if hr_general.chk_geocodes_installed ='Y' then

4088: -- this package peempter.pkb is part of the CORE HR code and UK
4089: -- customer do not use these TAX tables. Only Customers with HR/CERIDIAN
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);