Alias: EEM#

(P2K_HR_EMPLOYMENTS)

Unique Keys: DEN_ID (ENTITY_CODE) + EID_ID (PERSON_CODE) + EMPLOYMENT_TYPE + HIRE_DATE

ERD: ERD-HR2

This table identifies the relationship between the employee and the company. An employee may have multiple employment records to reflect different periods of employment or concurrent employment with different arrangements.

Note that most other data in the system is subordinate to the employment record, and so each employment record will have its own assignment history, benefit history, pay history, etc.

Table Columns#

Column nameData Type / SizeDomainMand.Notes
IDNumber(10)IDY
ROE_STATUSVarchar2(2)X_ROE_STATUS
EID_IDNumber(10)IDYLink to P2K_HR_IDENTITIES
DEN_IDNumber(10)IDYLink to P2K_CM_ENTITIES
EMPLOYMENT_TYPEVarchar2(2)X_EMPLOYMENT_TYPEY
HIRE_DATEDate()DATEY
TERMINATION_DATEDate()DATE
HIRE_SEQUENCENumber(5)NUMBER5
ORIGINAL_HIRE_DATEDate()DATEY
SENIORITY_DATEDate()DATEY
FIRST_WORK_DATEDate()DATE
LAST_WORK_DATEDate()DATE
DTR_IDNumber(10)ID Link to P2K_CM_TERMINATION_REASONS
REHIRE_STATUSVarchar2(2)X_REHIRE_STATUS
EXPECTED_RETURN_DATEDate()DATE
ROE_LETTERVarchar2(1)X_ROE_LETTER
ROE_ISSUED_DATEDate()DATE
ROE_COMMENTSVarchar2(2000)VARCHAR2000
LAST_PAY_NUMBERNumber(5)NUMBER5
CREATE_DATEDate()DATEY
CREATE_USERVarchar2(30)VARCHAR30Y
CHANGE_DATEDate()DATEY
CHANGE_USERVarchar2(30)VARCHAR30Y
INCOME_GUARANTEENumber(5)PERCENT
GR_ELECTRONIC_CONSENTVarchar2(1)TOGGLE
GR_ELECTRONIC_CONSENT_BYVarchar2(30)VARCHAR30
GR_ELECTRONIC_CONSENT_DATEDate()DATE
GR_LAST_YEAR_PRINTEDVarchar2(4)VARCHAR4

Derived Fields#

Column Name
DRV_LAST_FIRST_EECODE
DRV_SERVICE_MONTHS

User Fields: Allowed
Audit Logging: Allowed


Notes #

Click to create a new notes page