RCS_ITEM_LOT_UOM_CONVERSIONS

This table stores the Item Lot 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_LOT_UOM_CONVERSIO_PK

ITEM_LOT_UOM_CONV_ID

Columns

Name Datatype Length Precision Not-null Comments
ITEM_LOT_UOM_CONV_ID NUMBER 18 Yes Unique identifier of the lot specific Unit of Measure (UOM) conversion data to the primary UOM of the lot item.
LOT_CONVERSION_ID NUMBER 18 Yes Foreign key identifier to the lot specific Unit of Measure (UOM) conversion equation.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the inventory item. The item, organization and lot form the alternate key for what the conversion ratio is collected for, and this conversion may change over time.
ORGANIZATION_ID NUMBER 18 Yes Identifies the organization. The item, organization and lot form the alternate key for what the conversion ratio is collected for, and this conversion may change over time.
LOT_NUMBER VARCHAR2 80 Yes Identifies the lot. The item, organization and lot form the alternate key for what the conversion ratio is collected for, and this conversion may change over time.
TRANSACTION_UOM_CODE VARCHAR2 3 Yes UOM code for which conversion rate to the primary UOM of the item is being defined.
PRIMARY_UOM_CODE VARCHAR2 3 Yes UOM code to which the conversion is being defined. Primary UOM of the item.
CONVERSION_RATE NUMBER Yes Conversion factor by which the UOM is equivalent to the primary UOM of the item.
INVERSE_CONVERSION_RATE NUMBER Yes Inverse Conversion factor by which the primary UOM of the item is equivalent to the UOM.
START_DATETIME TIMESTAMP Yes Starting date and time in UTC when the lot specific conversion of this item is effective.
END_DATETIME TIMESTAMP Ending date and time in UTC when the lot specific conversion of this item is effective.
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_LOT_UOM_CONV_U1 Unique Default ITEM_LOT_UOM_CONV_ID
RCS_ITEM_LOT_UOM_CONV_U2 Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID, LOT_NUMBER, PRIMARY_UOM_CODE, TRANSACTION_UOM_CODE, START_DATETIME