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


TABLE: INV.MTL_CUSTOMER_ITEM_XREFS

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


MTL_CUSTOMER_ITEM_XREFS stores the relationship between customer
iItems and inventory items. The relationship is defined at the item
master organization level, and it is ranked by a preference number.
This preference number is used to determine the default relationship
to be used during the mapping of a customer item to an inventory item.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_CUSTOMER_ITEM_XREFS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_ITEM_ID
ColumnINVENTORY_ITEM_ID
ColumnMASTER_ORGANIZATION_ID
MTL_CUSTOMER_ITEM_XREFS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_ITEM_ID
ColumnMASTER_ORGANIZATION_ID
ColumnPREFERENCE_NUMBER
MTL_CUSTOMER_ITEM_XREFS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
CUSTOMER_ITEM_ID NUMBER
Yes Customer item unique identifier
INVENTORY_ITEM_ID NUMBER
Yes Inventory item unique identifier
MASTER_ORGANIZATION_ID NUMBER
Yes Item master organization unique identifier. This column stores the item master organization at which this customer item cross reference is defined
PREFERENCE_NUMBER NUMBER
Yes The preference number or rank for this customer item cross reference. It establishes the customer item cross reference preference over other customer item cross references for demand and/or shipping processing purposes
INACTIVE_FLAG VARCHAR2 (1) Yes Flag indicating whether this customer item cross reference is active or inactive. An inactive customer item cross reference can notbe used for translation (customer item to inventory item) of new demand or at shipping time
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ATTRIBUTE_CATEGORY VARCHAR2 (150)
Descriptive flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
REQUEST_ID NUMBER (15)
Standard Who column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who column
PROGRAM_ID NUMBER (15)
Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
Query Text

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


SELECT CUSTOMER_ITEM_ID
,      INVENTORY_ITEM_ID
,      MASTER_ORGANIZATION_ID
,      PREFERENCE_NUMBER
,      INACTIVE_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM INV.MTL_CUSTOMER_ITEM_XREFS;

Dependencies

[top of page]

INV.MTL_CUSTOMER_ITEM_XREFS does not reference any database object

INV.MTL_CUSTOMER_ITEM_XREFS is referenced by following:

SchemaAPPS
Materialized ViewOE_ITEMS_MV
SchemaINV
ViewMTL_CUSTOMER_ITEM_XREFS#