HR ABSENCE DETAIL Table
This table contains absence data for non-exempt employees (beginning in July 2006) and exempt employees (beginning in September 2006). It shows the dates and the number of hours/days taken as an absence day for vacation, fifth week vacation, sick leave, personal leave, etc.
Field Name |
Description |
Data Type |
Length |
---|---|---|---|
ABSENCE_DATE |
XXX |
DATE |
8 |
ABSENCE_DAYS_DEDUCTED |
XXX |
NUMBER |
6.2 |
ABSENCE_END_TIME |
XXX |
VARCHAR2 |
8 |
ABSENCE_HOURS_DEDUCTED |
XXX |
NUMBER |
7.2 |
ABSENCE_START_TIME |
XXX |
VARCHAR2 |
8 |
ACTUAL_ABSENCE_DAYS |
XXX |
NUMBER |
6.2 |
ACTUAL_ABSENCE_HOURS |
XXX |
NUMBER |
7.2 |
HR_ABSENCE_BALANCE_KEY |
XXX |
VARCHAR2 |
16 |
HR_ABSENCE_TYPE_KEY |
XXX |
VARCHAR2 |
6 |
LAST_CHANGED_BY |
Username of the person who last changed/modified/updated this record. |
VARCHAR2 |
8 |
LAST_CHANGED_ON |
XXX |
DATE |
8 |
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
ORG_UNIT_ID |
XXX |
VARCHAR2 |
8 |
PERSONNEL_KEY |
Key field used to join to the PERSONNEL table. This field should only be used for joining data, NOT for reporting. |
VARCHAR2 |
8 |
WAREHOUSE_LOAD_DATE |
The date the record was loaded into the Data Warehouse from the source system. |
DATE |
8 |