DBA Data[Home] [Help]

APPS.GHR_BEN_VALIDATION dependencies on GHR_HISTORY_API

Line 806: l_session ghr_history_api.g_session_var_type;

802: l_tsp_scd date;
803: l_business_group_id per_all_people_f.business_group_id%type;
804: l_asg_ei_data per_assignment_extra_info%rowtype;
805: l_annuitant_indicator per_assignment_extra_info.aei_information5%type;
806: l_session ghr_history_api.g_session_var_type;
807: l_noa_id number;
808: l_noa_family_code ghr_noa_families.noa_family_code%type;
809:
810: -- Bug 4760226

Line 825: ghr_history_api.get_g_session_var(l_session);

821: IF g_debug = TRUE THEN
822: hr_utility.set_location('Inside validate_create_personei',12);
823: END IF;
824: l_session_id := USERENV('sessionid');
825: ghr_history_api.get_g_session_var(l_session);
826:
827: IF l_session.pa_request_id IS NOT NULL THEN
828: l_effective_date := l_session.date_effective;
829: FOR l_cur_noa_code IN c_noa_family_code(l_session.noa_id, l_effective_date) LOOP