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


TABLE: INV.MTL_RELATED_ITEMS_CUST_REF

Object Details
Object Name: MTL_RELATED_ITEMS_CUST_REF
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.MTL_RELATED_ITEMS_CUST_REF
Subobject Name:
Status: VALID


Item Relationships Customer References table is used to
maintain the customer details to know the defined relationship
is used by which customer if the relationship type is SUBSTITUTE.
CUSTOMER_ID,ADDRESS_ID are for the customer references
START_DATE and END_DATE for the effectivity.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_RELATED_ITEMS_CUST_REF_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
ColumnRELATED_ITEM_ID
ColumnRELATIONSHIP_TYPE_ID
ColumnORGANIZATION_ID
ColumnPLN_INFO_ID
ColumnCUSTOMER_ID
ColumnSITE_USE_ID
ColumnSTART_DATE
ColumnEND_DATE
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER
Yes Item id of the base item to which association will be done.
RELATED_ITEM_ID NUMBER
Yes Item id of the related item defined.
RELATIONSHIP_TYPE_ID NUMBER
Yes This refers to the type of relation in between two items.
ORGANIZATION_ID NUMBER
Yes Organization id to which item is associated.
PLN_INFO_ID NUMBER
Yes This is the unique id for planning info detail table.
CUSTOMER_ID NUMBER (15) Yes Customer id used in this cust xref.
SITE_USE_ID NUMBER (15)
Customer Site id used in the cross ref.
START_DATE DATE

Start date of cust xref .
END_DATE DATE

End date of the cust xref in case of disabling xref.
LAST_UPDATE_DATE DATE
Yes Standard WHO col.
LAST_UPDATED_BY NUMBER
Yes Standard WHO col.
CREATION_DATE DATE
Yes Standard WHO col.
CREATED_BY NUMBER
Yes Standard WHO col.
LAST_UPDATE_LOGIN NUMBER

Standard WHO col.
Query Text

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


SELECT INVENTORY_ITEM_ID
,      RELATED_ITEM_ID
,      RELATIONSHIP_TYPE_ID
,      ORGANIZATION_ID
,      PLN_INFO_ID
,      CUSTOMER_ID
,      SITE_USE_ID
,      START_DATE
,      END_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM INV.MTL_RELATED_ITEMS_CUST_REF;

Dependencies

[top of page]

INV.MTL_RELATED_ITEMS_CUST_REF does not reference any database object

INV.MTL_RELATED_ITEMS_CUST_REF is referenced by following:

SchemaINV
ViewMTL_RELATED_ITEMS_CUST_REF#