VCS_VMI_ITEM_MEASURES

This table stores quantities of goods at various stages for the vendor-managed item.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_VMI_ITEM_MEASURES_PK

VMI_MEASURE_ID

Columns

Name Datatype Length Precision Not-null Comments
VMI_MEASURE_ID NUMBER 18 Yes Primary key representing the item measures.
REPLENISHMENT_ITEM_ID NUMBER 18 Identifier of the replenishment item.
VENDOR_ID NUMBER 18 Yes Identifies the supplier participanting in vendor management iventory.
ORGANIZATION_ID NUMBER 18 Yes Organization associated with the item involved in the relationship.
INVENTORY_ITEM_ID NUMBER 18 Yes Item involved in vendor management inventory.
SUBINVENTORY VARCHAR2 10 Identifies replenishment request subinventory.
QUANTITY_SHIPPED NUMBER Quantity in-transit for the vendor-managed inventory.
QUANTITY_RECEIVED NUMBER Quantity in receiving for the vendor-managed inventory.
QUANTITY_ON_HAND NUMBER Quantity on hand for the vendor-managed inventory.
QUANTITTY_REPLENISHMENT NUMBER Quantity waiting to be replenished for the vendor-managed inventory.
QUANTITY_OPEN_PO NUMBER Quantity pending fulfillment for the vendor-managed inventory.
QUANTITY_PENDING_ACK NUMBER Quantity pending supplier acknowledgement for the vendor-managed inventory.
PENDING_PO_CO_COUNT NUMBER Count of pending change order of vendor-managed inventory.
INVENTORY_PLANNING_OWNER VARCHAR2 30 Identifies the inventory item is Supplier managed, Enterprise managed, or otherwise.
MAX_QUANTITY NUMBER Identifies the maximum inventory required at a specific organization or subinventory.
MIN_QUANTITY NUMBER Identifies the minimum inventory required at a specific organization or subinventory.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
LAST_REFRESH_DATE TIMESTAMP Indicates the date and time when the row is last refreshed.

Indexes

Index Uniqueness Tablespace Columns
VCS_VMI_ITEM_MEASURES_N1 Non Unique Default REPLENISHMENT_ITEM_ID
VCS_VMI_ITEM_MEASURES_N2 Non Unique Default VENDOR_ID, "QUANTITY_OPEN_PO"+"QUANTITY_RECEIVED"+"QUANTITY_SHIPPED"+"QUANTITTY_REPLENISHMENT"+"QUANTITY_ON_HAND", MIN_QUANTITY, MAX_QUANTITY
VCS_VMI_ITEM_MEASURES_U1 Unique Default VENDOR_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, SUBINVENTORY
VCS_VMI_ITEM_MEASURES_U2 Unique Default VMI_MEASURE_ID