Search Results per_all_people_f
The PER_ALL_PEOPLE_F
table is a fundamental component of Oracle E-Business Suite (EBS) Human Capital Management (HCM) module, specifically in versions 12.1.1 and 12.2.2. It serves as the primary repository for storing comprehensive employee, contingent worker, and applicant data. This table is part of Oracle's core HRMS (Human Resource Management System) and is designed to maintain historical records of person-related information, enabling organizations to track changes over time. Below is a detailed analysis of its structure, purpose, key columns, and integration within Oracle EBS.
Purpose and Functionality
ThePER_ALL_PEOPLE_F
table stores person records with effective-dated entries, allowing organizations to maintain a historical view of employee or contingent worker data. It supports critical HR processes such as hiring, termination, personal information updates, and compliance reporting. The table is integral to Oracle HRMS and interacts with other key tables like PER_ALL_ASSIGNMENTS_F
(assignments), PER_PERSON_TYPES
(person classifications), and PER_PERIODS_OF_SERVICE
(employment periods).
Key Columns and Attributes
The table contains numerous columns, but the most significant include:- PERSON_ID: Primary key uniquely identifying each person.
- EFFECTIVE_START_DATE and EFFECTIVE_END_DATE: Define the validity period of the record (supporting effective-dated changes).
- LAST_NAME, FIRST_NAME, MIDDLE_NAMES: Store personal identification details.
- EMPLOYEE_NUMBER: Unique identifier for employees (nullable for non-employees).
- DATE_OF_BIRTH, NATIONAL_IDENTIFIER: Capture demographic and regulatory data.
- PERSON_TYPE_ID: Links to
PER_PERSON_TYPES
to classify individuals (e.g., Employee, Ex-Employee, Applicant). - BUSINESS_GROUP_ID: Associates the person with a specific business unit.
Technical Considerations
The table is designed with Oracle EBS's effective-dating mechanism, ensuring data integrity for temporal changes. It includes audit columns (CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
) for compliance and tracking. Indexes on PERSON_ID
, EMPLOYEE_NUMBER
, and NATIONAL_IDENTIFIER
optimize query performance. Foreign key constraints enforce relationships with other HR tables.
Integration and Usage
PER_ALL_PEOPLE_F
is central to Oracle HRMS workflows:
- Recruitment: Tracks applicant data before conversion to employee records.
- Employee Lifecycle: Manages hires, promotions, and terminations via effective-dated updates.
- Reporting: Serves as the source for HR analytics, headcount, and diversity reports.
- Self-Service: Feeds Oracle HR Self-Service modules for employee updates.
Version-Specific Notes
In Oracle EBS 12.1.1 and 12.2.2, the table structure remains largely consistent, but 12.2.2 may include minor enhancements for cloud compatibility or regulatory requirements. Both versions leverage the table for statutory reporting (e.g., tax forms, labor laws) and integration with payroll (PAY_ALL_PAYROLLS_F
) and benefits (BEN_PERSON_LIFE_EVENTS
) modules.
Best Practices
Organizations should:- Use Oracle APIs (e.g.,
HR_PERSON_API
) for updates to avoid data corruption. - Archive obsolete records to maintain performance.
- Leverage Oracle's Total Compensation Model for derived attributes.
PER_ALL_PEOPLE_F
is a cornerstone of Oracle EBS HCM, enabling robust, compliant, and scalable workforce management. Its effective-dated design and integration capabilities make it indispensable for HR operations in both 12.1.1 and 12.2.2 environments.
-
Table: PER_ALL_PEOPLE_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID, product: PER - Human Resources , description: DateTracked table holding personal information for employees, applicants and other people. , implementation_dba_data: HR.PER_ALL_PEOPLE_F ,
-
Table: PER_ALL_PEOPLE_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID, product: PER - Human Resources , description: DateTracked table holding personal information for employees, applicants and other people. , implementation_dba_data: HR.PER_ALL_PEOPLE_F ,
-
View: HR_FNDSCAUS_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FNDSCAUS_PERSON_V, object_name:HR_FNDSCAUS_PERSON_V, status:VALID, product: PER - Human Resources , description: To support person lov in aol define user form (FNDSCAUS) , implementation_dba_data: APPS.HR_FNDSCAUS_PERSON_V ,
-
View: HR_FNDSCAUS_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FNDSCAUS_PERSON_V, object_name:HR_FNDSCAUS_PERSON_V, status:VALID, product: PER - Human Resources , description: To support person lov in aol define user form (FNDSCAUS) , implementation_dba_data: APPS.HR_FNDSCAUS_PERSON_V ,
-
View: HR_FNDSCAUS_PERSON_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FNDSCAUS_PERSON_LOV_V, object_name:HR_FNDSCAUS_PERSON_LOV_V, status:VALID, product: PER - Human Resources , description: To support person lov in aol define user form (FNDSCAUS) , implementation_dba_data: APPS.HR_FNDSCAUS_PERSON_LOV_V ,
-
View: HR_FNDSCAUS_PERSON_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FNDSCAUS_PERSON_LOV_V, object_name:HR_FNDSCAUS_PERSON_LOV_V, status:VALID, product: PER - Human Resources , description: To support person lov in aol define user form (FNDSCAUS) , implementation_dba_data: APPS.HR_FNDSCAUS_PERSON_LOV_V ,
-
View: HR_SUP_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUP_BASE_V, object_name:HR_SUP_BASE_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_SUP_BASE_V ,
-
View: HR_SUP_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUP_BASE_V, object_name:HR_SUP_BASE_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_SUP_BASE_V ,
-
View: PER_ALL_WORKFORCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_WORKFORCE_V, object_name:PER_ALL_WORKFORCE_V, status:VALID, product: PER - Human Resources , description: View of employees, and contingent workers if profile option setup permits , implementation_dba_data: APPS.PER_ALL_WORKFORCE_V ,
-
View: PER_ALL_WORKFORCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_WORKFORCE_V, object_name:PER_ALL_WORKFORCE_V, status:VALID, product: PER - Human Resources , description: View of employees, and contingent workers if profile option setup permits , implementation_dba_data: APPS.PER_ALL_WORKFORCE_V ,
-
View: PER_NL_ABSENCE_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_NL_ABSENCE_HISTORY_V, object_name:PER_NL_ABSENCE_HISTORY_V, status:VALID, product: PER - Human Resources , description: Dutch Absence History View , implementation_dba_data: APPS.PER_NL_ABSENCE_HISTORY_V ,
-
View: PER_NL_ABSENCE_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_NL_ABSENCE_HISTORY_V, object_name:PER_NL_ABSENCE_HISTORY_V, status:VALID, product: PER - Human Resources , description: Dutch Absence History View , implementation_dba_data: APPS.PER_NL_ABSENCE_HISTORY_V ,
-
View: PER_CONTACT_EXTRA_INFO_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_CONTACT_EXTRA_INFO_D, object_name:PER_CONTACT_EXTRA_INFO_D, status:VALID, product: PER - Human Resources , description: Used by DateTrack History. , implementation_dba_data: APPS.PER_CONTACT_EXTRA_INFO_D ,
-
View: PER_CONTACT_EXTRA_INFO_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_CONTACT_EXTRA_INFO_D, object_name:PER_CONTACT_EXTRA_INFO_D, status:VALID, product: PER - Human Resources , description: Used by DateTrack History. , implementation_dba_data: APPS.PER_CONTACT_EXTRA_INFO_D ,
-
View: HRFV_ABSENCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ABSENCES, object_name:HRFV_ABSENCES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ABSENCES ,
-
View: HRFV_ABSENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ABSENCES, object_name:HRFV_ABSENCES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ABSENCES ,
-
View: HR_HIER_ASG_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ASG_PEOPLE_V ,
-
View: HR_HIER_ASG_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ASG_PEOPLE_V ,
-
View: HR_SUP_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUP_LOV_V, object_name:HR_SUP_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_SUP_LOV_V ,
-
View: HR_SUP_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUP_LOV_V, object_name:HR_SUP_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_SUP_LOV_V ,
-
View: PER_BOOKINGS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V3, object_name:PER_BOOKINGS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V3 ,
-
View: PER_ORG_MANAGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORG_MANAGER_V, object_name:PER_ORG_MANAGER_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_ORG_MANAGER_V ,
-
View: PER_ORG_MANAGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORG_MANAGER_V, object_name:PER_ORG_MANAGER_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_ORG_MANAGER_V ,
-
View: PER_BOOKINGS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V3, object_name:PER_BOOKINGS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V3 ,
-
View: PER_ASSIGNMENTS_V9
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V9, object_name:PER_ASSIGNMENTS_V9, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V9 ,
-
View: PER_ASSIGNMENTS_V9
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V9, object_name:PER_ASSIGNMENTS_V9, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V9 ,
-
View: PER_ABSENCE_ATTENDANCES_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ABSENCE_ATTENDANCES_V3, object_name:PER_ABSENCE_ATTENDANCES_V3, status:VALID, product: PER - Human Resources , description: History of periods of absence for employees. , implementation_dba_data: APPS.PER_ABSENCE_ATTENDANCES_V3 ,
-
View: PER_ABSENCE_ATTENDANCES_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ABSENCE_ATTENDANCES_V3, object_name:PER_ABSENCE_ATTENDANCES_V3, status:VALID, product: PER - Human Resources , description: History of periods of absence for employees. , implementation_dba_data: APPS.PER_ABSENCE_ATTENDANCES_V3 ,
-
View: PER_ASSIGNMENTS_V11
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V11, object_name:PER_ASSIGNMENTS_V11, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V11 ,
-
View: PER_ASSIGNMENTS_V11
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V11, object_name:PER_ASSIGNMENTS_V11, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V11 ,
-
View: HRFV_VACANCIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_VACANCIES, object_name:HRFV_VACANCIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_VACANCIES ,
-
View: HRFV_VACANCIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_VACANCIES, object_name:HRFV_VACANCIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_VACANCIES ,
-
Table: PER_PTU_DFF_MAPPING_HEADERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PTU_DFF_MAPPING_HEADERS, object_name:PER_PTU_DFF_MAPPING_HEADERS, status:VALID, product: PER - Human Resources , description: Table for storing DFF migration mapping Information from PER_ALL_PEOPLE_F to PER_PERSON_TYPE_USAGES_F. , implementation_dba_data: HR.PER_PTU_DFF_MAPPING_HEADERS ,
-
View: HRFV_EMPLOYEE_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_EMPLOYEE_ASSIGNMENTS, object_name:HRFV_EMPLOYEE_ASSIGNMENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_EMPLOYEE_ASSIGNMENTS ,
-
View: HRFV_EMPLOYEE_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_EMPLOYEE_ASSIGNMENTS, object_name:HRFV_EMPLOYEE_ASSIGNMENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_EMPLOYEE_ASSIGNMENTS ,
-
Table: PER_PTU_DFF_MAPPING_HEADERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PTU_DFF_MAPPING_HEADERS, object_name:PER_PTU_DFF_MAPPING_HEADERS, status:VALID, product: PER - Human Resources , description: Table for storing DFF migration mapping Information from PER_ALL_PEOPLE_F to PER_PERSON_TYPE_USAGES_F. , implementation_dba_data: HR.PER_PTU_DFF_MAPPING_HEADERS ,
-
Table: PER_PTU_DFF_MAPPING_LINES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PTU_DFF_MAPPING_LINES, object_name:PER_PTU_DFF_MAPPING_LINES, status:VALID, product: PER - Human Resources , description: Table for storing DFF migration mapping Information from PER_ALL_PEOPLE_F to PER_PERSON_TYPE_USAGES_F. , implementation_dba_data: HR.PER_PTU_DFF_MAPPING_LINES ,
-
Table: PER_PTU_DFF_MAPPING_LINES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PTU_DFF_MAPPING_LINES, object_name:PER_PTU_DFF_MAPPING_LINES, status:VALID, product: PER - Human Resources , description: Table for storing DFF migration mapping Information from PER_ALL_PEOPLE_F to PER_PERSON_TYPE_USAGES_F. , implementation_dba_data: HR.PER_PTU_DFF_MAPPING_LINES ,
-
Table: PER_PTU_DFF_MIG_FAILED_PEOPLE
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PTU_DFF_MIG_FAILED_PEOPLE, object_name:PER_PTU_DFF_MIG_FAILED_PEOPLE, status:VALID, product: PER - Human Resources , description: This table is used to store the details of the person records failed to migrate to PER_PERSON_TYPE_USAGES_F from PER_ALL_PEOPLE_F. , implementation_dba_data: HR.PER_PTU_DFF_MIG_FAILED_PEOPLE ,
-
View: PER_ALL_ASSIGNMENTS_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_D, object_name:PER_ALL_ASSIGNMENTS_D, status:VALID, product: PER - Human Resources , description: Used by Datetrack History , implementation_dba_data: APPS.PER_ALL_ASSIGNMENTS_D ,
-
View: EDW_HR_PERSON_ASSIGNMENTS_LCV
12.1.1
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: EDW_HR_PERSON_PERSONS_LCV
12.2.2
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
Table: PER_PTU_DFF_MIG_FAILED_PEOPLE
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PTU_DFF_MIG_FAILED_PEOPLE, object_name:PER_PTU_DFF_MIG_FAILED_PEOPLE, status:VALID, product: PER - Human Resources , description: This table is used to store the details of the person records failed to migrate to PER_PERSON_TYPE_USAGES_F from PER_ALL_PEOPLE_F. , implementation_dba_data: HR.PER_PTU_DFF_MIG_FAILED_PEOPLE ,
-
Table: PER_PERSON_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERSON_TYPES, object_name:PER_PERSON_TYPES, status:VALID, product: PER - Human Resources , description: Person types visible to specific Business Groups. , implementation_dba_data: HR.PER_PERSON_TYPES ,
-
View: EDW_HR_PERSON_PERSONS_LCV
12.1.1
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: EDW_HR_PERSON_ASSIGNMENTS_LCV
12.2.2
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: PER_RECRUITMENT_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES_V, object_name:PER_RECRUITMENT_ACTIVITIES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_RECRUITMENT_ACTIVITIES_V ,
-
View: PER_ALL_ASSIGNMENTS_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_D, object_name:PER_ALL_ASSIGNMENTS_D, status:VALID, product: PER - Human Resources , description: Used by Datetrack History , implementation_dba_data: APPS.PER_ALL_ASSIGNMENTS_D ,
-
View: PER_RECRUITMENT_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES_V, object_name:PER_RECRUITMENT_ACTIVITIES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_RECRUITMENT_ACTIVITIES_V ,
-
View: HR_PERSON_LEGISLATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_PERSON_LEGISLATION_V, object_name:HR_PERSON_LEGISLATION_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_PERSON_LEGISLATION_V ,