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