Search Results per_people_extra_info
The PER_PEOPLE_EXTRA_INFO
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Human Capital Management (HCM) module, specifically within the Oracle HRMS (Human Resource Management System) framework. This table serves as a repository for storing additional, non-standard information about employees, contingent workers, and other person types that cannot be accommodated in the primary PER_ALL_PEOPLE_F
table. It provides extensibility to the HRMS data model, allowing organizations to capture custom attributes without modifying core tables.
Purpose and Functionality
The PER_PEOPLE_EXTRA_INFO
table is designed to store supplemental person-related data that falls outside the standard HRMS data model. It enables organizations to:
- Define custom attributes for person records without schema modifications
- Support country-specific or industry-specific data requirements
- Extend person information for integration with third-party systems
- Maintain historical records of additional person attributes
Table Structure
Key columns in PER_PEOPLE_EXTRA_INFO
include:
PERSON_ID
: Foreign key toPER_ALL_PEOPLE_F
INFORMATION_TYPE
: Classifies the type of extra informationPEI_INFORMATION_CATEGORY
: Groups related attributesPEI_INFORMATION1-30
: Generic columns for storing attribute valuesLAST_UPDATE_DATE
,LAST_UPDATED_BY
: Standard who columnsCREATION_DATE
,CREATED_BY
: Audit columnsLAST_UPDATE_LOGIN
: Session informationOBJECT_VERSION_NUMBER
: For optimistic locking
Implementation Considerations
When implementing PER_PEOPLE_EXTRA_INFO
, organizations should:
- Define clear naming conventions for
INFORMATION_TYPE
andPEI_INFORMATION_CATEGORY
- Document the mapping between generic columns and specific attributes
- Consider performance implications for queries joining with this table
- Implement appropriate indexing strategies
- Establish data retention policies for historical records
Integration Points
The table integrates with several Oracle EBS components:
- Core HRMS processes through person-related APIs
- Workflow notifications based on attribute changes
- Oracle Self-Service HR for employee data maintenance
- Oracle Business Intelligence for reporting
- Oracle Integration Repository for web services
Technical Considerations
Technical aspects to note:
- The table uses a flexible data model with generic columns (
PEI_INFORMATION1-30
) - Data validation must be implemented at application level
- Indexes typically include
PERSON_ID
,INFORMATION_TYPE
- Concurrent programs may need to handle large data volumes
- Custom APIs should be developed for data access
Best Practices
Recommended practices for using this table:
- Limit the number of attributes stored to essential requirements
- Document all custom implementations thoroughly
- Consider using Descriptive Flexfields where possible
- Implement data quality checks
- Monitor table growth and performance
The PER_PEOPLE_EXTRA_INFO
table provides valuable extensibility in Oracle EBS HCM implementations, but requires careful planning and management to ensure optimal performance and maintainability. Its proper use can significantly enhance the system's ability to meet unique organizational requirements without customizing core tables.
-
Table: PER_PEOPLE_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PEOPLE_EXTRA_INFO, object_name:PER_PEOPLE_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a person. , implementation_dba_data: HR.PER_PEOPLE_EXTRA_INFO ,
-
Table: PER_PEOPLE_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PEOPLE_EXTRA_INFO, object_name:PER_PEOPLE_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a person. , implementation_dba_data: HR.PER_PEOPLE_EXTRA_INFO ,
-
APPS.GHR_GHRWS52L dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQH_PQIPED6_XMLP_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PAY_MX_YREND_ARCH dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.HR_NL_EXTRA_PERSON_RULES dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_CPDF_EHRIS dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_HISTORY_CONV_RG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQH_RLS_BUS dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PER_FR_MEDICAL_EXAMS_UPG_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQP_HRTCA_SYNCHRONIZATION dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PER_PL_PERSON_EXTRA_INFO dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_EHRI_DYNRPT dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQH_PQIPED5_XMLP_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQH_PA_WHATIF_PROCESS dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PAY_US_EXTRA_PER_INFO_LEG_HOOK dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQH_PQIPED9_XMLP_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQP_HROSS_INTEGRATION_SWI dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.HR_PUMP_GET dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_PER_SUM dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PER_ADDRESSES_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PER_FR_D2_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_MLC_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_APPROVED_PA_REQUESTS dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PQP_HRTCA_INTEGRATION dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PER_US_VALIDATE_PEI dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.HR_PROCESS_EIT_SS dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PE_PEI_UPD dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_API dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.HR_PERSON_DELETE dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_US_NFC_EXTRACTS dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.PAY_SG_IRAS_AMEND_SETUP dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PQP_HRTCA_INTEGRATION dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PQP_GB_SWF_ARCHIVE dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PE_PEI_SHD dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PQH_PQIPED10_XMLP_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.GHR_RIF_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.GHR_SF113_A dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PQH_PQIPED9_XMLP_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PER_NL_LTSRR_ARCHIVE dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.GHR_MASS_CON_PROGRAM dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PAY_PAYSGI21_XMLP_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PAY_CN_PAYSLIP_ARCHIVE dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PAY_US_INV_DED_FORMULAS dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PAY_FI_TELR dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.PQP_HROSS_INTEGRATION_SWI dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.HR_PERSON_EXTRA_INFO_API dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.JA_CN_PS_HRMS_EXPORT_PKG dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2