Search Results edwbv_item_itemorgpf_lcv
Overview
EDWBV_ITEM_ITEMORGPF_LCV is a read-only Oracle EBS view owned by the APPS schema and registered as a VALID database object. It belongs to the Engineering (ENG) product family and forms part of the Oracle Enterprise Data Warehouse (EDW) extraction layer that ships with E-Business Suite releases 12.1.1 and 12.2.2. Functionally, the view exposes product family items — that is, master items that have been assigned a value in the PRODUCT_FAMILY_ITEM_ID column — at the item/organization level of granularity.
The name follows the EDW convention: the "BV" segment indicates a Business View, "ITEM_ITEMORGPF" indicates the item/organization/product-family scope, and the "_LCV" suffix denotes a local instance-aware view that joins to EDW_LOCAL_INSTANCE to stamp each row with a source instance code. Because it is a reporting and integration view rather than a transactional object, it is used to feed business intelligence extracts, data marts, and cross-instance consolidation rather than by online forms or concurrent programs that write data.
Underlying Base Objects
The view is defined over a fixed set of Oracle Inventory base objects:
- MTL_SYSTEM_ITEMS_KFV (aliased MTI) — the key flexfield-enabled system items view supplying item attributes, description, concatenated segments, planning and control flags.
- MTL_ITEM_CATEGORIES (aliased MIC) — item-to-category assignments, providing the CATEGORY_ID column.
- MTL_CATEGORY_SETS (aliased SETS) — the category set definitions used to qualify category assignments.
- MTL_PARAMETERS (aliased MTP) — organization parameters supplying ORGANIZATION_CODE and ORGANIZATION_ID.
- EDW_LOCAL_INSTANCE (aliased INST) — the EDW instance registry providing INSTANCE_CODE for each source instance.
The driving filter is MTI.PRODUCT_FAMILY_ITEM_ID IS NOT NULL, joined on MTI.ORGANIZATION_ID = MTP.ORGANIZATION_ID. A second reference to MTL_PARAMETERS (aliased MTM) also appears in the FROM clause. Although the ETRM record documents no explicit base-object dependencies, the view text clearly establishes these five sources, and the item master parent relationship is resolved through the packaged function EDW_ITEMS_PKG.GET_MASTER_PARENT.
Key Columns
The projection builds EDW surrogate keys and business attributes side by side:
- Item/Org surrogate key —
'_KF:INV:MSTK:MTI'combined with INVENTORY_ITEM_ID, ORGANIZATION_ID, and INSTANCE_CODE, forming the primary integration key. - Master parent reference — INVENTORY_ITEM_ID concatenated with the value returned by EDW_ITEMS_PKG.GET_MASTER_PARENT, linking a product family member to its structure parent.
- Category key — CATEGORY_ID combined with INSTANCE_CODE, derived from MTL_ITEM_CATEGORIES.
- Descriptive fields — CONCATENATED_SEGMENTS with ORGANIZATION_CODE appended, and DESCRIPTION, both truncated for the warehouse.
- Planning and control attributes — PLANNING_MAKE_BUY_CODE, INVENTORY_PLANNING_CODE, MRP_PLANNING_CODE, LOT_CONTROL_CODE, SERIAL_NUMBER_CONTROL_CODE, SHELF_LIFE_CODE and SHELF_LIFE_DAYS, REVISION_QTY_CONTROL_CODE, and EFFECTIVITY_CONTROL.
- Commercial attributes — LIST_PRICE_PER_UNIT, MARKET_PRICE, TAX_CODE, TAXABLE_FLAG, and PRICE_TOLERANCE_PERCENT.
- Operational flags — STOCK_ENABLED_FLAG, PURCHASING_ENABLED_FLAG, INTERNAL_ORDER_ENABLED_FLAG, INSPECTION_REQUIRED_FLAG, RECEIPT_REQUIRED_FLAG, and the vendor/receipt substitution flags.
- Reference and audit columns — BUYER_ID and PLANNER_CODE (each decoded to 'NA_EDW' when null), CREATION_DATE, LAST_UPDATE_DATE, and a trailing
'_DF:INV:MTL_SYSTEM_ITEMS:MTI'lineage marker.
Common Use Cases and Queries
Typical usage includes populating product family hierarchies in an EDW item dimension, reconciling product family membership across organizations, and reporting planning or purchasing attributes for family-level items. A representative query is:
SELECT inventory_item_id, organization_id, concatenated_segments, description, planning_make_buy_code FROM apps.edwbv_item_itemorgpf_lcv WHERE organization_id = :org_id;
Because the view performs multi-table joins and invokes EDW_ITEMS_PKG for each row, queries should always be restricted by ORGANIZATION_ID or a specific item range to avoid full-table processing. Restricting by STOCK_ENABLED_FLAG or PLANNING_MAKE_BUY_CODE further narrows results for planning-focused extracts. The view is not updatable and should be treated strictly as a query surface for reporting and downstream data integration.
-
View: EDWBV_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMORGPF_LCV, object_name:EDWBV_ITEM_ITEMORGPF_LCV, status:VALID, product: ENG - Engineering , description: This view contains Product Family items at the item/organization level. , implementation_dba_data: APPS.EDWBV_ITEM_ITEMORGPF_LCV ,
-
View: EDWBV_ITEM_ITEMORGPF_LCV
12.2.2
product: ENG - Engineering , description: This view contains Product Family items at the item/organization level. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_ITEM_ITEMORGPF_LCV
12.1.1
-
PACKAGE: APPS.EDW_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_ITEMS_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
View: EDW_ITEM_ITEMORGPF_LCV
12.2.2
product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
View: EDW_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORGPF_LCV, object_name:EDW_ITEM_ITEMORGPF_LCV, status:VALID, product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: APPS.EDW_ITEM_ITEMORGPF_LCV ,
-
VIEW: APPS.EDW_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORGPF_LCV, object_name:EDW_ITEM_ITEMORGPF_LCV, status:VALID,
-
SYNONYM: APPS.MTL_CATEGORY_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CATEGORY_SETS, status:VALID,
-
VIEW: APPS.EDWBV_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMORGPF_LCV, object_name:EDWBV_ITEM_ITEMORGPF_LCV, status:VALID,
-
SYNONYM: APPS.EDW_LOCAL_INSTANCE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_LOCAL_INSTANCE, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATEGORIES, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
eTRM - ENG Tables and Views
12.1.1
description: Change type organization properties ,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
eTRM - ENG Tables and Views
12.1.1
description: Change type organization properties ,
-
12.1.1 DBA Data
12.1.1