DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_MRE_PKG

Line 2013: if GHR_MRE_PKG.person_in_pa_req_1noa

2009: end if;
2010: --end if;
2011:
2012: if p_action = 'CREATE' THEN
2013: if GHR_MRE_PKG.person_in_pa_req_1noa
2014: (p_person_id => p_person_id,
2015: p_effective_date => p_effective_date,
2016: p_first_noa_code => '352'
2017: ) then

Line 2021: if GHR_MRE_PKG.person_in_pa_req_2noa

2017: ) then
2018: return false;
2019: end if;
2020: /*************
2021: if GHR_MRE_PKG.person_in_pa_req_2noa
2022: (p_person_id => p_person_id,
2023: p_effective_date => p_effective_date,
2024: p_second_noa_code => '352'
2025: ) then

Line 2334: ghr_mre_pkg.GET_FIELD_DESC (p_agency_sub_element_code,

2330: l_to_agency_code := null;
2331: end if;
2332:
2333:
2334: ghr_mre_pkg.GET_FIELD_DESC (p_agency_sub_element_code,
2335: l_to_agency_code, ---t_sub_element_code,
2336: t_appropriation_code1,
2337: t_appropriation_code2,
2338: p_pay_plan,

Line 2392: ghr_mre_pkg.pr('Person ID '||to_char(p_person_id),'ERROR 2',l_mass_errbuf);

2388: exception
2389: when others then
2390: l_mass_errbuf := 'Preview - Others error in Get retained grade '||
2391: 'Error is '||' Sql Err is '|| sqlerrm(sqlcode);
2392: ghr_mre_pkg.pr('Person ID '||to_char(p_person_id),'ERROR 2',l_mass_errbuf);
2393: raise mass_error;
2394: end;
2395: END IF;
2396: