Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse HR APPOINTMENT LIMITED DETAIL Table


DEPRECATED - USE HR_APPOINTMENT_DETAIL!! Stores a limited set of employee appointment attributes focused on dates, pay basis, effort/employment percentages, schedule attributes, and temporary change indicators. Each row represents an appointment record for a person and position over a date range.


Field Name

Description

Data Type

Length

APPT_BEGIN_DATE

Appointment begin date.

DATE

APPT_END_DATE

Appointment end date.

DATE

APPT_WAGE_TYPE

Appointment wage type description.

VARCHAR2

25

APPT_WAGE_TYPE_CODE

Appointment wage type code.

VARCHAR2

4

HR_APPT_TYPE_KEY

Surrogate key identifying the appointment type.

VARCHAR2

20

HR_JOB_KEY

Surrogate key identifying the HR job.

VARCHAR2

47

HR_ORG_UNIT_KEY

Surrogate key identifying the HR organizational unit.

VARCHAR2

10

HR_POSITION_KEY

Surrogate key identifying the HR position.

VARCHAR2

10

IS_SHIFT_ELIGIBLE

Indicator identifying whether the appointment is shift eligible (Y/N).

VARCHAR2

1

LAST_UPDATE_DATE

Date the appointment record was last updated.

DATE

LAST_UPDATE_USER

User identifier of the last updater of the appointment record.

VARCHAR2

12

MIT_ID

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

VARCHAR2

9

ORIGINAL_EMPLOYMENT_PERCENT

Original employment percent prior to temporary changes (as defined by source).

NUMBER

17,8

ORIGINAL_FTE_PERCENT_EFFORT

Original FTE percent effort prior to temporary changes (as defined by source).

NUMBER

13,6

ORIGINAL_WORK_WEEK

Original work week measure prior to temporary changes (as defined by source).

NUMBER

5,2

PAY_BASIS

Pay basis description associated with the appointment.

VARCHAR2

50

PAY_BASIS_CODE

Pay basis code associated with the appointment.

VARCHAR2

7

PAY_BASIS_NUMBER_OF_MONTHS

Number of months associated with the pay basis (as defined by source).

NUMBER

RECORD_COUNTER

Record counter used for ETL control or auditing.

NUMBER

REPORT_EMPLOYMENT_PERCENT

Reported employment percent for the appointment.

NUMBER

REPORT_FTE_PERCENT_EFFORT

Reported FTE percent effort for the appointment.

NUMBER

REPORT_WORK_WEEK

Reported work week measure (e.g., hours/week) for the appointment.

NUMBER

TEMP_CHANGE_EMPLOYMENT_PERCENT

Temporary change employment percent (as defined by source).

NUMBER

17,8

TEMP_CHANGE_FTE_PERCENT_EFFORT

Temporary change FTE percent effort (as defined by source).

NUMBER

13,6

TEMP_CHANGE_REASON

Description of the reason for a temporary change.

VARCHAR2

100

TEMP_CHANGE_REASON_CODE

Code identifying the reason for a temporary change.

VARCHAR2

2

TEMP_CHANGE_WORK_WEEK

Temporary change work week measure (as defined by source).

NUMBER

5,2

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE

WORKING_WEEK

Working week description associated with the appointment.

VARCHAR2

100

WORKING_WEEK_CODE

Working week code associated with the appointment.

VARCHAR2

2

WORK_SCHEDULE_RULE

Work schedule rule identifier (as defined by source).

VARCHAR2

8