TRAVEL PERSON Table
View exposing traveler person records including person identifiers and related attributes used in travel and expense administration.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
DEPARTMENT_NAME |
Department name associated with the record. |
VARCHAR2 |
75 |
DEPARTMENT_NUMBER |
Department number associated with the record. |
VARCHAR2 |
6 |
EMAIL_ADDRESS |
Email address associated with the record. |
VARCHAR2 |
100 |
FIRST_NAME |
First name associated with the person or organization. |
VARCHAR2 |
40 |
FULL_NAME |
Full name associated with the person or organization. |
VARCHAR2 |
100 |
KERBEROS_NAME |
Kerberos name associated with the record. |
VARCHAR2 |
8 |
KERBEROS_NAME_UPPERCASE |
Kerberos name uppercase associated with the record. |
VARCHAR2 |
8 |
LAST_NAME |
Last name associated with the person or organization. |
VARCHAR2 |
40 |
MIDDLE_NAME |
Middle name associated with the person or organization. |
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 |
48 |
PERSONNEL_AREA |
Personnel area associated with the record. |
VARCHAR2 |
40 |
PERSONNEL_AREA_CODE |
Code identifying personnel area. |
VARCHAR2 |
4 |
PERSONNEL_SUBAREA |
Personnel subarea associated with the record. |
VARCHAR2 |
40 |
PERSONNEL_SUBAREA_CODE |
Code identifying personnel subarea. |
VARCHAR2 |
4 |
PRIMARY_OFFICE_LOCATION |
Primary office location associated with the record. |
VARCHAR2 |
40 |
PRIMARY_OFFICE_PHONE |
Primary office phone associated with the record. |
VARCHAR2 |
20 |
RECORD_COUNTER |
Record counter associated with the record. |
NUMBER |
|
SOURCE_OF_DATA |
Source of data associated with the record. |
VARCHAR2 |
9 |
TRAVELER_DESCRIPTION |
Description of traveler. |
VARCHAR2 |
50 |
TRAVELER_STATUS |
Traveler status associated with the record. |
VARCHAR2 |
14 |
TRAVELER_TYPE |
Traveler type associated with the record. |
VARCHAR2 |
40 |
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |