Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse PARK ACCOUNT BALANCE Table


View exposing parking account balance records including parker account identifiers, MIT identifiers, parking year, debit and credit amounts, currency attributes, and audit information.


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

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

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