DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_UTILITY

Line 7428: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN

7424: -- process health benefits
7425: -- Sundar Benefits EIT Enhancement
7426: if p_health_benefits.health_benefits_flag = 'Y' then
7427: hr_utility.set_location(l_proc,90);
7428: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN
7429: NULL;
7430: ELSE
7431: ghr_element_api.process_sf52_element
7432: (p_assignment_id => p_pa_request_rec.employee_assignment_id

Line 7445: END IF; -- IF ghr_utility.is_ghr_ben_fehb THEN

7441: ,p_value4 => p_health_benefits.pre_tax_waiver
7442: ,p_effective_date => l_effective_date
7443: ,p_process_warning => l_warning
7444: );
7445: END IF; -- IF ghr_utility.is_ghr_ben_fehb THEN
7446: end if;
7447: --
7448: --
7449: -- process health benefits pre tax

Line 7453: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN

7449: -- process health benefits pre tax
7450: --
7451: if p_health_ben_pre_tax.health_ben_pre_tax_flag = 'Y' then
7452: hr_utility.set_location(l_proc,90);
7453: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN
7454: NULL;
7455: ELSE
7456: ghr_element_api.process_sf52_element
7457: (p_assignment_id => p_pa_request_rec.employee_assignment_id

Line 7468: END IF; -- IF ghr_utility.is_ghr_ben_fehb = TRUE THEN

7464: ,p_value3 => p_health_ben_pre_tax.temps_total_cost
7465: ,p_effective_date => l_effective_date
7466: ,p_process_warning => l_warning
7467: );
7468: END IF; -- IF ghr_utility.is_ghr_ben_fehb = TRUE THEN
7469: end if;
7470: --
7471: -- process danger pay
7472: --

Line 7691: IF ghr_utility.is_ghr_ben_tsp = 'TRUE' THEN

7687: -- process thrift_saving_plan
7688: --
7689: if p_thrift_saving_plan.tsp_flag = 'Y' then
7690: hr_utility.set_location(l_proc,210);
7691: IF ghr_utility.is_ghr_ben_tsp = 'TRUE' THEN
7692: NULL;
7693: ELSE
7694: -- Bug#4582970 Removed Agncy Elig Date, Emp Elig Date values.
7695: ghr_element_api.process_sf52_element

Line 7710: END IF; -- IF ghr_utility.is_ghr_ben_tsp

7706: fnd_date.date_to_displaydate(fnd_date.canonical_to_date(p_thrift_saving_plan.status_date)) --AVR
7707: ,p_effective_date => l_effective_date
7708: ,p_process_warning => l_warning
7709: );
7710: END IF; -- IF ghr_utility.is_ghr_ben_tsp
7711: end if;
7712: --
7713: --Pradeep.
7714: --Process MDDDS Special Pay