INV_LOT_CONV_ONHAND_HISTORY

The table inv_lot_conv_onhand_history stores the history of onhand updates when a lot UOM conversion is done.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_LOT_CONV_ONHAND_HISTORY_PK

LOT_CONVERSION_ID, ONHAND_CONV_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
LOT_CONVERSION_ID NUMBER 18 Yes Reference to the lot uom conversion history identifier.
ONHAND_CONV_HISTORY_ID NUMBER Yes Identifier to onhand update history.
ONHAND_UPDATE_TYPE NUMBER Identifier of the method used to update onhand material balances, such as recalculation by primary quantity, recalculation by secondary quantity, or manual balance adjustment.
LOT_NUMBER VARCHAR2 80 Identifier of an inventory lot.
ORGANIZATION_ID NUMBER 18 Yes Surrogate for inventory organization.
INVENTORY_ITEM_ID NUMBER 18 Yes Unique identifier of the inventory item.
REVISION VARCHAR2 3 Unique identifier for inventory item revision.
SUBINVENTORY_CODE VARCHAR2 10 Identifier of the subinventory.
LPN_ID NUMBER Unique Identifier for license plate number.
LOCATOR_ID NUMBER Unique Identifier for inventory locator.
PROJECT_ID NUMBER Unique identifier for inventory project.
TASK_ID NUMBER Unique identifier for inventory task.
COUNTRY_OF_ORIGIN VARCHAR2 3 Surrogate for country of origin.
OLD_PRIMARY_QTY NUMBER Yes Identifier of the previous onhand balance expressed in the primary unit of measure before the update.
OLD_SECONDARY_QTY NUMBER Identifier of the previous onhand balance expressed in the secondary unit of measure before the update.
NEW_PRIMARY_QTY NUMBER Identifier of the new onhand balance expressed in the primary unit of measure after the update.
NEW_SECONDARY_QTY NUMBER Identifier of the new onhand balance expressed in the secondary unit of measure after the update.
TRANSACTION_PRIMARY_QTY NUMBER Identifier for transaction primary quantity.
TRANSACTION_SECONDARY_QTY NUMBER Identifier for transaction secondary quantity.
TRANSACTION_UPDATE_FLAG VARCHAR2 2 Yes Indicates whether the transaction record is handled during update processing in relation to lot unit of measure conversion logic.
OWNING_ENTITY_ID NUMBER Identifier of the vendor who holds ownership of the material in the case of consigned inventory.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
INV_LOT_CONV_ONHAND_HISTORY rcs_lot_uom_conversions LOT_CONVERSION_ID

Indexes

Index Uniqueness Tablespace Columns
INV_LOT_CONV_ONHAND_HISTORY_U1 Unique Default LOT_CONVERSION_ID, ONHAND_CONV_HISTORY_ID