DBA Data[Home] [Help]

APPS.PQP_GB_PSI_SCH dependencies on PER_ALL_PEOPLE_F

Line 11: g_person_dtl per_all_people_f%rowtype;

7: c_highest_date CONSTANT DATE := hr_api.g_eot;
8: g_person_id NUMBER := NULL;
9: g_business_group_id NUMBER := NULL; -- IMPORTANT TO KEEP NULL
10: g_assignment_id NUMBER := NULL; -- IMPORTANT TO KEEP NULL
11: g_person_dtl per_all_people_f%rowtype;
12: g_assignment_dtl per_all_assignments_f%rowtype;
13: g_altkey VARCHAR2(12) := NULL;
14: g_current_run VARCHAR2(20) := NULL;
15: g_prev_event_dtl_rec ben_ext_person.t_detailed_output_tab_rec;