DBA Data[Home] [Help]

APPS.GHR_MTI_APP dependencies on GHR_MRE_PKG

Line 860: if GHR_MRE_PKG.person_in_pa_req_1noa

856: p_effective_date in date) return boolean is
857:
858: l_proc varchar2(72) := g_package || '.check_eligibility';
859: begin
860: if GHR_MRE_PKG.person_in_pa_req_1noa
861: (p_person_id => p_person_id,
862: p_effective_date => p_effective_date,
863: p_first_noa_code => '132'
864: ) then

Line 868: if GHR_MRE_PKG.person_in_pa_req_2noa

864: ) then
865: return false;
866: end if;
867: /********************
868: if GHR_MRE_PKG.person_in_pa_req_2noa
869: (p_person_id => p_person_id,
870: p_effective_date => p_effective_date,
871: p_second_noa_code => '132'
872: ) then