Search Results hr_org_information_types
Overview
The HR_ORG_INFORMATION_TYPES table is a core reference table within the Oracle E-Business Suite Human Resources (HRMS) module. It defines the valid information types, or contexts, that can be used to store additional descriptive attributes for an organization. In Oracle EBS, organizations are generic entities representing any operational unit, such as a company, division, department, or job. This table provides the master list of available "buckets" or categories of information—like financial details, classification data, or reporting structures—that can be attached to these organizations. Its primary role is to enforce data integrity by controlling what types of organization-specific information can be created, ensuring consistency across the application.
Key Information Stored
The table's structure is relatively simple, as it serves as a lookup or validation entity. The most critical column is ORG_INFORMATION_TYPE, which is the table's primary key. This column stores the unique code that identifies each information context, such as 'ORG_CLASS', 'FACILITY_INFORMATION', or 'FINANCIAL_INFORMATION'. While the provided ETRM metadata does not list all columns, typical implementation columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY are almost certainly present to track row history. The table's design ensures that the ORG_INFORMATION_TYPE value is the central, controlled point of reference for all organization-related descriptive flexfields and supplementary data.
Common Use Cases and Queries
The primary use case is to query the valid list of information types available for defining organization details, often for setup, reporting, or data validation purposes. A common SQL pattern is to join this table with HR_ORGANIZATION_INFORMATION, which holds the actual data values for each type. For example, to retrieve all financial information defined for organizations, one might use a query such as:
- SELECT hou.name, hoi.org_information1, hoi.org_information2
- FROM hr_organizations hou,
- hr_organization_information hoi,
- hr_org_information_types hoit
- WHERE hou.organization_id = hoi.organization_id
- AND hoi.org_information_context = hoit.org_information_type
- AND hoit.org_information_type = 'FINANCIAL_INFORMATION';
This table is also central when configuring which information types are applicable to specific organization classifications via the related HR_ORG_INFO_TYPES_BY_CLASS table.
Related Objects
As indicated by the foreign key relationships in the metadata, HR_ORG_INFORMATION_TYPES is directly referenced by two key tables. First, the HR_ORGANIZATION_INFORMATION table uses ORG_INFORMATION_TYPE as a foreign key in its ORG_INFORMATION_CONTEXT column; this is where the actual descriptive data for each organization and information type is stored. Second, the HR_ORG_INFO_TYPES_BY_CLASS table references it, governing which information types are enabled for specific organization classes (e.g., departments, divisions). Administratively, this table is also integral to the underlying setup of the Organization descriptive flexfield, which provides the user interface for entering the information defined by these types.
-
Table: HR_ORG_INFORMATION_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ORG_INFORMATION_TYPES, object_name:HR_ORG_INFORMATION_TYPES, status:VALID, product: PER - Human Resources , description: Information types that are used to add information for an organization. , implementation_dba_data: HR.HR_ORG_INFORMATION_TYPES ,
-
Table: HR_ORG_INFORMATION_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ORG_INFORMATION_TYPES, object_name:HR_ORG_INFORMATION_TYPES, status:VALID, product: PER - Human Resources , description: Information types that are used to add information for an organization. , implementation_dba_data: HR.HR_ORG_INFORMATION_TYPES ,
-
APPS.HR_ORG_INFORMATION_TYPES_PKG dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HRDYNDBI dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.HR_ORG_INFORMATION_TYPES_PKG dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.PER_RI_CONFIG_UTILITIES dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.HR_ORI_BUS dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.PER_RI_CONFIG_UTILITIES dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.PAY_MAG_UTILS dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.PER_DB_PER_SETUP dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.PAY_MAG_UTILS dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HR_H2PI_DOWNLOAD dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HRDYNDBI dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.PAY_JP_PAYSLIP_ARCHIVE dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HR_ORGANIZATION_API dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HR_H2PI_DOWNLOAD dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.PAY_JP_PAYSLIP_ARCHIVE dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.HR_ORGANIZATION_API dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.PAY_US_GEOCODE_REPORT_PKG dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HR_LEGISLATION dependencies on HR_ORG_INFORMATION_TYPES
12.1.1
-
APPS.PER_DB_PER_SETUP dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HR_LEGISLATION dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.PAY_IP_UTILITY dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
APPS.HR_ORI_BUS dependencies on HR_ORG_INFORMATION_TYPES
12.2.2
-
VIEW: HR.HR_ORG_INFORMATION_TYPES#
12.2.2
owner:HR, object_type:VIEW, object_name:HR_ORG_INFORMATION_TYPES#, status:VALID,
-
APPS.HR_ORG_INFORMATION_TYPES_PKG dependencies on PER_RIC_PKG
12.2.2
-
SYNONYM: PUBLIC.HR_ORG_INFORMATION_TYPES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HR_ORG_INFORMATION_TYPES, status:VALID,
-
TABLE: HR.HR_ORG_INFORMATION_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ORG_INFORMATION_TYPES, object_name:HR_ORG_INFORMATION_TYPES, status:VALID,
-
VIEW: HR.HR_ORG_INFORMATION_TYPES#
12.2.2
-
VIEW: APPS.HR_ORG_INFORMATION_TYPES_VL
12.2.2
-
VIEW: APPS.HR_ORG_INFORMATION_TYPES_VL
12.1.1
-
APPS.HR_ORG_INFORMATION_TYPES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.HR_ORG_INFORMATION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ORG_INFORMATION_TYPES, status:VALID,
-
SYNONYM: APPS.HR_ORG_INFORMATION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ORG_INFORMATION_TYPES, status:VALID,
-
TRIGGER: APPS.HR_ORG_INFORMATION_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:HR_ORG_INFORMATION_TYPES+, status:VALID,
-
TRIGGER: APPS.HR_ORG_INFORMATION_TYPES+
12.2.2
-
APPS.HR_H2PI_DOWNLOAD dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.HR_H2PI_DOWNLOAD dependencies on HR_ORGANIZATION_INFORMATION
12.2.2
-
APPS.PAY_US_GEOCODE_REPORT_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.2.2
-
TABLE: HR.HR_ORG_INFORMATION_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ORG_INFORMATION_TYPES, object_name:HR_ORG_INFORMATION_TYPES, status:VALID,
-
APPS.HR_ORG_INFORMATION_TYPES_PKG SQL Statements
12.2.2
-
APPS.HR_H2PI_DOWNLOAD dependencies on HR_ORGANIZATION_UNITS
12.1.1
-
APPS.HR_ORG_INFO_TYPES_BY_CLASS_PKG dependencies on PER_RIC_PKG
12.2.2
-
APPS.PER_DB_PER_SETUP dependencies on HR_ORG_INFO_TYPES_BY_CLASS
12.2.2
-
Table: HR_ORG_INFO_TYPES_BY_CLASS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ORG_INFO_TYPES_BY_CLASS, object_name:HR_ORG_INFO_TYPES_BY_CLASS, status:VALID, product: PER - Human Resources , description: Defines organization information types for specific organization classifications. , implementation_dba_data: HR.HR_ORG_INFO_TYPES_BY_CLASS ,
-
APPS.PER_RI_CONFIG_UTILITIES dependencies on HR_ORG_INFO_TYPES_BY_CLASS
12.1.1
-
APPS.HR_ORG_INFORMATION_TYPES_PKG dependencies on HR_ORG_INFORMATION_TYPES_TL
12.2.2
-
FUNCTION: APPS.HR_ORG_INFORMATION_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:HR_ORG_INFORMATION_TYPES=, status:VALID,
-
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 ,
-
VIEW: APPS.HR_ORG_INFORMATION_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, object_name:HR_ORG_INFORMATION_TYPES_VL, status:VALID,