DBA Data[Home] [Help]

APPS.HREMPTER dependencies on HR_GENERAL

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

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

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

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

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

3837: --
3838: -- start of bug fix 4919804
3839: l_effective_end_of_time := to_date('31/12/4712','DD/MM/YYYY');
3840: l_object_version_number := c_ass_rec.object_version_number;
3841: l_session_date :=hr_general.effective_date();
3842: l_effective_end_date1 := c_ass_rec.effective_end_date;
3843: l_effective_start_date1:=c_ass_rec.effective_start_date;
3844: -- end of bug fix 4919804
3845: --

Line 4038: hr_general.end_of_time))

4034: p_effective_date1 => p_actual_termination_date,
4035: p_assignment_id2 => c_ass_rec.assignment_id,
4036: p_effective_date2 => p_actual_termination_date+1)
4037: and p_actual_termination_date <> nvl(l_final_process_date,
4038: hr_general.end_of_time))
4039: */
4040: hr_utility.set_location('c_ass_rec.assignment_id'||c_ass_rec.assignment_id,27);
4041: hr_utility.set_location('p_actual_termination_date'||p_actual_termination_date,27);
4042: hr_utility.set_location('l_final_process_date'||l_final_process_date,27);

Line 4045: hr_general.end_of_time)

4041: hr_utility.set_location('p_actual_termination_date'||p_actual_termination_date,27);
4042: hr_utility.set_location('l_final_process_date'||l_final_process_date,27);
4043:
4044: if p_actual_termination_date <> nvl(l_final_process_date,
4045: hr_general.end_of_time)
4046: then
4047: hr_utility.set_location(l_proc,27);
4048: --
4049: -- The assignments are identical....

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

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