Search Results edw_organization_m
Overview
EDW_ORGANIZATION_M is a denormalized reporting table owned by the HRI (Human Resources Intelligence) schema in Oracle EBS 12.1.1 and 12.2.2. It is part of the Oracle HRMS Intelligence / E-Business Intelligence warehouse layer, which pre-joins and flattens operational HRMS organization data into wide, query-optimized structures intended for analytical reporting rather than transactional processing. With 208 documented columns, the table aggregates four related organization entities in a single row: organizations (ORGA_), operating units (OPER_), legal entities (LGET_), and business groups (BGRP_).
The table also materializes an eight-level organizational hierarchy, represented by column families T1L1_ through T1L8_ (ORG_TREE1, levels 1 to 8). The HRI schema feeds downstream Oracle HRMS Intelligence dashboards, Discoverer workbooks, and custom operational reporting extracts. The heuristic Data Vault classification mined from the FK structure is standalone; as a modeling suggestion, this object behaves less like a pure hub and more like a consolidated snapshot or denormalized reporting satellite, since it carries both surrogate keys and descriptive attributes for multiple organization types within a single physical row. It is not part of an enforced multi-table Data Vault diagram — no inbound foreign keys are documented.
Key Information Stored
The documented primary key is EDW_ORGANIZATION_M_PK, defined on ORGA_ORGANIZATION_PK_KEY. Two unique indexes supply business-key candidates: EDW_ORGANIZATION_M_U1 covers (ORGA_ORGANIZATION_PK, ORGA_ORGANIZATION_PK_KEY), and EDW_ORGANIZATION_M_U2 covers (ORGA_ORGANIZATION_PK_KEY). The surrogate key ORGA_ORGANIZATION_PK is therefore functionally dependent on the business key ORGA_ORGANIZATION_PK_KEY.
- ORGA_ORGANIZATION_PK and ORGA_ORGANIZATION_PK_KEY — surrogate and business keys for the organization entity; the U1/U2 unique indexes build on these.
- ORGA_ORGANIZATION_ID, ORGA_NAME, ORGA_ORG_CODE, ORGA_ORG_TYPE — the operational organization identity and classification.
- ORGA_ORG_INT_EXT_FLAG and ORGA_ORG_PRIM_CST_MTHD — internal/external designation and primary cost method.
- ORGA_DATE_FROM / ORGA_DATE_TO and ORGA_INSTANCE — effective-dating and multi-instance (multi-Org) support.
- OPER_OPERATING_UNIT_PK_KEY, OPER_OPERATING_UNIT_ID, OPER_NAME, OPER_ORG_CODE — the associated operating unit.
- LGET_LEGAL_ENTITY_PK_KEY, LGET_LEGAL_ENTITY_ID, LGET_NAME, LGET_SET_OF_BOOKS — the associated legal entity and its set of books.
- BGRP_BUSINESS_GROUP_PK_KEY, BGRP_BUSINESS_GROUP_ID, BGRP_NAME, BGRP_LEGISLATION, BGRP_COST_ALLOCATION — the parent business group.
- T1L1_ORG_TREE1_LVL1_PK_KEY through T1L8_ORG_TREE1_LVL8_PK_KEY, with matching NAME and ORGANIZATION_ID columns — the flattened eight-level hierarchy.
- ORGA_PERSON_MANAGER_ID and ORGA_PERSON_MANAGER_FK_KEY — the manager of the organization.
- CREATION_DATE / LAST_UPDATE_DATE — audit stamps common to HRI warehouse objects.
Each of the four entity families repeats USER_ATTRIBUTE1 through USER_ATTRIBUTE5 and DP (descriptive flexfield) columns, providing extensibility without schema change.
Common Use Cases and Queries
Typical usage is analytical: hierarchy roll-ups, operating-unit-to-legal-entity reconciliation, and business group reporting. Because the table is a wide snapshot, most queries filter on the business key or organization identifier and project a small subset of columns.
- Listing organizations under a named business group:
SELECT ORGA_NAME, OPER_NAME, LGET_NAME FROM HRI.EDW_ORGANIZATION_M WHERE BGRP_NAME = :p_bg; - Flattening a node to its full tree path, using the T1L1_ to T1L8_ NAME columns to display ancestry without recursive traversal.
- Effective-date validation using ORGA_DATE_FROM and ORGA_DATE_TO alongside ORGA_INSTANCE for multi-Org environments.
- Managerial reporting via joins on ORGA_PERSON_MANAGER_ID to person-level HRI tables to report organizations by manager.
Because no inbound foreign keys are documented and the classification is standalone, the table should be treated as a query target rather than a referential integrity anchor. Ensure statistics are current when filtering on the 208-column row, as full-table scans are common.
Related Objects
The documented key structure links EDW_ORGANIZATION_M to the following significant objects:
- HR_ORGANIZATION_UNITS — the operational source for ORGA_ORGANIZATION_ID and ORGA_NAME.
- HR_OPERATING_UNITS — source of the OPER_ family, joined on OPER_OPERATING_UNIT_ID.
- HR_LEGAL_ENTITIES — source of the LGET_ family, joined on LGET_LEGAL_ENTITY_ID; LGET_SET_OF_BOOKS ties to GL_SETS_OF_BOOKS.
- HR_ALL_ORGANIZATION_UNITS — the master organization view supplying ORGA and BGRP attributes.
- PER_ALL_PEOPLE_F — resolved through ORGA_PERSON_MANAGER_ID / ORGA_PERSON_MANAGER_FK_KEY for manager detail.
- FND_ID_FLEX_STRUCTURES — supplies context for the DP descriptive flexfield columns.
- Other HRI EDW objects (for example, employee and assignment warehouse tables) — consumed jointly for HRMS Intelligence reporting, though the column families here are self-contained.
No ETRM-documented inbound foreign keys reference this table, confirming its role as a terminal reporting object in the HRI layer rather than a transactional parent.
-
Table: EDW_ORGANIZATION_M
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:BIS.EDW_ORGANIZATION_M HRI.EDW_ORGANIZATION_M, object_name:EDW_ORGANIZATION_M, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: HRI.EDW_ORGANIZATION_M ,
-
Table: EDW_ORGANIZATION_M
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: EDW_ORGANIZATION_M
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
Table: EDW_ORGANIZATION_M
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:BIS.EDW_ORGANIZATION_M HRI.EDW_ORGANIZATION_M, object_name:EDW_ORGANIZATION_M, status:VALID, product: BIS - Applications BIS , implementation_dba_data: HRI.EDW_ORGANIZATION_M ,
-
VIEW: APPS.POA_REP_CONTRACT_LKG2
12.1.1
-
VIEW: APPS.POA_REP_CONTRACT_LKG_1
12.1.1
-
VIEW: APPS.POA_REP_DIS_LOST1
12.1.1
-
VIEW: APPS.POA_PMF_DIS_LOST_V
12.1.1
-
VIEW: APPS.POA_REP_AP_LKG1
12.1.1
-
SYNONYM: APPS.EDW_ORGANIZATION_M
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_ORGANIZATION_M, status:VALID,
-
VIEW: APPS.POA_REP_DIS_LOST2
12.1.1
-
VIEW: APPS.POA_REP_AP_LKG2
12.1.1
-
VIEW: APPS.POA_PMF_PO_SUPLR_CNT1_V
12.1.1
-
VIEW: APPS.POA_PMF_PO_SUPLR_CNT2_V
12.1.1
-
VIEW: APPS.ISC_EDW_RECEIVE_PAY_CYCLE_S
12.1.1
-
VIEW: APPS.POA_PMF_MIN_VIEW_SP
12.1.1
-
VIEW: APPS.POA_PORTAL_PURCHASES_CNTRCT_V
12.1.1
-
VIEW: APPS.ISC_EDW_ORD_RECV_PAY_CYCLE_S
12.1.1
-
VIEW: APPS.POA_REP_AP_SPEND_V
12.1.1
-
VIEW: APPS.ISC_OPI_IND_QTD_S
12.1.1
-
VIEW: APPS.ISC_OPI_TOP_ORD_QTD_BASE_V
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_ENTRY_S
12.1.1
-
VIEW: APPS.ISC_EDW_BOOK_TO_SHIP_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_EDW_BOOK_FULFILL_CYCLE_S
12.1.1
-
VIEW: APPS.ISC_OPI_IND_WK_S
12.1.1
-
VIEW: APPS.ISC_EDW_BACKLOG_S
12.1.1
-
VIEW: APPS.ISC_OPI_TOP_ORD_WK_BASE_V
12.1.1
-
VIEW: APPS.ISC_EDW_PICK_TO_SHIP_CYCLE_S
12.1.1
-
VIEW: APPS.POA_REP_PO_PURCHASES_V
12.1.1
-
VIEW: APPS.OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_SHIP_VOLUME_S
12.1.1
-
VIEW: APPS.ISC_EDW_ORDER_FULFILL_VOLUME_S
12.1.1
-
eTRM - ISC Tables and Views
12.1.1
description: This is a temporary table used by the Bookings collection program ,
-
VIEW: APPS.POA_REP_SUP_SCORE_V
12.1.1
-
APPS.FII_AP_OP_INDICATOR_SUM_C SQL Statements
12.1.1
-
View: FII_AR_TRX_DIST_MGR1_F
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal view used for EDW data extraction. , implementation_dba_data: Not implemented in this database ,
-
APPS.FII_AP_DISCOUNTS_SUM_C SQL Statements
12.1.1
-
VIEW: APPS.POA_REP_DIS_LOST2
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_REP_DIS_LOST2, status:VALID,
-
VIEW: APPS.POA_REP_DIS_LOST1
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_REP_DIS_LOST1, status:VALID,
-
APPS.FII_AR_CASH_PKG SQL Statements
12.1.1
-
View: FII_AR_TRX_DIST_MGR1_F
12.1.1
product: FII - Financial Intelligence , description: Internal view used for EDW data extraction. , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_RECEIVE_PAY_CYCLE_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_RECEIVE_PAY_CYCLE_S, object_name:ISC_EDW_RECEIVE_PAY_CYCLE_S, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISC_EDW_RECEIVE_PAY_CYCLE_S ,
-
VIEW: APPS.POA_REP_CONTRACT_LKG2
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_REP_CONTRACT_LKG2, status:VALID,
-
PACKAGE BODY: APPS.POA_PORTAL_POPULATE_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POA_PORTAL_POPULATE_C, status:VALID,
-
VIEW: APPS.ISC_EDW_BOOKINGS_BILLINGS_S
12.1.1
-
View: ISC_OPI_IND_WK_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_OPI_IND_WK_S, object_name:ISC_OPI_IND_WK_S, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISC_OPI_IND_WK_S ,
-
View: ISC_OPI_IND_QTD_S
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_OPI_IND_QTD_S, object_name:ISC_OPI_IND_QTD_S, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISC_OPI_IND_QTD_S ,
-
VIEW: APPS.POA_REP_AP_LKG2
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_REP_AP_LKG2, status:VALID,
-
VIEW: APPS.POA_REP_AP_LKG1
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_REP_AP_LKG1, status:VALID,
-
View: ISC_OPI_IND_QTD_S
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,