Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse PAYROLL WORK HOURS DETAIL Table


This table contains the breakdown of gross pay and hours worked by type of pay, e.g, regular, premium, vacation, etc. It has records for non-exempt employees and hourly paid students beginning July 2006. Records are added to this table after every non-exempt payroll.


Field Name

Description

Data Type

Length

HR_ORG_UNIT_KEY

This field should be used to join HR_ORG_UNIT and HR_ORG_UNIT_HIERARCHY tables with such fact tables as HR_APPOINTMENT_DETAIL, HR_APPT_TX_DETAIL, and HR_POSITION_DETAIL and their LIMITED versions.

VARCHAR2

8

HR_POSITION_KEY

This field should be used to join HR_POSITION and HR_POSITION_LIMITED tables with such fact tables as HR_APPOINTMENT_DETAIL, HR_APPT_TX_DETAIL, and HR_POSITION_DETAIL and their LIMITED versions.

VARCHAR2

10

PAYROLL_AMOUNT

Payment amount per employee wage type

NUMBER

22

PAYROLL_FOR_PERIOD_KEY

Key field used to join the PAYROLL_FOR_PERIOD table to Payroll fact tables. Use for joining data, not for reporting.

VARCHAR2

8

PAYROLL_HOURS

Number of hours reported for this wage type per period

NUMBER

22

PAYROLL_IN_PERIOD_KEY

Key field used to join the PAYROLL_IN_PERIOD table to Payroll fact tables. Use for joining data, not for reporting.

VARCHAR2

8

PAYROLL_RATE

Hourly rate for the wage type.

NUMBER

5.2

PAYROLL_WAGE_TYPE_KEY

Key field used to join the PAYROLL_WAGE_TYPE table to Payroll fact tables. Use for joining data, not for reporting.

VARCHAR2

4

PERSONNEL_KEY

Key field used to join to the PERSONNEL table. This field should only be used for joining data, NOT for reporting.

VARCHAR2

8

WAREHOUSE_LOAD_DATE

The date the record was loaded into the Data Warehouse from the source system.

DATE

8