RCS_ITEM_UOM_CONVERSIONS

This table stores the Item UOM Conversions between the various possible UOMs to the primary UOM of the item.

Details

  • Schema: FUSION

  • Object owner: RCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

RCS_ITEM_UOM_CONVERSIONS_PK

ITEM_UOM_CONV_ID

Columns

Name Datatype Length Precision Not-null Comments
ITEM_UOM_CONV_ID NUMBER 18 Yes Item Unit Of Measure Conversion Identifier
IS_UOM_IN_PS VARCHAR2 1 Flag indicating the transaction uom code is part of the packaging string if assigned for an item.
REF_ITEM_ID NUMBER 18 Reference Inventory item identifier
IS_STD_CONV VARCHAR2 1 Flag indicating if the conversion is derived from the standard UOM conversion data.
INVENTORY_ITEM_ID NUMBER 18 Yes Inventory Item identifier
TRANSACTION_UOM_CODE VARCHAR2 3 Yes UOM code for which conversion rate to the primary uom is being defined.
PRIMARY_UOM_CODE VARCHAR2 3 Yes UOM code to which the conversion is being defined
CONVERSION_RATE NUMBER Yes Conversion factor by which the UOM is equivalent to the primary UOM of the item.
INVERSE_CONVERSION_RATE NUMBER Inverse Conversion factor by which the primary UOM of the item is equivalent to the UOM.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
RCS_ITEM_UOM_CONVERSIONS_N1 Non Unique FUSION_TS_TX_IDX REF_ITEM_ID
RCS_ITEM_UOM_CONVERSIONS_N2 Non Unique FUSION_TS_TX_IDX IS_STD_CONV
RCS_ITEM_UOM_CONVERSIONS_U1 Unique FUSION_TS_TX_IDX ITEM_UOM_CONV_ID
RCS_ITEM_UOM_CONVERSIONS_U2 Unique FUSION_TS_TX_IDX INVENTORY_ITEM_ID, TRANSACTION_UOM_CODE, PRIMARY_UOM_CODE