DBA Data[Home] [Help]

APPS.PQP_GB_PSI_WPS_HISTORY dependencies on PER_ALL_PEOPLE_F

Line 16: g_person_dtl per_all_people_f%rowtype;

12: c_highest_date CONSTANT DATE := hr_api.g_eot;
13: g_person_id NUMBER := NULL;
14: g_business_group_id NUMBER := NULL; -- IMPORTANT TO KEEP NULL
15: g_assignment_id NUMBER := NULL; -- IMPORTANT TO KEEP NULL
16: g_person_dtl per_all_people_f%rowtype;
17: g_assignment_dtl per_all_assignments_f%rowtype;
18: g_altkey VARCHAR2(12):= NULL;
19: g_current_run varchar2(20) := NULL;
20: g_prev_event_dtl_rec ben_ext_person.t_detailed_output_tab_rec;

Line 42: g_curr_person_dtls per_all_people_f%ROWTYPE;

38: g_ext_dfn_id NUMBER;
39: g_is_terminated VARCHAR2(1) :='N';
40:
41:
42: g_curr_person_dtls per_all_people_f%ROWTYPE;
43: -- this contains the person details on effective date
44:
45: g_curr_assg_dtls per_all_assignments_f%ROWTYPE;
46: