DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on GHR_HISTORY_API

Line 280: l_session ghr_history_api.g_session_var_type;

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

Line 797: l_session ghr_history_api.g_session_var_type;

793: l_PEOPEI_DATA PER_PEOPLE_EXTRA_INFO%ROWTYPE;
794: l_PEOPEI_DATA_INIT PER_PEOPLE_EXTRA_INFO%ROWTYPE;
795: l_type_of_employment per_people_extra_info.pei_information4%TYPE;
796: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;
797: l_session ghr_history_api.g_session_var_type;
798: l_extra_info_id per_people_extra_info.person_extra_info_id%type;
799: l_result varchar2(20);
800: l_cnt number;
801: l_user_table_id number;

Line 975: ghr_history_api.get_g_session_var(l_session);

971: l_cnt := l_cnt + 1;
972: l_extra_info_id := extra_info.person_extra_info_id;
973: If l_extra_info_id is not null then
974: hr_utility.set_location(l_proc,10);
975: ghr_history_api.get_g_session_var(l_session);
976: ghr_history_fetch.fetch_peopleei ( p_person_extra_info_id => l_extra_info_id,
977: p_date_effective => p_sr_report_date,
978: p_altered_pa_request_id => l_session.altered_pa_request_id,
979: p_noa_id_corrected => l_session.noa_id_correct,