Search Results PER_ALL_PEOPLE_F
Overview
The PER_ALL_PEOPLE_F table is a core data object within the Oracle E-Business Suite Human Resources (PER) module, present in both releases 12.1.1 and 12.2.2. As a DateTracked table, it serves as the central repository for personal information pertaining to all individuals managed by the system. This includes not only employees but also applicants, contingent workers, and other person types. The table's DateTrack structure, indicated by the '_F' suffix and the EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns, enables the maintenance of a complete historical record of changes to a person's information over time, supporting legal and audit requirements.
Key Information Stored
The table's primary key is a composite of PERSON_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE, which uniquely identifies each historical row for an individual. Critical columns include PERSON_ID (the unique system identifier), BUSINESS_GROUP_ID (linking the person to a specific HR organization), and PERSON_TYPE_ID (classifying the person, e.g., as an Employee or Applicant). Other significant columns store comprehensive personal details such as full name (FIRST_NAME, LAST_NAME), date of birth, National Identifier, gender, marital status, and contact information. The EFFECTIVE_START_DATE and EFFECTIVE_END_DATE define the date range for which the row's data is valid, with an END_DATE of '31-DEC-4712' representing the current active record.
Common Use Cases and Queries
This table is fundamental for any process involving person data. Common use cases include generating employee directories, creating applicant tracking reports, and serving as the source for personal data in integrated modules like Payroll and Benefits. A typical query to retrieve current information for all employees would use effective date logic:
- SELECT person_id, last_name, first_name, employee_number FROM hr.per_all_people_f WHERE sysdate BETWEEN effective_start_date AND effective_end_date AND person_type_id = [Employee_ID];
Another frequent pattern involves joining to assignment tables (PER_ALL_ASSIGNMENTS_F) to report on persons with specific job or position assignments. When writing custom extracts or reports, it is essential to always include the effective date condition to ensure the correct historical or current snapshot of data is retrieved.
Related Objects
PER_ALL_PEOPLE_F has extensive relationships with other HR and EBS objects. As per the provided metadata, it holds foreign keys to HR_ALL_ORGANIZATION_UNITS (via BUSINESS_GROUP_ID) and PER_PERSON_TYPES (via PERSON_TYPE_ID). Crucially, it is referenced by numerous other tables, including assignment (PER_ALL_ASSIGNMENTS_F), payroll, and benefits tables. The metadata also shows specific foreign key relationships with objects from other modules, such as PJI_RESOURCES_DENORM (Project Resources) and several WMS (Warehouse Management) tables (e.g., WMS_DISPATCHED_TASKS), demonstrating its integration beyond core HR. For programmatic access and data integrity, Oracle provides PL/SQL APIs in packages like HR_PERSON_API for maintaining records in this table.
-
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.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_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_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_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_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_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_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_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_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_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.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_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: 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: 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 ,
-
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 ,
-
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: 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: 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 ,
-
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 ,
-
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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
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: 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.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_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 ,
-
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 ,