DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ASO_I_RELATED_ITEMS_V

Object Details
Object Name: ASO_I_RELATED_ITEMS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_RELATED_ITEMS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER

Organization Identifier
INVENTORY_ITEM_ID NUMBER

Product Identifier
RELATED_ITEM_ID NUMBER

Related Product Identifier
RELATIONSHIP_TYPE_ID NUMBER

Relationship Type Identifier
RELATIONSHIP_TYPE VARCHAR2 (80) Yes Relationship Type
RECIPROCAL_FLAG VARCHAR2 (1)
Flag to indicate whether relationship is reciprocal
RELATED_ITEM_DESCRIPTION VARCHAR2 (240)
Description of the Related Product
RELATED_ITEM VARCHAR2 (40)
Name of the Related Product
PADDED_CONCATENATED_SEGMENTS VARCHAR2 (40)
UOM VARCHAR2 (3)
UOM of Related Product
UNIT_PRICE NUMBER

Unit Price of Related Product
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      RELATED_ITEM_ID
,      RELATIONSHIP_TYPE_ID
,      RELATIONSHIP_TYPE
,      RECIPROCAL_FLAG
,      RELATED_ITEM_DESCRIPTION
,      RELATED_ITEM
,      PADDED_CONCATENATED_SEGMENTS
,      UOM
,      UNIT_PRICE
FROM APPS.ASO_I_RELATED_ITEMS_V;

Dependencies

[top of page]

APPS.ASO_I_RELATED_ITEMS_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
ViewMTL_RELATED_ITEMS_VIEW
ViewMTL_SYSTEM_ITEMS_VL

APPS.ASO_I_RELATED_ITEMS_V is not referenced by any database object