Skip to main content
← All tables
Oracle Fusion/HCM/Global HR

PER_ALL_PEOPLE_F

Person records — one date-effective row set per person, holding person number and identifiers.

Key Columns

PERSON_IDPERSON_NUMBEREFFECTIVE_START_DATEEFFECTIVE_END_DATEPARTY_ID

Used In

Global HRPayrollAbsence Management

Notes

Date-effective: apply TRUNC(SYSDATE) BETWEEN EFFECTIVE_START_DATE AND EFFECTIVE_END_DATE.

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.