← All tables
Oracle Fusion/HCM/Global HR
PER_ALL_ASSIGNMENTS_M
Employment assignments — job, grade, position, department, payroll and status, date-effective per person.
Key Columns
ASSIGNMENT_IDPERSON_IDASSIGNMENT_NUMBERASSIGNMENT_TYPEEFFECTIVE_START_DATEORGANIZATION_IDJOB_IDGRADE_IDPOSITION_IDASSIGNMENT_STATUS_TYPE_ID
Common Joins
Used In
Global HRPayrollCompensation
Notes
ASSIGNMENT_TYPE 'E' = employee, 'C' = contingent worker, 'P' = pending worker. The _M suffix means it is both date-effective and edition-aware.
Related
Fusion HCM person and employment data model
A worker is a person (PER_ALL_PEOPLE_F) with names (PER_PERSON_NAMES_F), one or more work relationships (PER_PERIODS_OF_SERVICE) and assignments (PER_ALL_ASSIGNMENTS_M) that carry job, grade, position, department and manager. Most rows are date-effective and need a TRUNC(SYSDATE) BETWEEN filter.