DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_UTILITY

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

7702: -- process health benefits
7703: -- Sundar Benefits EIT Enhancement
7704: if p_health_benefits.health_benefits_flag = 'Y' then
7705: hr_utility.set_location(l_proc,90);
7706: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN
7707: NULL;
7708: ELSE
7709: ghr_element_api.process_sf52_element
7710: (p_assignment_id => p_pa_request_rec.employee_assignment_id

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

7719: ,p_value4 => p_health_benefits.pre_tax_waiver
7720: ,p_effective_date => l_effective_date
7721: ,p_process_warning => l_warning
7722: );
7723: END IF; -- IF ghr_utility.is_ghr_ben_fehb THEN
7724: end if;
7725: --
7726: --
7727: -- process health benefits pre tax

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

7727: -- process health benefits pre tax
7728: --
7729: if p_health_ben_pre_tax.health_ben_pre_tax_flag = 'Y' then
7730: hr_utility.set_location(l_proc,90);
7731: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN
7732: NULL;
7733: ELSE
7734: ghr_element_api.process_sf52_element
7735: (p_assignment_id => p_pa_request_rec.employee_assignment_id

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

7742: ,p_value3 => p_health_ben_pre_tax.temps_total_cost
7743: ,p_effective_date => l_effective_date
7744: ,p_process_warning => l_warning
7745: );
7746: END IF; -- IF ghr_utility.is_ghr_ben_fehb = TRUE THEN
7747: end if;
7748: --
7749: -- process danger pay
7750: --

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

7965: -- process thrift_saving_plan
7966: --
7967: if p_thrift_saving_plan.tsp_flag = 'Y' then
7968: hr_utility.set_location(l_proc,210);
7969: IF ghr_utility.is_ghr_ben_tsp = 'TRUE' THEN
7970: NULL;
7971: ELSE
7972: -- Bug#4582970 Removed Agncy Elig Date, Emp Elig Date values.
7973: ghr_element_api.process_sf52_element

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

7984: fnd_date.date_to_displaydate(fnd_date.canonical_to_date(p_thrift_saving_plan.status_date)) --AVR
7985: ,p_effective_date => l_effective_date
7986: ,p_process_warning => l_warning
7987: );
7988: END IF; -- IF ghr_utility.is_ghr_ben_tsp
7989: end if;
7990:
7991:
7992: --

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

7993: -- BUG # 13571004 process TSP Roth
7994: --
7995: if p_tsp_roth.tsp_roth_flag = 'Y' then
7996: hr_utility.set_location(l_proc,212);
7997: IF ghr_utility.is_ghr_ben_tsp = 'TRUE' THEN
7998: NULL;
7999: ELSE
8000: ghr_element_api.process_sf52_element
8001: (p_assignment_id => p_pa_request_rec.employee_assignment_id

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

8006: ,p_value2 => p_tsp_roth.tsp_roth_401k_rate
8007: ,p_effective_date => l_effective_date
8008: ,p_process_warning => l_warning
8009: );
8010: END IF; -- IF ghr_utility.is_ghr_ben_tsp
8011: end if;
8012:
8013:
8014: --