Search Results HR_ALL_ORGANIZATION_UNITS
Overview
The HR_ALL_ORGANIZATION_UNITS table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically under the Sales Foundation module. As indicated by its "Retrofitted" description, it is a foundational table that has been adapted for broader use across the application suite. Its primary role is to serve as the master repository for all organizational unit definitions within the enterprise. An organizational unit is a flexible entity representing any logical grouping within a business, such as departments, divisions, cost centers, sales offices, or project teams. This table enables the structural modeling of the enterprise hierarchy, which is critical for security profiles (e.g., Security Groups in Oracle HRMS), reporting, workflow routing, and transactional data segregation across various EBS modules.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, based on its standard function and naming convention, the table typically stores metadata that defines each unique organizational entity. Key columns generally include:
- ORGANIZATION_ID: The primary key, unique identifier for the organizational unit.
- NAME: The descriptive name of the organization (e.g., "Northwest Sales Division").
- TYPE: A code classifying the organization (e.g., DEPARTMENT, COMPANY, LINE_OF_BUSINESS).
- DATE_FROM / DATE_TO: Columns defining the active date range of the organization, supporting effective-dated structures.
- LOCATION_ID: Foreign key to the HR_LOCATIONS table, linking the organization to a physical address.
- INTERNAL_EXTERNAL_FLAG: Designates if the organization is internal to the enterprise or an external entity.
This structure supports complex, time-aware organizational hierarchies managed via the HR_ORGANIZATION_UNITS table and its associated APIs.
Common Use Cases and Queries
This table is central to organizational reporting and data security. A common use case is generating a current list of all active internal departments for a management report. Another critical use is within Security Profiles, where the ORGANIZATION_ID is used to restrict user access to data. A typical query pattern involves joining to related tables for descriptive information.
Sample Query: List Active Organizations
SELECT ORGANIZATION_ID, NAME, TYPE
FROM HR_ALL_ORGANIZATION_UNITS
WHERE SYSDATE BETWEEN DATE_FROM AND NVL(DATE_TO, SYSDATE)
AND INTERNAL_EXTERNAL_FLAG = 'INTERNAL'
ORDER BY NAME;
For reporting in Oracle Reports or BI Publisher, this table is often the primary source for organization parameters and descriptive flexfield data related to organizational structures.
Related Objects
HR_ALL_ORGANIZATION_UNITS is intrinsically linked to numerous other EBS objects. The primary related table is HR_ORGANIZATION_UNITS, which holds the effective-dated history and hierarchical relationships (via PARENT_ORGANIZATION_ID). The PER_ALL_PEOPLE_F table links assignments to organizations. Key APIs, such as HR_ORGANIZATION_API, are used to create and maintain records in this table programmatically. From a reporting perspective, it is commonly joined to HR_LOCATIONS for address data and referenced by views like PER_ORG_STRUCTURE_VERSIONS for hierarchy analysis. Its central role in the Sales Foundation module also implies integration with objects in Order Management and CRM.
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: AS - Sales Foundation , description: - Retrofitted , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: AS - Sales Foundation , description: - Retrofitted , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
APPS.WSH_MBOLS_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.HR_USER_ACCT_INTERNAL dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.HR_SECURITY_INTERNAL dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PAY_CA_EOY_RL1_AMEND_REG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PER_ES_ORG_INFO dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PO_OTM_INTEGRATION_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.OKC_KSQ_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.OE_BULK_TAX_UTIL dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.RCV_TRANSACTIONS_SV dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PQH_PQHEEO5_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PO_CREATE_SR_ASL dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PA_HR_UPDATE_API dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.WSMPLCVA dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.CSI_ORDER_FULFILL_PUB dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.ZX_PTP_MIGRATE_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PER_US_EEO5_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PON_CONTERMS_UTL_GRP dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PAY_US_W2C_REPORTING_UTILS dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PAY_PYNZREC_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_F_SZ dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.ITG_SYNCSUPPLIERINBOUND_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PA_HR_UPDATE_API dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PO_TAX_INTERFACE_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PER_ES_COMP_CERT_ARCHIVE_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.HR_FULL_SYNC_MESSAGES dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.OKC_TERMS_TMPL_APPROVAL_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.GMF_SUBLED_REP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.GL_LEDGERS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.OTA_TRAINING_SS dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PA_ADVERTISEMENTS_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.CST_PRJMFG_COST_COLLECTOR dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PER_QH_POPULATE dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.OKL_OPEN_INTERFACE_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.CLN_SYNCCTLG_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.OKS_EXTWAR_UTIL_PUB dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PO_CORE_S dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PO_MASS_CLOSE_PO_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PER_HU_ABS_REP_ARCHIVE_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.HR_MX_UTILITY dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PAY_GTNLOD_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PAY_DK_PR_ORG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PER_ZA_WSP_ARCHIVE_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1