PARK TX HEADER Table
View exposing parking transaction header records including accounts, identifiers, permits, dates, fiscal attributes, and debit and credit amounts.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
CREATED_AT |
Time associated with created. |
VARCHAR2 |
6 |
CREATED_BY |
Created by associated with the record. |
VARCHAR2 |
12 |
CREATED_ON |
Date associated with created. |
DATE |
|
CREDIT_AMOUNT |
Credit amount associated with the record. |
NUMBER |
13,2 |
CURRENCY_KEY |
Surrogate key identifying the currency. |
VARCHAR2 |
5 |
DEBIT_AMOUNT |
Debit amount associated with the record. |
NUMBER |
13,2 |
FISCAL_PERIOD |
Fiscal period associated with the record. |
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_YEAR |
Parking year associated with the record. |
VARCHAR2 |
4 |
PARK_TRANSACTION_TYPE_KEY |
Surrogate key identifying the park transaction type. |
VARCHAR2 |
2 |
PERMIT_ID |
Business identifier for the permit. |
VARCHAR2 |
8 |
TRANSACTION_DATE |
Date associated with transaction. |
DATE |
|
TRANSACTION_ID |
Business identifier for the transaction. |
VARCHAR2 |
16 |
TRANSACTION_VOIDED |
Transaction voided associated with the record. |
VARCHAR2 |
1 |
UPDATED_AT |
Time associated with updated. |
VARCHAR2 |
6 |
UPDATED_BY |
Updated by associated with the record. |
VARCHAR2 |
12 |
UPDATED_ON |
Date associated with updated. |
DATE |
|
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |