PAID PERSON Table
View exposing person reference data for paid payroll processing including MIT identifier, personnel key, names, SAP status, and warehouse load date.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
FIRST_NAME |
First name associated with the person. |
VARCHAR2 |
40 |
FULL_NAME |
Full name associated with the person. |
VARCHAR2 |
100 |
LAST_NAME |
Last name associated with the person. |
VARCHAR2 |
40 |
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
PERSONNEL_KEY |
Surrogate key identifying the personnel. |
VARCHAR2 |
8 |
SAP_STATUS |
Sap status associated with the record. |
VARCHAR2 |
30 |
SAP_STATUS_CODE |
Code identifying sap status. |
VARCHAR2 |
1 |
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |