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


TABLE: GMI.IC_LOTS_MST_MIG

Object Details
Object Name: IC_LOTS_MST_MIG
Object Type: TABLE
Owner: GMI
FND Design Data: TableGMI.IC_LOTS_MST_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 lots 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_LOTS_MST_MIG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_ID
ColumnLOT_ID
ColumnWHSE_CODE
ColumnLOCATION
IC_LOTS_MST_MIG_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnLOT_NUMBER
Columns
Name Datatype Length Mandatory Comments
ITEM_ID NUMBER

Reference to OPM item from ic_item_mst_b.
LOT_ID NUMBER

Reference to OPM lot from ic_lots_mst.
ORGANIZATION_ID NUMBER

Reference to the Discrete organization where the lot is migrated.
WHSE_MAPPING_CODE VARCHAR2 (4)
ORGN_CODE if warehouse is migrated as subinventory or WHSE_CODE otherwise
WHSE_CODE VARCHAR2 (4)
Warehouse where is the lot has balances
LOCATION VARCHAR2 (16)
Location (for location controlled items and warehouse) where the lot has balances.
STATUS VARCHAR2 (4)
Status of the lot in the inventory balance warehouse / location.
PARENT_LOT_NUMBER VARCHAR2 (80)
Parent lot created in discrete for the OPM lot.
LOT_NUMBER VARCHAR2 (80)
Lot number created in discrete for the OPM lot.
MIGRATED_IND NUMBER (5)
Indicates if the lot has been migrated to Oracle Inventory. 1 = Yes, NULL = No
CONV_MIGRATED_IND NUMBER (5)
Indicates if the lot conversions have been migrated to the Oracle Inventory.1 = Yes, NULL= No
ADDITIONAL_STATUS_LOT NUMBER (5)
If a lot is split because it has multiple lot-status in multiple warehouse locations, this flag indicates if this is an additional lot generated for different statuses.1 = Yes, 0 = No
USER_UPDATED_IND NUMBER (5)
Indicates if the user has changed the system generated values. 1 = Yes, 0 = 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
,      LOT_ID
,      ORGANIZATION_ID
,      WHSE_MAPPING_CODE
,      WHSE_CODE
,      LOCATION
,      STATUS
,      PARENT_LOT_NUMBER
,      LOT_NUMBER
,      MIGRATED_IND
,      CONV_MIGRATED_IND
,      ADDITIONAL_STATUS_LOT
,      USER_UPDATED_IND
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GMI.IC_LOTS_MST_MIG;

Dependencies

[top of page]

GMI.IC_LOTS_MST_MIG does not reference any database object

GMI.IC_LOTS_MST_MIG is referenced by following:

SchemaAPPS
SynonymIC_LOTS_MST_MIG