Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse EMPLOYEE STATUS Table


View exposing employee status reference values used to classify employee workforce status for reporting and analysis.


Field Name

Description

Data Type

Length

FIRST_NAME

First name associated with the record.

VARCHAR2

30

FULL_NAME

Full name associated with the record.

VARCHAR2

90

IS_CURRENT_TODAY

Indicator identifying whether current today (Y/N).

VARCHAR2

5

KRB_NAME_UPPERCASE

Krb name uppercase associated with the record.

VARCHAR2

8

LAST_NAME

Last name associated with the record.

VARCHAR2

30

MIDDLE_NAME

Middle name associated with the record.

VARCHAR2

30

MIT_ID

MIT ID number of the person. Use this field to join with other tables containing data about people at MIT.

VARCHAR2

9

OFFICE_LOCATION

Office location associated with the record.

VARCHAR2

30

OFFICE_PHONE

Office phone associated with the record.

VARCHAR2

20

UNIT_ID

Business identifier for the unit.

VARCHAR2

6

UNIT_NAME

Unit name associated with the record.

VARCHAR2

50