PARK TX ACTIVITY Table
View exposing parking activity transaction records including accounts, identifiers, locations, vehicle attributes, timestamps, processing status, and audit fields.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ACTIVITY_ID |
Business identifier for the activity. |
VARCHAR2 |
16 |
CREATED_AT |
Time associated with created. |
VARCHAR2 |
6 |
CREATED_ON |
Date associated with created. |
DATE |
|
ENTRY_DATE |
Date associated with entry. |
DATE |
|
ENTRY_TIME |
Time associated with entry. |
VARCHAR2 |
6 |
EXIT_DATE |
Date associated with exit. |
DATE |
|
EXIT_TIME |
Time associated with exit. |
VARCHAR2 |
6 |
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
PARKER_ACCOUNT_ID |
Business identifier for the parker account. |
VARCHAR2 |
8 |
PARKING_LOT_ID |
Business identifier for the parking lot. |
VARCHAR2 |
4 |
PARK_ACTIVITY_TYPE_KEY |
Surrogate key identifying the park activity type. |
VARCHAR2 |
1 |
PARK_ACT_PROC_STATUS_KEY |
Surrogate key identifying the park act proc status. |
VARCHAR2 |
2 |
PLATE_NUMBER |
Plate number associated with the record. |
VARCHAR2 |
32 |
PROCESSED_AT |
Time associated with processed. |
VARCHAR2 |
6 |
PROCESSED_ON |
Processed on associated with the record. |
DATE |
|
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |