DBA Data[Home] [Help]

APPS.GHR_BEN_VALIDATION dependencies on GHR_UTILITY

Line 637: IF ghr_utility.is_ghr = 'TRUE' THEN

633: l_retirement_plan ghr_pa_requests.retirement_plan%type;
634: l_debug_mode BOOLEAN;
635: BEGIN
636: -- Initialization
637: IF ghr_utility.is_ghr = 'TRUE' THEN
638: IF g_debug = TRUE THEN
639: hr_utility.set_location('Entering validate_create_element',110);
640: END IF;
641:

Line 734: END IF; -- IF ghr_utility.is_ghr = 'TRUE

730: , p_pre_tax_waiver => l_pre_tax_waiver
731: );
732:
733: END IF; -- IF l_element_name = 'TSP
734: END IF; -- IF ghr_utility.is_ghr = 'TRUE
735:
736: END validate_create_element;
737:
738: PROCEDURE validate_update_element(

Line 820: IF ghr_utility.is_ghr = 'TRUE' AND p_information_type IN ('GHR_US_PER_BENEFIT_INFO','GHR_US_PER_SCD_INFORMATION') THEN

816: AND c_effective_date BETWEEN NVL(start_date_active,to_date('01/01/1951','dd/mm/yyyy'))
817: AND NVL(end_date_active,to_date('31/12/4712','dd/mm/yyyy'));
818:
819: BEGIN
820: IF ghr_utility.is_ghr = 'TRUE' AND p_information_type IN ('GHR_US_PER_BENEFIT_INFO','GHR_US_PER_SCD_INFORMATION') THEN
821: IF g_debug = TRUE THEN
822: hr_utility.set_location('Inside validate_create_personei',12);
823: END IF;
824: l_session_id := USERENV('sessionid');

Line 897: END IF; -- IF ghr_utility.is_ghr

893: , p_fers_elig_exp_date => l_fers_elig_exp_date
894: , p_annuitant_indicator => l_annuitant_indicator);
895: END IF; -- IF l_assignment_type = 'E' THEN
896: END IF; -- IF l_noa_family_code IN ('APPT','CONV_APPT','EXT_NTE')
897: END IF; -- IF ghr_utility.is_ghr
898:
899: END validate_create_personei;
900:
901: