DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_MRE_PKG

Line 2120: if GHR_MRE_PKG.person_in_pa_req_1noa

2116: end if;
2117: --end if;
2118:
2119: if p_action = 'CREATE' THEN
2120: if GHR_MRE_PKG.person_in_pa_req_1noa
2121: (p_person_id => p_person_id,
2122: p_effective_date => p_effective_date,
2123: p_first_noa_code => '352'
2124: ) then

Line 2128: if GHR_MRE_PKG.person_in_pa_req_2noa

2124: ) then
2125: return false;
2126: end if;
2127: /*************
2128: if GHR_MRE_PKG.person_in_pa_req_2noa
2129: (p_person_id => p_person_id,
2130: p_effective_date => p_effective_date,
2131: p_second_noa_code => '352'
2132: ) then

Line 2443: ghr_mre_pkg.GET_FIELD_DESC (p_agency_sub_element_code,

2439: l_to_agency_code := null;
2440: end if;
2441:
2442:
2443: ghr_mre_pkg.GET_FIELD_DESC (p_agency_sub_element_code,
2444: l_to_agency_code, ---t_sub_element_code,
2445: t_appropriation_code1,
2446: t_appropriation_code2,
2447: p_pay_plan,

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

2497: exception
2498: when others then
2499: l_mass_errbuf := 'Preview - Others error in Get retained grade '||
2500: 'Error is '||' Sql Err is '|| sqlerrm(sqlcode);
2501: ghr_mre_pkg.pr('Person ID '||to_char(p_person_id),'ERROR 2',l_mass_errbuf);
2502: raise mass_error;
2503: end;
2504: END IF;
2505: