MSS_INVENTORY_LOTS

This table stores the aggregated on hand quantity per inventory item and lot number.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_INVENTORY_LOTS_PK

PLAN_ID, INVENTORY_ITEM_ID, LOT_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
INVENTORY_ITEM_ID NUMBER 18 Yes Key column from source table: EGP_SYSTEM_ITEMS_B.INVENTORY_ITEM_ID
LOT_NUMBER VARCHAR2 80 Yes This number identifies an inventory lot.
QUANTITY NUMBER Yes This is the aggregated lot quantity in the primary unit of measure of the item.
HOLD_DATE TIMESTAMP This date defines the hold date.
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
MSS_INVENTORY_LOTS mss_items PLAN_ID, INVENTORY_ITEM_ID
mss_pegging_relationships mss_inventory_lots PLAN_ID, INVENTORY_ITEM_ID, LOT_NUMBER

Indexes

Index Uniqueness Tablespace Columns
MSS_INVENTORY_LOTS_U1 Unique Default PLAN_ID, INVENTORY_ITEM_ID, LOT_NUMBER