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


TABLE: GMI.IC_ITEM_CNV

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


This table contains the Item/lot conversion factors. Conversion factors can be created between the
reference UOM for an item's primary UOM type and other UOM types, at the item, lot, and sublot level.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IC_ITEM_CNV_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONVERSION_ID
IC_ITEM_CNV_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_ID
ColumnLOT_ID
ColumnUM_TYPE
Columns
Name Datatype Length Mandatory Comments
LOT_ID NUMBER (10) Yes Surrogate key identifying the lot/sublot for which a conversion is defined.
UM_TYPE VARCHAR2 (10) Yes Unit of measure type to which you are converting.
ITEM_ID NUMBER (10) Yes Surrogate key identifying the item for which a conversion is defined.
TYPE_FACTOR NUMBER
Yes Conversion factor. One unit of the conversion type (um_type) equals this many units of the items UOM type.
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
TRANS_CNT NUMBER (10)
Not currently used
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
TYPE_FACTORREV NUMBER
Yes The inverse of type_factor (1/type_factor).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
CONVERSION_ID NUMBER
Yes The Surrogate which identifies a record in this table
EVENT_SPEC_DISP_ID NUMBER

Foreign Key identifying the source of lot conversion in OPM quality management
Query Text

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


SELECT LOT_ID
,      UM_TYPE
,      ITEM_ID
,      TYPE_FACTOR
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      TRANS_CNT
,      DELETE_MARK
,      TEXT_CODE
,      CREATION_DATE
,      CREATED_BY
,      TYPE_FACTORREV
,      LAST_UPDATE_LOGIN
,      CONVERSION_ID
,      EVENT_SPEC_DISP_ID
FROM GMI.IC_ITEM_CNV;

Dependencies

[top of page]

GMI.IC_ITEM_CNV does not reference any database object

GMI.IC_ITEM_CNV is referenced by following:

SchemaAPPS
SynonymIC_ITEM_CNV