Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse HR PERSON EMPLOYEE BASIC Table


This is a simplifed version of HR_PERSON_EMPLOYEE. It contains information about MIT employees as recorded and maintained in SAP HR.


Field Name

Description

Data Type

Length

APPOINTMENT_END_DATE

This field is used in several HR tables. In HR_PERSON_EMPLOYEE and HR_PERSON_EMPLOYEE_LIMITED, it is the latest last date or expected last date of the person's appointments. If there are no appointment records for the person in SAP HR, this date is set to LAST_TERM_DATE (termination date). In HR_APPOINTMENT_DETAIL and HR_APPT_TX_DETAIL, it is the end date of an uninterrupted appointment to a specific MIT position. Changes to the appointment, such as salary increases, one-time payments, changes in effort etc. do not affect this date, but are reflected in appointment transactions: APPT_TX_BEGIN_DATE and APPT_TX_END_DATE in HR_APPT_TX_DETAIL.
In GRADUATE_AWARD_APPOINTMENT, this is the end date of an assigned graduate appointment/award.

DATE

8

EMPLOYEE_GROUP

Definition of EMPLOYEE_GROUP_CODE, identifying an employee grouping, e.g., Exempt, Non-Exempt, or External

VARCHAR2

30

EMPLOYEE_GROUP_CODE

Code identifying an employee grouping: E for Exempt, N for Non-Exempt, X for External.

VARCHAR2

1

EMPLOYEE_SUBGROUP

Further classifies employee into classified, monthly, or weekly paid.

VARCHAR2

30

EMPLOYEE_SUBGROUP_CODE

Further classifies employee group into classified, monthly, or weekly paid, EM for exempt monthly.

VARCHAR2

2

EMPLOYEE_TYPE

The categorization of MIT employees based on PERSONNEL_SUBAREA, but not as specific. Examples: Faculty, Other Academics, or Medical.

VARCHAR2

30

FIRST_NAME

The person's first name.

VARCHAR2

30

FIRST_NAME_UPPER

The uppercase version of the employee's first name. Convenient for placing limits.

VARCHAR2

40

FULL_NAME

The full name of the person.

VARCHAR2

90

HAS_ADDL_APPOINTMENT

An indication that the employee has an additional appointment, Y or N.

VARCHAR2

1

HAS_DUAL_APPOINTMENT

An indicator that the employee has a dual appointment, Y or N.

VARCHAR2

1

HR_ORG_UNIT_ID

8-digit unique number generated by SAP for each org unit. All levels within the HR org hierarcy (e.g. school, department, sub-department) are assigned an HR Org Unit ID.

VARCHAR2

8

HR_ORG_UNIT_TITLE

Name of the department, school, center, or lab. (Known as Org Units in SAP.)

VARCHAR2

75

IS_FORMER_EMP_CURRENT_STU

If the person used to be an MIT employee or is currently an MIT student, this field is set to "Y", otherwise it contains "N"

VARCHAR2

4

LAST_NAME

The person's last name.

VARCHAR2

30

LAST_NAME_UPPER

The uppercase version of the employee's last name. Convenient for placing limits.

VARCHAR2

40

MIDDLE_NAME

The person's middle name (where available).

VARCHAR2

30

MIT_ID

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

VARCHAR2

9

PERSONNEL_AREA

Definition of PERSONNEL_AREA_CODE; identifies campus groupings of employees; e.g., academic, nonacademic, external, or Lincoln Lab.

VARCHAR2

30

PERSONNEL_AREA_CODE

4 character code to identify employee groups; e.g., academic, nonacademic, external, or Lincoln Lab.

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

PERSONNEL_SUBAREA

Text that further identifies the personnel area into sub groupings of Positions,e.g., Admin Staff, Support Staff. Similar to the old Rank Lists values.

VARCHAR2

30

PERSONNEL_SUBAREA_CODE

4 character code to further identify the personnel area, e.g., CFAC for faculty.

VARCHAR2

4

POSITION_TITLE

Specific Position Title tied to the Position ID. This may be more specifc than the official job title.

VARCHAR2

50

SAP_STATUS

Identifies the status within SAP, active for people being paid, withdrawn from ex-employees and ex-people (deceased). NOTE: In cases where an employee was terminated on their student appoinment, use IS_FORMER_EMP_CURRENT_STU and/or APPOINTMENT_END_DATE to determine if they are still active. Employees that become students are not always terminated in SAP on their Employee record.

VARCHAR2

30

WAREHOUSE_LOAD_DATE

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

DATE

8