Search Results hr_organization_information
The HR_ORGANIZATION_INFORMATION table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for organizational metadata within the Human Resources (HR) module. It stores key details about business entities, departments, and hierarchical structures, enabling efficient workforce management, reporting, and compliance. This table is part of Oracle's HRMS (Human Resource Management System) and is tightly integrated with other foundational tables such as HR_ALL_ORGANIZATION_UNITS and PER_ALL_ASSIGNMENTS.
Structure and Key Columns:
The table consists of columns that categorize organizations by attributes like location, classification, and operational context. Key columns include:
- ORGANIZATION_ID: Primary key linking to HR_ALL_ORGANIZATION_UNITS.
- ORG_INFORMATION_CONTEXT: Defines the context of stored data (e.g., "CLASS" for classification or "LOCATION" for address details).
- ORG_INFORMATION1 to ORG_INFORMATION20: Flexible fields storing context-specific data (e.g., cost center codes or legal entity IDs).
- LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit columns for tracking changes.
Functional Use Cases:
1. Organization Classification: Identifies entities as departments, divisions, or legal employers using ORG_INFORMATION_CONTEXT='CLASS'.
2. Geographical Data: Stores addresses and regional details when ORG_INFORMATION_CONTEXT='LOCATION'.
3. Regulatory Compliance: Captures tax IDs or reporting codes for statutory requirements.
4. Integration: Serves as a reference for payroll, GL (General Ledger), and procurement modules.
Technical Integration:
The table is accessed via Oracle's HR APIs (e.g., HR_ORGANIZATION_API) to ensure data integrity. Customizations often extend its fields via descriptive flexfields (DFFs). For example, adding industry-specific attributes to ORG_INFORMATION1 through DFF configurations.
Example Query:
SELECT organization_id, org_information_context, org_information1
FROM hr_organization_info
WHERE org_information_context = 'CLASS' AND org_information1 = 'DEPARTMENT';
Best Practices:
- Use Oracle-delivered APIs for updates to avoid corruption.
- Index frequently queried columns like ORGANIZATION_ID.
- Leverage DFFs for extensibility instead of direct table modifications.
- Regularly archive obsolete records to maintain performance.
In summary, HR_ORGANIZATION_INFORMATION is a versatile table that underpins organizational management in Oracle EBS, supporting both core HR functions and cross-module processes while adhering to Oracle's data governance standards.
-
Table: HR_ORGANIZATION_INFORMATION
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ORGANIZATION_INFORMATION, object_name:HR_ORGANIZATION_INFORMATION, status:VALID, product: PER - Human Resources , description: Additional attributes of an organization, dependent on class or organization information type. , implementation_dba_data: HR.HR_ORGANIZATION_INFORMATION ,
-
Table: HR_ORGANIZATION_INFORMATION
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ORGANIZATION_INFORMATION, object_name:HR_ORGANIZATION_INFORMATION, status:VALID, product: PER - Human Resources , description: Additional attributes of an organization, dependent on class or organization information type. , implementation_dba_data: HR.HR_ORGANIZATION_INFORMATION ,
-
APPS.OPI_DBI_OPM_COGS_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PER_IE_ORG_INFO dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_WF_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_GB_WNU_EDI dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_ZA_IRP5_ARCHIVE_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_FR_ATTESTATION_ASSEDIC dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.OKS_ARFEEDER_PUB dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_NO_ARCHIVE_ABSENCE dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.HR_GL_SYNC_ORGS dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_COSTING_SUMMARY_REP_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_FI_GENERAL dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_SOE_UTIL dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_NO_HOLIDAY_ENT_REPORT dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.JAI_PLSQL_CACHE_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.ISC_MAINT_WO_CST_ETL_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.RCV_DEFAULT_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_SA_ARCHIVE dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.OTA_TPM_BUS dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.XLE_BUSINESSINFO_GRP dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_PYAUFBR_XMLP_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PER_PER_BUS dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.INVCIINT dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.AMW_ORG_HIERARCHY_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.HR_SCL_FLEX dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.ZX_PTP_MIGRATE_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_FR_DADS_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_KR_NONSTAT_SPAY_EFILE dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.HR_PERSON_FLEX_LOGIC dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.OKC_ARTWF_PVT dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.ISC_DBI_WSH_FTE_OBJECTS_C dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.AP_ACCOUNTING_EVENTS_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.CSTPACDP dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PY_ZA_TAX_CERTIFICATES dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PE_FR_ADDITIONAL_ORG_RULES dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PER_PERSADIS_XMLP_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.EAM_COMMON_UTILITIES_PVT dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.BEN_PDW_COPY_BEN_TO_STG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_US_TAX_INTERNAL dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_IE_LE_MIGRATE dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_IN_EOY_REPORTS dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_NL_RULES dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PER_BPR_BUS dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_NO_PACCR_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.HR_RU_ASG_HOOK dependencies on HR_ORGANIZATION_INFORMATION
12.1.1