Search Results cross_ref_status
Overview
OE_ITEMS_V is a dictionary view owned by the APPS schema within the Oracle Order Management (ONT) product. Its documented purpose is to present a unified, union-style result set combining inventory items, customer items, and generic items for use in order-entry and pricing flows. In Oracle EBS 12.1.1 and 12.2.2, the view serves as the resolution layer that Order Management forms, pricing engines, and customer-item substitution logic consult to translate between a sold-to organization's own part numbers and the internal master-organization inventory item. Because customer items (MTL_CUSTOMER_ITEMS) and their cross-references (MTL_CUSTOMER_ITEM_XREFS) are customer-specific while inventory items are defined at the master organization, the view provides a single denormalized surface where item number, description, item status, cross-reference rank, and address context are presented together.
Underlying Base Objects
The documented base objects referenced by the view span Order Management, Inventory, Receivables, and Trading Community (HZ) schemas:
- MTL_CUSTOMER_ITEMS and MTL_CUSTOMER_ITEM_XREFS — customer item definitions and their links to internal inventory items.
- MTL_SYSTEM_ITEMS_B_KFV (VIEW) — the key-flexfield inventory item, constrained to CUSTOMER_ORDER_ENABLED_FLAG = 'Y' and the master organization.
- MTL_PARAMETERS and OE_SYS_PARAMETERS (PACKAGE) — used to align the item's organization with the master organization returned by OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID').
- HZ_CUST_SITE_USES_ALL, HZ_CUST_ACCT_SITES_ALL, HZ_PARTY_SITES, HZ_LOCATIONS — ship-to site, account site, party site, and location attributes used to build the customer address string.
- AR_LOOKUPS and FND_LOOKUP_VALUES_VL — lookups for address category meaning and the INV_ITEM_DEFINITION_LEVEL lookup type, which produces the ITEM_DEFINITION_LEVEL column.
- MTL_CROSS_REFERENCES and MTL_CROSS_REFERENCE_TYPES — referenced for cross-reference context.
Outer joins (+) on the HZ and lookup objects allow customer items without a fully populated ship-to or lookup to remain visible.
Key Columns
- ITEM and ITEM_DESCRIPTION — the customer item number and description.
- ITEM_ID — the CUSTOMER_ITEM_ID surrogate key; INVENTORY_ITEM_ID and INVENTORY_ITEM reference the internal master-organization item.
- ITEM_IDENTIFIER_TYPE — literal 'CUST', identifying the row source as a customer item.
- ITEM_STATUS and CROSS_REF_STATUS — decoded from the INACTIVE_FLAG columns of MTL_CUSTOMER_ITEMS and MTL_CUSTOMER_ITEM_XREFS, yielding 'ACTIVE' or 'INACTIVE'.
- ITEM_DEFINITION_LEVEL — the FND lookup meaning for CITEMS.ITEM_DEFINITION_LEVEL; this is the attribute users search on, indicating whether the item is defined at the customer, customer site, or generic level.
- SOLD_TO_ORG_ID and ORGANIZATION_ID — the customer and inventory organization context.
- RANK (CXREF.PREFERENCE_NUMBER) — cross-reference preference ordering.
- ADDRESS and CUST_ADDRESS — location and category-based address concatenations.
Common Use Cases and Queries
Typical scenarios include customer-item substitution during order entry, validation of cross-references during import, and reporting on item definition level. A representative query filtering on the searched attribute:
- SELECT item, inventory_item, item_status, item_definition_level FROM oe_items_v WHERE sold_to_org_id = :p_customer_id AND item_definition_level = 'CUSTOMER';
- SELECT item, inventory_item, rank FROM oe_items_v WHERE organization_id = :p_org_id ORDER BY item, rank;
- SELECT item, inventory_item FROM oe_items_v WHERE item_status = 'ACTIVE' AND cross_ref_status = 'ACTIVE';
Because the view is read-only and union-based, it is best used for query and validation rather than as a DML target.
-
View: OE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_V, object_name:OE_ITEMS_V, status:VALID, product: ONT - Order Management , description: This view is union of inventory items, customer items and generic items. , implementation_dba_data: APPS.OE_ITEMS_V ,
-
VIEW: APPS.OE_RETURN_ITEMS_V
12.1.1
-
View: OE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_V, object_name:OE_ITEMS_V, status:VALID, product: ONT - Order Management , description: This view is union of inventory items, customer items and generic items. , implementation_dba_data: APPS.OE_ITEMS_V ,
-
View: OE_RETURN_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RETURN_ITEMS_V, object_name:OE_RETURN_ITEMS_V, status:VALID, product: ONT - Order Management , description: Added a view for return items LOV. , implementation_dba_data: APPS.OE_RETURN_ITEMS_V ,
-
VIEW: APPS.OE_ITEMS_V
12.2.2
-
TABLE: APPS.OE_ITEMS_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:FND.OE_ITEMS_MV ONT.OE_ITEMS_MV, object_name:OE_ITEMS_MV, status:VALID,
-
VIEW: APPS.OE_RETURN_ITEMS_V
12.2.2
-
View: OE_RETURN_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RETURN_ITEMS_V, object_name:OE_RETURN_ITEMS_V, status:VALID, product: ONT - Order Management , description: Added a view for return items LOV. , implementation_dba_data: APPS.OE_RETURN_ITEMS_V ,
-
VIEW: APPS.OE_ITEMS_V
12.1.1
-
VIEW: APPS.OE_ITEMS_MV#
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_ITEMS_MV#, status:VALID,
-
MATERIALIZED VIEW: APPS.OE_ITEMS_MV
12.1.1
-
TABLE: APPS.OE_ITEMS_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.OE_ITEMS_MV, object_name:OE_ITEMS_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.OE_ITEMS_MV
12.2.2
owner:APPS, object_type:MATERIALIZED VIEW, object_name:OE_ITEMS_MV, status:VALID,
-
VIEW: APPS.OE_ITEMS_MV#
12.2.2
-
MATERIALIZED VIEW: APPS.OE_ITEMS_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:OE_ITEMS_MV, status:VALID,
-
VIEW: APPS.OE_ITEMS_ORD_MV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_ORD_MV, object_name:OE_ITEMS_ORD_MV, status:VALID,
-
VIEW: APPS.OE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_V, object_name:OE_ITEMS_V, status:VALID,
-
VIEW: APPS.OE_ITEMS_ORD_MV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_ORD_MV, object_name:OE_ITEMS_ORD_MV, status:VALID,
-
VIEW: APPS.OE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_V, object_name:OE_ITEMS_V, status:VALID,
-
VIEW: APPS.OE_RETURN_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RETURN_ITEMS_V, object_name:OE_RETURN_ITEMS_V, status:VALID,
-
VIEW: APPS.OE_RETURN_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RETURN_ITEMS_V, object_name:OE_RETURN_ITEMS_V, status:VALID,
-
View: OE_ITEMS_ORD_MV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_ORD_MV, object_name:OE_ITEMS_ORD_MV, status:VALID, product: ONT - Order Management , description: This view is based on the materialized view OE_ITEMS_MV. This view displays all the Orderable items after taking the Orderability Rules into account. , implementation_dba_data: APPS.OE_ITEMS_ORD_MV ,
-
View: OE_ITEMS_ORD_MV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ITEMS_ORD_MV, object_name:OE_ITEMS_ORD_MV, status:VALID, product: ONT - Order Management , description: This view is based on the materialized view OE_ITEMS_MV. This view displays all the Orderable items after taking the Orderability Rules into account. , implementation_dba_data: APPS.OE_ITEMS_ORD_MV ,
-
eTRM - ONT Tables and Views
12.2.2
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,