HR ABSENCE BALANCE Table
In this table, for a non-exempt employee, there is one balance quota record for each of these balance quotas: Vacation, Fifth Week Vacation, Sick Leave, and Personal Leave. For exempt employees, there is one balance quota record for the Vacation quotas, and a balance quota record for the Fifth Week Vacation quotas.
Field Name |
Description |
Data Type |
Length |
---|---|---|---|
ABSENCE_BALANCE_BEGIN_DATE |
XXX |
DATE |
8 |
ABSENCE_BALANCE_END_DATE |
XXX |
DATE |
8 |
BEGINNING_BALANCE_DAYS |
XXX |
NUMBER |
10.5 |
BEGINNING_BALANCE_HOURS |
XXX |
NUMBER |
10.5 |
DEDUCTED_DAYS |
XXX |
NUMBER |
10.5 |
DEDUCTED_HOURS |
XXX |
NUMBER |
10.5 |
ENDING_BALANCE_DAYS |
XXX |
NUMBER |
10.5 |
ENDING_BALANCE_HOURS |
XXX |
NUMBER |
10.5 |
HR_ABSENCE_BALANCE_KEY |
XXX |
VARCHAR2 |
16 |
HR_ABSENCE_BALANCE_TYPE_KEY |
XXX |
VARCHAR2 |
5 |
IS_EXEMPT_VACATION_ELIGIBLE |
XXX |
VARCHAR2 |
4 |
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 |
MONTHLY_VACATION_ACCRUAL_RATE |
XXX |
NUMBER |
22 |
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 |