DBA Data[Home] [Help]

APPS.GHR_BEN_VALIDATION dependencies on GHR_HISTORY_API

Line 1233: l_session ghr_history_api.g_session_var_type;

1229: l_tsp_scd date;
1230: l_business_group_id per_all_people_f.business_group_id%type;
1231: l_asg_ei_data per_assignment_extra_info%rowtype;
1232: l_annuitant_indicator per_assignment_extra_info.aei_information5%type;
1233: l_session ghr_history_api.g_session_var_type;
1234: l_noa_id number;
1235: l_noa_family_code ghr_noa_families.noa_family_code%type;
1236:
1237: -- Bug 4760226

Line 1252: ghr_history_api.get_g_session_var(l_session);

1248: IF g_debug = TRUE THEN
1249: hr_utility.set_location('Inside validate_create_personei',12);
1250: END IF;
1251: l_session_id := USERENV('sessionid');
1252: ghr_history_api.get_g_session_var(l_session);
1253:
1254: IF l_session.pa_request_id IS NOT NULL THEN
1255: l_effective_date := l_session.date_effective;
1256: FOR l_cur_noa_code IN c_noa_family_code(l_session.noa_id, l_effective_date) LOOP