[Home] [Help]
[Dependency Information]
| Object Name: | IC_ITEM_MST_B_MIG |
|---|---|
| Object Type: | TABLE |
| Owner: | GMI |
| FND Design Data: | GMI.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IC_ITEM_MST_B_MIG_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ITEM_ID
ORGANIZATION_ID
|
| IC_ITEM_MST_B_MIG_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
INVENTORY_ITEM_ID
|
| 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 |
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;
GMI.IC_ITEM_MST_B_MIG does not reference any database object
GMI.IC_ITEM_MST_B_MIG is referenced by following:
GMI
IC_ITEM_MST_B_MIG#
|
|
|
|