HR APPOINTMENT BASIC DETAIL Table
Stores basic employee appointment details by person, position, appointment type, and date range. Each row represents a basic appointment record.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
APPT_BEGIN_DATE |
Appointment begin date. |
DATE |
|
APPT_END_DATE |
Appointment end date. |
DATE |
|
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 |
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
RECORD_COUNTER |
Record counter used for ETL control or auditing. |
NUMBER |
|
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |