Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse PARK PERMIT Table


View exposing parking permit records including permit identifiers, parker accounts, permit types, effective dates, status attributes, and audit fields.


Field Name

Description

Data Type

Length

ALL_LOTS_ACCESS

All lots access associated with the record.

VARCHAR2

1

ALL_LOTS_RESERVED

All lots reserved associated with the record.

VARCHAR2

1

CANCELED_AT

Time associated with canceled.

VARCHAR2

6

CANCELED_BY

Canceled by associated with the record.

VARCHAR2

12

CANCELED_ON

Canceled on associated with the record.

VARCHAR2

6

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

FAMILY

Family associated with the record.

VARCHAR2

1

HEAD_OF_HOUSE

Head of house associated with the record.

VARCHAR2

1

ISSUED_AT

Time associated with issued.

VARCHAR2

6

ISSUED_BY

Issued by associated with the record.

VARCHAR2

12

ISSUED_ON

Date associated with issued.

DATE

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_PERMIT_ID

Business identifier for the parking permit.

VARCHAR2

8

PARKING_PERMIT_TYPE_ID

Business identifier for the parking permit type.

VARCHAR2

4

PARK_PERMIT_STATUS_KEY

Surrogate key identifying the park permit status.

VARCHAR2

1

PERMIT_END_DATE

Date associated with permit end.

DATE

PERMIT_START_DATE

Date associated with permit start.

DATE

PRIMARY_PERMIT_ID

Business identifier for the primary 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