PAYROLL SALARY DETAIL Table
View exposing payroll salary detail data.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
APPT_BEGIN_DATE |
Date associated with appt begin. |
DATE |
|
APPT_END_DATE |
Date associated with appt end. |
DATE |
|
APPT_SUBTYPE |
Appt subtype associated with the record. |
VARCHAR2 |
100 |
APPT_SUBTYPE_CODE |
Code identifying appt subtype. |
VARCHAR2 |
4 |
FOREIGN_FELLOWSHIP_FLAG |
Indicator identifying whether foreign fellowship (Y/N). |
VARCHAR2 |
3 |
HR_ORG_UNIT_KEY |
Surrogate key identifying the hr org unit. |
VARCHAR2 |
10 |
HR_POSITION_KEY |
Surrogate key identifying the hr position. |
VARCHAR2 |
10 |
IS_EXEMPT_EMPLOYEE |
Indicator identifying whether exempt employee (Y/N). |
VARCHAR2 |
1 |
IS_HOURLY_PAID_STUDENT |
Indicator identifying whether hourly paid student (Y/N). |
VARCHAR2 |
1 |
IS_STUDENT_APPOINTMENT |
Indicator identifying whether student appointment (Y/N). |
VARCHAR2 |
1 |
LAST_UPDATE_DATE |
Date associated with last update. |
DATE |
|
LAST_UPDATE_USER |
Last update user associated with the record. |
VARCHAR2 |
12 |
LINK_FIELD |
Link field associated with the record. |
VARCHAR2 |
10 |
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
ORIGINAL_BASE_AMOUNT |
Original base amount associated with the record. |
NUMBER |
15,2 |
ORIGINAL_EMPLOYMENT_PERCENT |
Original employment percent associated with the record. |
NUMBER |
7,4 |
ORIGINAL_HOURLY_RATE |
Original hourly rate associated with the record. |
NUMBER |
13,2 |
ORIGINAL_PERCENT_TIME |
Time associated with original percent. |
NUMBER |
7,4 |
ORIGINAL_PERIOD_AMOUNT |
Original period amount associated with the record. |
NUMBER |
15,2 |
ORIGINAL_WORK_WEEK |
Original work week associated with the record. |
NUMBER |
5,2 |
PAY_BASIS |
Pay basis associated with the record. |
VARCHAR2 |
50 |
PAY_BASIS_CODE |
Code identifying pay basis. |
VARCHAR2 |
7 |
PAY_BASIS_NUMBER_OF_MONTHS |
Pay basis number of months associated with the record. |
NUMBER |
|
PAY_BEGIN_DATE |
Date associated with pay begin. |
DATE |
|
PAY_END_DATE |
Date associated with pay end. |
DATE |
|
PERSONNEL_KEY |
Surrogate key identifying the personnel. |
VARCHAR2 |
8 |
RECORD_COUNTER |
Record counter associated with the record. |
NUMBER |
|
REPORT_BASE_AMOUNT |
Report base amount associated with the record. |
NUMBER |
|
REPORT_EMPLOYMENT_PERCENT |
Report employment percent associated with the record. |
NUMBER |
|
REPORT_HOURLY_RATE |
Report hourly rate associated with the record. |
NUMBER |
|
REPORT_PERCENT_TIME |
Time associated with report percent. |
NUMBER |
|
REPORT_PERIOD_AMOUNT |
Report period amount associated with the record. |
NUMBER |
|
REPORT_WORK_WEEK |
Report work week associated with the record. |
NUMBER |
|
SUPPLEMENT_TYPE |
Supplement type associated with the record. |
VARCHAR2 |
30 |
SUPPLEMENT_TYPE_CODE |
Code identifying supplement type. |
VARCHAR2 |
2 |
TEMP_CHANGE_BASE_AMOUNT |
Temp change base amount associated with the record. |
NUMBER |
15,2 |
TEMP_CHANGE_HOURLY_RATE |
Temp change hourly rate associated with the record. |
NUMBER |
13,2 |
TEMP_CHANGE_PERCENT_TIME |
Time associated with temp change percent. |
NUMBER |
7,4 |
TEMP_CHANGE_PERIOD_AMOUNT |
Temp change period amount associated with the record. |
NUMBER |
13,2 |
TEMP_CHANGE_REASON |
Temp change reason associated with the record. |
VARCHAR2 |
100 |
TEMP_CHANGE_REASON_CODE |
Code identifying temp change reason. |
VARCHAR2 |
2 |
TEMP_CHANGE_WORK_WEEK |
Temp change work week associated with the record. |
NUMBER |
5,2 |
TEMP_EMPLOYMENT_PERCENT |
Temp employment percent associated with the record. |
NUMBER |
7,2 |
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |
|
WORK_SCHEDULE_HOURS |
Work schedule hours associated with the record. |
NUMBER |
5,2 |