Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse STUDENT HOURLY APPT SEGMENT Table


View exposing student hourly appt segment data.


Field Name

Description

Data Type

Length

HR_ORG_UNIT_KEY

Surrogate key identifying the hr org unit.

VARCHAR2

10

HR_POSITION_KEY

Surrogate key identifying the hr position.

VARCHAR2

10

IS_APPT_FINAL_STATE_SEGMENT

Indicator identifying whether appt final state segment (Y/N).

VARCHAR2

1

MIT_ID

MIT ID number of the person. Use this field to join with other tables containing data about people at MIT.

VARCHAR2

9

PAY_AMOUNT

Pay amount associated with the record.

NUMBER

PAY_END_DATE

Date associated with pay end.

DATE

PAY_START_DATE

Date associated with pay start.

DATE

PERSONNEL_KEY

Surrogate key identifying the personnel.

VARCHAR2

10

PLANNED_HOURS

Planned hours associated with the record.

NUMBER

5,2

PLANNED_HOURS_END_DATE

Date associated with planned hours end.

DATE

PLANNED_HOURS_START_DATE

Date associated with planned hours start.

DATE

SEGMENT_BEGIN_DATE

Date associated with segment begin.

DATE

SEGMENT_END_DATE

Date associated with segment end.

DATE

STU_APPT_KEY

Surrogate key identifying the stu appt.

VARCHAR2

30

STU_APPT_SEG_KEY

Surrogate key identifying the stu appt seg.

VARCHAR2

30

SUPERVISOR_MIT_ID

MIT ID number of the person. Use this field to join with other tables containing data about people at MIT.

VARCHAR2

9

SUPERVISOR_NAME

Supervisor name associated with the record.

VARCHAR2

100

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE