Search Results organization_pk
Overview
EDW_ORGANIZATION_LCV is a reporting view residing in the PER (Human Resources) product family within Oracle E-Business Suite 12.1.1 and 12.2.2. The suffix "LCV" denotes a load or collection view associated with the Enterprise Data Warehouse (EDW) layer, a set of denormalized, read-oriented objects used to feed downstream reporting, business intelligence, and integration pipelines rather than transactional processing. The view presents a flattened, consolidated representation of organizational units — including operating units, inventory organizations, and Human Resources business groups — that are defined across the EBS enterprise structure.
Its principal role is to expose a single, stable interface over organization data so that EDW extracts, custom reports, and third-party integrations do not need to join the numerous underlying HR and inventory organization tables directly. The ETRM metadata indicates that the view is not implemented in the reference database examined, meaning it is deployed conditionally, typically only where the EDW or HR analytics components have been installed and the relevant grants and synonyms created.
Underlying Base Objects
The documented view text defines EDW_ORGANIZATION_LCV as a simple projection over EDWBV_ORGANIZATION_LCV, the EDW base view that carries the substantive join and transformation logic. EDW_ORGANIZATION_LCV selects the full column list from that base view and appends five placeholders mapped to USER_ATTRIBUTE1 through USER_ATTRIBUTE5, which are returned as NULL in the view definition. This pattern is characteristic of EDW descriptor views that reserve flexible attribute slots for customer-specific extensions without altering the base projection.
No base tables are documented directly for this view; the ETRM metadata lists no referenced base objects, confirming that the view is a thin wrapper rather than a direct join over PER_ORGANIZATION_DEFINITIONS or HR_OPERATING_UNITS. This layering allows Oracle to revise the underlying EDW business view while preserving a consistent contract for consumers of EDW_ORGANIZATION_LCV.
Key Columns
- ORGANIZATION_PK — The primary key of the organization record, the identifier most commonly used to join this view to other EDW organization-keyed facts and dimensions.
- OPERATING_UNIT_FK — Foreign key linking the organization to its parent operating unit, supporting enterprise-structure rollups.
- ORGANIZATION_DP — Descriptive flexfield context or descriptor value associated with the organization.
- NAME — The organization's descriptive name as displayed to users.
- DATE_FROM and DATE_TO — The effective date range for the organization record, enabling point-in-time and slowly changing dimension reporting.
- BUSINESS_GROUP — The HR business group that owns the organization.
- ORG_INT_EXT_FLAG — Indicates whether the organization is internal, external, or a third-party entity.
- ORG_TYPE, ORG_CODE, and ORG_PRIM_CST_MTHD — Organization classification, short code, and primary costing method (for inventory organizations).
- INSTANCE — Identifies the source EBS instance, useful in multi-instance consolidation.
- ORGANIZATION_ID — The operational organization identifier used throughout the EBS transaction model.
- LEVEL_NAME — The position in the organization hierarchy.
- LAST_UPDATE_DATE — Timestamp supporting incremental EDW loads and change detection.
- USER_ATTRIBUTE1–5 — Reserved attribute placeholders, returned as NULL in this view definition.
Common Use Cases and Queries
Typical consumers join this view on ORGANIZATION_PK to organization-keyed facts, or use ORGANIZATION_ID to align with operational EBS data. A common pattern filters active organizations for a business group:
- Validate organization-to-operating-unit mappings during EDW loads.
- Produce a point-in-time organization hierarchy report using DATE_FROM and DATE_TO.
- Cross-reference external organizations via ORG_INT_EXT_FLAG for intercompany reporting.
- Join to costing facts using ORG_PRIM_CST_MTHD for inventory valuation extracts.
Sample query:
SELECT ORGANIZATION_PK, NAME, ORGANIZATION_ID, BUSINESS_GROUP, DATE_FROM, DATE_TO
FROM EDW_ORGANIZATION_LCV
WHERE SYSDATE BETWEEN NVL(DATE_FROM, SYSDATE - 1) AND NVL(DATE_TO, SYSDATE + 1)
ORDER BY NAME;
Because availability is conditional, implementations should verify existence and synonyms before publishing dependent extracts.
-
View: EDW_ORGANIZATION_LCV
12.1.1
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: EDW_ORGA_ORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDW_ORGA_ORG_LCV, object_name:EDW_ORGA_ORG_LCV, status:VALID, product: HRI - Human Resources Intelligence , description: EDW_ORGA_ORG_LCV is the collection view for Organization level of Organization dimension , implementation_dba_data: APPS.EDW_ORGA_ORG_LCV ,
-
View: EDW_PMI_PMIL_PORG_LTC_IV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: EDW_ORGANIZATION_LCV
12.2.2
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: EDW_PMI_PMIL_PORG_LTC_IV
12.2.2
product: PMI - Process Manufacturing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.MSD_BOM_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOM_COMPONENTS_V, object_name:MSD_BOM_COMPONENTS_V, status:VALID,
-
View: EDW_ORGA_ORG_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , description: EDW_ORGA_ORG_LCV is the collection view for Organization level of Organization dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_ORGA_ORG_LCV
12.1.1
-
View: EDW_ORGA_ORG_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_ORGA_ORG_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.MSD_BOM_COMPONENTS_DS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSD_BOM_COMPONENTS_DS_V, status:VALID,
-
VIEW: APPS.MSD_BOM_COMPONENTS_DS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSD_BOM_COMPONENTS_DS_V, status:VALID,
-
TABLE: HRI.EDW_ORGA_ORG_LSTG
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:BIS.EDW_ORGA_ORG_LSTG HRI.EDW_ORGA_ORG_LSTG, object_name:EDW_ORGA_ORG_LSTG, status:VALID,
-
VIEW: APPS.MSD_BOM_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOM_COMPONENTS_V, object_name:MSD_BOM_COMPONENTS_V, status:VALID,
-
VIEW: APPS.EDW_ORGA_ORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDW_ORGA_ORG_LCV, object_name:EDW_ORGA_ORG_LCV, status:VALID,
-
VIEW: APPS.EDW_MTL_ILDM_PORG_LCV
12.1.1
-
VIEW: APPS.EDWBV_ORGA_ORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_ORGA_ORG_LCV, object_name:EDWBV_ORGA_ORG_LCV, status:VALID,
-
TABLE: HRI.EDW_ORGA_ORG_LTC
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:BIS.EDW_ORGA_ORG_LTC HRI.EDW_ORGA_ORG_LTC, object_name:EDW_ORGA_ORG_LTC, status:VALID,
-
View: EDW_PMI_PMIL_PORG_LCV
12.2.2
product: PMI - Process Manufacturing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: EDW_PMI_PMIL_PORG_LCV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_MTL_ILDM_SUB_INV_LCV
12.1.1
-
View: EDWBV_ORGANIZATION_LCV
12.2.2
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
APPS.HRI_EDW_DIM_SIZING SQL Statements
12.1.1
-
VIEW: APPS.EDW_MTL_ILDM_PLANT_LCV
12.1.1
-
View: EDWBV_ORGANIZATION_LCV
12.1.1
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_ORGA_ORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_ORGA_ORG_LCV, object_name:EDWBV_ORGA_ORG_LCV, status:VALID, product: HRI - Human Resources Intelligence , description: EDWBV_ORGA_ORG_LCV is the base view for Organization level of Organization dimension , implementation_dba_data: APPS.EDWBV_ORGA_ORG_LCV ,
-
View: EDWBV_ORGA_ORG_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , description: EDWBV_ORGA_ORG_LCV is the base view for Organization level of Organization dimension , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_PORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_PORG_LCV, object_name:EDW_MTL_ILDM_PORG_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Inventory Organization Group Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_PORG_LCV ,
-
View: EDW_MTL_ILDM_PORG_LCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Source View for Inventory Organization Group Level of Inventory Locator Dimension , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_SUB_INV_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_SUB_INV_LCV, object_name:EDW_MTL_ILDM_SUB_INV_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Sub- Inventory Organization Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_SUB_INV_LCV ,
-
View: EDW_MTL_ILDM_PLANT_LCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Source View for Inventory Organization Level of Inventory Locator Dimension , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_SUB_INV_LCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Source View for Sub- Inventory Organization Level of Inventory Locator Dimension , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MTL_ILDM_PLANT_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_PLANT_LCV, object_name:EDW_MTL_ILDM_PLANT_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Inventory Organization Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_PLANT_LCV ,
-
VIEW: APPS.EDWBV_ORGA_ORG_LCV
12.1.1
-
View: MSD_BOM_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOM_COMPONENTS_V, object_name:MSD_BOM_COMPONENTS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Planning BOMs and its attributes information for demand planning , implementation_dba_data: APPS.MSD_BOM_COMPONENTS_V ,
-
View: MSD_BOM_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOM_COMPONENTS_V, object_name:MSD_BOM_COMPONENTS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Planning BOMs and its attributes information for demand planning , implementation_dba_data: APPS.MSD_BOM_COMPONENTS_V ,
-
View: EDW_MTL_ILDM_LOCATOR_LCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Source View for Locator Level of Inventory Locator Dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_MTL_ILDM_LOCATOR_LCV
12.1.1
-
View: EDW_MTL_ILDM_LOCATOR_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_LOCATOR_LCV, object_name:EDW_MTL_ILDM_LOCATOR_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Locator Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_LOCATOR_LCV ,
-
APPS.EDW_ORGANIZATION_M_C SQL Statements
12.1.1
-
PACKAGE BODY: APPS.HRI_EDW_DIM_SIZING
12.1.1
-
PACKAGE BODY: APPS.EDW_ORGANIZATION_M_C
12.1.1
-
APPS.HRI_EDW_DIM_SIZING dependencies on EDW_ORGA_ORG_LCV
12.1.1
-
eTRM - HRI Tables and Views
12.1.1
-
eTRM - BIS Tables and Views
12.1.1
-
eTRM - MSD Tables and Views
12.2.2
description: This is the fact table that stores the UOM conversions information. ,
-
eTRM - MSD Tables and Views
12.1.1
description: This is the fact table that stores the UOM conversions information. ,