DBA Data[Home] [Help]

APPS.PQP_GB_PSI_ALLOWANCE_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_current_layout varchar2(20) := NULL;

Line 69: g_curr_person_dtls per_all_people_f%ROWTYPE;

65:
66: g_salary_started VARCHAR2(1);
67: -- this is mark that the salary has started and further events will be processed
68:
69: g_curr_person_dtls per_all_people_f%ROWTYPE;
70: -- this contains the person details on effective date
71:
72: g_curr_assg_dtls per_all_assignments_f%ROWTYPE;
73: