DBA Data[Home] [Help]

APPS.GHR_MTI_APP dependencies on GHR_MRE_PKG

Line 973: if GHR_MRE_PKG.person_in_pa_req_1noa

969: p_effective_date in date) return boolean is
970:
971: l_proc varchar2(72) := g_package || '.check_eligibility';
972: begin
973: if GHR_MRE_PKG.person_in_pa_req_1noa
974: (p_person_id => p_person_id,
975: p_effective_date => p_effective_date,
976: p_first_noa_code => '132'
977: ) then

Line 981: if GHR_MRE_PKG.person_in_pa_req_2noa

977: ) then
978: return false;
979: end if;
980: /********************
981: if GHR_MRE_PKG.person_in_pa_req_2noa
982: (p_person_id => p_person_id,
983: p_effective_date => p_effective_date,
984: p_second_noa_code => '132'
985: ) then