DBA Data[Home] [Help]

APPS.GHR_GHRWS52L dependencies on PER_PEOPLE_F

Line 22: g_Employee_Date_of_Birth per_people_f.date_of_birth%type;

18: g_Duty_Station_ID hr_location_extra_info.lei_information3%type;
19: g_Duty_Station_Lookup_Code ghr_duty_stations_f.Duty_Station_Code%type;
20: g_education_level ghr_pa_requests.EDUCATION_LEVEL%type;
21: g_effective_date ghr_pa_requests.EFFECTIVE_DATE%type;
22: g_Employee_Date_of_Birth per_people_f.date_of_birth%type;
23: g_Employee_First_Name ghr_pa_requests.EMPLOYEE_FIRST_NAME%type;
24: g_Employee_Last_Name ghr_pa_requests.EMPLOYEE_LAST_NAME%type;
25: g_employee_National_ID varchar2(30);
26: g_fegli_code ghr_pa_requests.FEGLI%type;

Line 70: g_Sex per_people_f.sex%type;

66: g_Retirement_Plan_Code ghr_pa_requests.RETIREMENT_PLAN%type;
67: g_Retention_Allowance varchar2(30);
68: g_Second_NOAC_Lookup_code varchar2(30);
69: g_Service_Computation_Date ghr_pa_requests.SERVICE_COMP_DATE%type;
70: g_Sex per_people_f.sex%type;
71: g_special_pay_table_id per_position_extra_info.poei_information5%type;
72: g_staffing_differential varchar2(30);
73: g_submission_date date;
74: g_supervisory_differential varchar2(30);