DBA Data[Home] [Help]

APPS.GHR_GHRWS52L dependencies on PER_POSITION_EXTRA_INFO

Line 41: g_Organ_Component per_position_extra_info.poei_information5%type;

37: g_Indiv_Award varchar2(30);
38: g_locality_pay_area ghr_locality_pay_areas_f.Locality_Pay_Area_Code%type;
39: g_Occupation_code ghr_pa_requests.to_occ_code%type;
40: g_One_Time_Payment_Amount ghr_pa_requests.AWARD_AMOUNT%type;
41: g_Organ_Component per_position_extra_info.poei_information5%type;
42: g_pay_rate_determinant_code ghr_pa_requests.PAY_RATE_DETERMINANT%type;
43: g_Personnel_Officer_ID per_position_extra_info.poei_information3%type;
44: g_Position_Occ_Code ghr_pa_requests.POSITION_OCCUPIED%type;
45: g_Prior_Basic_Pay varchar2(30); --number;

Line 43: g_Personnel_Officer_ID per_position_extra_info.poei_information3%type;

39: g_Occupation_code ghr_pa_requests.to_occ_code%type;
40: g_One_Time_Payment_Amount ghr_pa_requests.AWARD_AMOUNT%type;
41: g_Organ_Component per_position_extra_info.poei_information5%type;
42: g_pay_rate_determinant_code ghr_pa_requests.PAY_RATE_DETERMINANT%type;
43: g_Personnel_Officer_ID per_position_extra_info.poei_information3%type;
44: g_Position_Occ_Code ghr_pa_requests.POSITION_OCCUPIED%type;
45: g_Prior_Basic_Pay varchar2(30); --number;
46: g_prior_duty_station varchar2(30);
47: g_Prior_Grade_Or_Level per_grade_definitions.segment2%type;

Line 51: g_Prior_Pay_Basis per_position_extra_info.poei_information6%type;

47: g_Prior_Grade_Or_Level per_grade_definitions.segment2%type;
48: g_Prior_Locality_Adj varchar2(30); --number;
49: g_prior_locality_pay_area varchar2(30);
50: g_Prior_Occupation_code per_job_definitions.segment1%type;
51: g_Prior_Pay_Basis per_position_extra_info.poei_information6%type;
52: g_Prior_Pay_Plan per_grade_definitions.segment1%type;
53: g_Prior_Pay_Rate_Det_Code per_assignment_extra_info.aei_information6%type;
54: g_Prior_Step_Or_Rate per_assignment_extra_info.aei_information3%type;
55: g_prior_work_schedule_code varchar2(30);

Line 71: g_special_pay_table_id per_position_extra_info.poei_information5%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);
75: g_Supervisory_Status_Code ghr_pa_requests.SUPERVISORY_STATUS%type;