Search Results mtl_relationship_types
Overview
APPS.ASO_I_RELATED_ITEMS_V is a reporting and integration view in the Oracle E-Business Suite Order Management and Advanced Supply Chain (ASO) schema. It presents the relationships defined between inventory items — for example, substitute, replacement, or complementary items — enriched with descriptive attributes for both the base item and its related item. The view joins the related-items definition to the manufacturing lookup that decodes the relationship type and to the item master to retrieve descriptive and pricing attributes. It is commonly consumed by order capture, iStore, and pricing flows where the application needs to identify valid related items for a given inventory item within a specific organization.
The view exposes a denormalized, query-ready structure that resolves coded lookup values into meaningful text, so callers do not need to join MFG_LOOKUPS or MTL_SYSTEM_ITEMS_VL themselves. This makes it a convenient source for concurrent programs, BI Publisher reports, and interfaces that must display or validate item relationships.
Underlying Base Objects
The view is defined over three documented objects:
- MTL_RELATED_ITEMS_VIEW — supplies the core relationship data: the organization, the inventory item, the related item, the relationship type identifier, and the reciprocal flag.
- MFG_LOOKUPS — joined on lookup_type = 'MTL_RELATIONSHIP_TYPES' and lookup_code = relationship_type_id, providing the human-readable MEANING for each relationship type.
- MTL_SYSTEM_ITEMS_VL — joined on inventory item and organization, supplying the related item's description, concatenated segments, primary unit of measure, and list price.
All three referenced objects are themselves views. The joins are strictly inner joins, so a row is returned only when a matching relationship type lookup and a matching related item exist for the organization.
Key Columns
- ORGANIZATION_ID — the inventory organization context for the relationship.
- INVENTORY_ITEM_ID — the base item for which the relationship is defined.
- RELATED_ITEM_ID — the item that is related to the base item.
- RELATIONSHIP_TYPE_ID — the lookup code from the MTL_RELATIONSHIP_TYPES lookup type.
- RELATIONSHIP_TYPE — the decoded meaning of the relationship type.
- RECIPROCAL_FLAG — indicates whether the relationship is bidirectional (applies in both directions).
- RELATED_ITEM_DESCRIPTION — description of the related item.
- RELATED_ITEM and PADDED_CONCATENATED_SEGMENTS — the concatenated item flexfield value for the related item, in standard and space-padded forms.
- UOM — the primary unit of measure of the related item.
- UNIT_PRICE — the related item's list price per unit.
Common Use Cases and Queries
The view is typically queried when an application or report must display valid substitutes or related items for a given item, or when validating that a chosen related item belongs to an allowed relationship type. A simple query retrieving all relationships for a specific item and organization is shown below.
SELECT relationship_type, related_item, related_item_description, uom, unit_price, reciprocal_flag
FROM apps.aso_i_related_items_v
WHERE organization_id = :org_id
AND inventory_item_id = :item_id;
To restrict results to a single relationship type, filter on the decoded meaning rather than the code, for example WHERE relationship_type = 'Substitute'. Because the view resolves the lookup and joins the item master, it is well suited to listing substitute items in an order entry screen or interface load. Note that the inner joins to MTL_SYSTEM_ITEMS_VL and MFG_LOOKUPS mean any relationship lacking a valid lookup code or a valid related item in the organization will be excluded from the result set.
-
Lookup Type: MTL_RELATIONSHIP_TYPES
12.2.2
product: INV - Inventory , meaning: Relationship Types , description: Item Relationship Types ,
-
Lookup Type: MTL_RELATIONSHIP_TYPES
12.1.1
product: INV - Inventory , meaning: Relationship Types , description: Item Relationship Types ,
-
VIEW: APPS.ASO_I_RELATED_ITEMS_V
12.1.1
-
VIEW: APPS.ASO_I_RELATED_ITEMS_V
12.2.2
-
VIEW: APPS.AST_ITEM_RELATIONSHIPS_V
12.2.2
-
VIEW: APPS.ASO_PVT_RELATED_ITEMS_BALI_V
12.1.1
-
VIEW: APPS.ASO_PVT_RELATED_ITEMS_BALI_V
12.2.2
-
View: XNC_RELITEM_PL_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_RELITEM_PL_V retrieves items for all relationship types for an item. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OE_RELATED_ITEMS_MV
12.1.1
-
VIEW: APPS.AST_ITEM_RELATIONSHIPS_V
12.1.1
-
VIEW: APPS.OE_RELATED_ITEMS_V
12.2.2
-
VIEW: APPS.OE_RELATED_ITEMS_V
12.1.1
-
View: XNC_RELITEM_PL_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_RELITEM_PL_V retrieves items for all relationship types for an item. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OE_RELATED_ITEMS_MV
12.2.2
-
View: ASO_I_RELATED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_RELATED_ITEMS_V, object_name:ASO_I_RELATED_ITEMS_V, status:VALID, product: ASO - Order Capture , description: View showing Item Relationships , implementation_dba_data: APPS.ASO_I_RELATED_ITEMS_V ,
-
View: AST_ITEM_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ITEM_RELATIONSHIPS_V, object_name:AST_ITEM_RELATIONSHIPS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_ITEM_RELATIONSHIPS_V ,
-
View: ASO_I_RELATED_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_RELATED_ITEMS_V, object_name:ASO_I_RELATED_ITEMS_V, status:VALID, product: ASO - Order Capture , description: View showing Item Relationships , implementation_dba_data: APPS.ASO_I_RELATED_ITEMS_V ,
-
View: AST_ITEM_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ITEM_RELATIONSHIPS_V, object_name:AST_ITEM_RELATIONSHIPS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_ITEM_RELATIONSHIPS_V ,
-
View: ASO_PVT_RELATED_ITEMS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_RELATED_ITEMS_BALI_V, object_name:ASO_PVT_RELATED_ITEMS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_RELATED_ITEMS_BALI_V ,
-
View: OE_RELATED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RELATED_ITEMS_V, object_name:OE_RELATED_ITEMS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_RELATED_ITEMS_V ,
-
View: OE_RELATED_ITEMS_MV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RELATED_ITEMS_MV, object_name:OE_RELATED_ITEMS_MV, status:VALID, product: ONT - Order Management , description: This view is based on the materialized view OE_RELATED_ITEMS_MV. This view displays all the Orderable Related items after taking the Orderability Rules into account. , implementation_dba_data: APPS.OE_RELATED_ITEMS_MV ,
-
View: ASO_PVT_RELATED_ITEMS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_RELATED_ITEMS_BALI_V, object_name:ASO_PVT_RELATED_ITEMS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_RELATED_ITEMS_BALI_V ,
-
View: OE_RELATED_ITEMS_MV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RELATED_ITEMS_MV, object_name:OE_RELATED_ITEMS_MV, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_RELATED_ITEMS_MV ,
-
View: OE_RELATED_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RELATED_ITEMS_V, object_name:OE_RELATED_ITEMS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_RELATED_ITEMS_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.CSP_SCH_INT_PVT SQL Statements
12.1.1
-
APPS.CSP_SCH_INT_PVT SQL Statements
12.2.2
-
APPS.MTL_RELATED_ITEMS_PVT SQL Statements
12.2.2
-
APPS.CSP_SCH_INT_PVT dependencies on MFG_LOOKUPS
12.1.1
-
APPS.CSP_SCH_INT_PVT dependencies on MFG_LOOKUPS
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG SQL Statements
12.2.2
-
APPS.MTL_RELATED_ITEMS_PVT dependencies on MFG_LOOKUPS
12.2.2
-
PACKAGE BODY: APPS.MTL_RELATED_ITEMS_PVT
12.2.2
-
APPS.MSD_CL_PRE_PROCESS dependencies on MSD_ST_ITEM_RELATIONSHIPS
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.MSD_CL_PRE_PROCESS dependencies on MSD_ST_ITEM_RELATIONSHIPS
12.1.1
-
APPS.MSD_CL_PRE_PROCESS SQL Statements
12.2.2
-
APPS.MSD_CL_PRE_PROCESS SQL Statements
12.1.1
-
APPS.BOM_DIAGUNITTEST_IBRDATA SQL Statements
12.2.2
-
APPS.BOM_DIAGUNITTEST_IBRDATA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSP_SCH_INT_PVT
12.1.1
-
PACKAGE BODY: APPS.CSM_EMAIL_QUERY_PKG
12.2.2
-
PACKAGE BODY: APPS.CSP_SCH_INT_PVT
12.2.2
-
PACKAGE BODY: APPS.BOM_DIAGUNITTEST_IBRDATA
12.1.1
-
PACKAGE BODY: APPS.BOM_DIAGUNITTEST_IBRDATA
12.2.2
-
APPS.OE_ID_TO_VALUE dependencies on OE_DEBUG_PUB
12.2.2
-
APPS.OE_ID_TO_VALUE dependencies on OE_DEBUG_PUB
12.1.1
-
PACKAGE BODY: APPS.OE_ID_TO_VALUE
12.2.2
-
PACKAGE BODY: APPS.OE_ID_TO_VALUE
12.1.1