DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on GHR_HISTORY_API

Line 277: l_session ghr_history_api.g_session_var_type;

273: IS
274: l_proc varchar2(30) := 'get_from_history_asgnei';
275: l_ASGNEI_DATA PER_ASSIGNMENT_EXTRA_INFO%ROWTYPE;
276: l_ASGNEI_DATA_INIT PER_ASSIGNMENT_EXTRA_INFO%ROWTYPE;
277: l_session ghr_history_api.g_session_var_type;
278: l_extra_info_id per_assignment_extra_info.assignment_extra_info_id%type;
279: l_result varchar2(20);
280:
281: BEGIN

Line 784: l_session ghr_history_api.g_session_var_type;

780: l_PEOPEI_DATA PER_PEOPLE_EXTRA_INFO%ROWTYPE;
781: l_PEOPEI_DATA_INIT PER_PEOPLE_EXTRA_INFO%ROWTYPE;
782: l_type_of_employment per_people_extra_info.pei_information4%TYPE;
783: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;
784: l_session ghr_history_api.g_session_var_type;
785: l_extra_info_id per_people_extra_info.person_extra_info_id%type;
786: l_result varchar2(20);
787: l_cnt number;
788: l_user_table_id number;

Line 953: ghr_history_api.get_g_session_var(l_session);

949: l_cnt := l_cnt + 1;
950: l_extra_info_id := extra_info.person_extra_info_id;
951: If l_extra_info_id is not null then
952: hr_utility.set_location(l_proc,10);
953: ghr_history_api.get_g_session_var(l_session);
954: ghr_history_fetch.fetch_peopleei ( p_person_extra_info_id => l_extra_info_id,
955: p_date_effective => p_sr_report_date,
956: p_altered_pa_request_id => l_session.altered_pa_request_id,
957: p_noa_id_corrected => l_session.noa_id_correct,