Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse PARK TX INVOICE Table


View exposing parking invoice transaction records including invoice identifiers, accounts, permits, status attributes, totals, balances, and audit fields.


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

CURRENCY_KEY

Surrogate key identifying the currency.

VARCHAR2

5

INVOICE_BALANCE

Invoice balance associated with the record.

NUMBER

13,2

INVOICE_DATE

Date associated with invoice.

DATE

INVOICE_DUE_DATE

Date associated with invoice due.

DATE

INVOICE_ID

Business identifier for the invoice.

VARCHAR2

10

INVOICE_PAID_DATE

Date associated with invoice paid.

DATE

INVOICE_TOTAL

Invoice total 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

PARK_INVOICE_STATUS_KEY

Surrogate key identifying the park invoice status.

VARCHAR2

1

PERMIT_ID

Business identifier for the permit.

VARCHAR2

8

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