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


TABLE: INV.MTL_UOM_CLASS_CONVERSIONS

Object Details
Object Name: MTL_UOM_CLASS_CONVERSIONS
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.MTL_UOM_CLASS_CONVERSIONS
Subobject Name:
Status: VALID


MTL_UOM_CLASS_CONVERSIONS is where conversions between base units of
measure are defined for an item. A base unit of measure is the primary
unit for a class.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_UOM_CLASS_CONVERSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
ColumnTO_UNIT_OF_MEASURE
MTL_UOM_CLASS_CONVERSIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
ColumnTO_UOM_CODE
MTL_UOM_CLASS_CONVERSIONS_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTO_UOM_CLASS
ColumnINVENTORY_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
FROM_UNIT_OF_MEASURE VARCHAR2 (25) Yes Base unit of measure of the item's base class
FROM_UOM_CODE VARCHAR2 (3) Yes Base unit of measure short name for the item's base class
FROM_UOM_CLASS VARCHAR2 (10) Yes Base class of the item (derived from MTL_UNITS_OF_MEASURE)
TO_UNIT_OF_MEASURE VARCHAR2 (25) Yes Base unit of the class to which the conversion is defined
TO_UOM_CODE VARCHAR2 (3) Yes Base unit short name of the class to which the conversion is defined
TO_UOM_CLASS VARCHAR2 (10) Yes Class to which the conversion is defined (derived from MTL_UNITS_OF_MEASURE)
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
CONVERSION_RATE NUMBER
Yes Conversion rate from the item's class base unit to the "to" class base unit
DISABLE_DATE DATE

Date when the defined inter-class conversion can no longer be used
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
Query Text

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


SELECT INVENTORY_ITEM_ID
,      FROM_UNIT_OF_MEASURE
,      FROM_UOM_CODE
,      FROM_UOM_CLASS
,      TO_UNIT_OF_MEASURE
,      TO_UOM_CODE
,      TO_UOM_CLASS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      CONVERSION_RATE
,      DISABLE_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM INV.MTL_UOM_CLASS_CONVERSIONS;

Dependencies

[top of page]

INV.MTL_UOM_CLASS_CONVERSIONS does not reference any database object

INV.MTL_UOM_CLASS_CONVERSIONS is referenced by following:

SchemaAPPS
SynonymMTL_UOM_CLASS_CONVERSIONS