ccdw_fact_inventory_record_snapshot

This table captures daily snapshots of inventory levels. This table currently only represents data sourced from OCI.

Column AliasData TypeKeyDescriptionIndex?
inventory_record_idBIGINTPKUnique identifier for an inventory record snapshot.Yes
utc_record_timestampTIMESTAMPUTC timestamp of the inventory record snapshot.Yes
utc_record_day_idSMALLINTFKForeign key to ccdw_dim_date for the UTC record day.Yes
utc_record_time_idSMALLINTFKForeign key to ccdw_dim_time for the UTC record time.Yes
utc_update_timestampTIMESTAMPLast modified UTC timestamp of this record.Yes
location_idINTEGERFKForeign key to ccdw_dim_location.Yes
location_group_idINTEGERFKForeign key to ccdw_dim_location_group.Yes
sku_idINTEGERFKForeign key to ccdw_dim_product for the SKU.Yes
available_to_fulfill_allocNUMERICAllocated quantity available to fulfill orders.No
available_to_order_allocNUMERICAllocated quantity available to be ordered.No
on_hand_allocNUMERICAllocated quantity currently on hand.No
reserved_allocNUMERICAllocated quantity that is reserved.No
soft_reserved_allocNUMERICAllocated quantity that is soft reserved.No
safety_stock_count_allocNUMERICAllocated quantity for safety stock.No
available_to_fulfillNUMERICTotal quantity available to fulfill orders.No
available_to_orderNUMERICTotal quantity available to be ordered.No
on_handNUMERICTotal quantity currently on hand.No
reservedNUMERICTotal quantity that is reserved.No
soft_reservedNUMERICTotal quantity that is soft reserved.No
safety_stock_countNUMERICTotal quantity for safety stock.No
total_futures_quantityNUMERICTotal quantity of future inventory.No