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


TABLE: GMI.IC_ITEM_MST_B_MIG

Object Details
Object Name: IC_ITEM_MST_B_MIG
Object Type: TABLE
Owner: GMI
FND Design Data: TableGMI.IC_ITEM_MST_B_MIG
Subobject Name:
Status: VALID


This is table to store the reference to all successfully migrated OPM items. A separate table is need because the OPM item can be migrated to multiple discrete organizations.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IC_ITEM_MST_B_MIG_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_ID
ColumnORGANIZATION_ID
IC_ITEM_MST_B_MIG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnINVENTORY_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
ITEM_ID NUMBER

Reference to OPM item from ic_item_mst_b
ORGANIZATION_ID NUMBER

Reference to the Discrete organization from mtl_sytem_items_b
INVENTORY_ITEM_ID NUMBER

Reference to the Discrete organization from mtl_sytem_items_b
MIGRATED_IND NUMBER (5)
If the item, organization has been migrated to discrete.1 = Yes, NULL = No
CATEGORY_MIGRATED_IND NUMBER (5)
If the categories for the item, organization has been migrated to discrete.1 = Yes, NULL = No
CREATION_DATE DATE

Standard who column
CREATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

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


SELECT ITEM_ID
,      ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      MIGRATED_IND
,      CATEGORY_MIGRATED_IND
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GMI.IC_ITEM_MST_B_MIG;

Dependencies

[top of page]

GMI.IC_ITEM_MST_B_MIG does not reference any database object

GMI.IC_ITEM_MST_B_MIG is referenced by following:

SchemaAPPS
SynonymIC_ITEM_MST_B_MIG