ccdw_fact_inventory_record_snapshot_hourly

This table captures hourly snapshots of inventory levels. It contains similar fields to the daily snapshot but at a finer granularity. This table currently only represents data sourced from OCI.

Column AliasData TypeKeyDescriptionIndex?
inventory_record_id (PK)BIGINTPKUnique 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_allocINTEGERAllocated quantity available to fulfill orders.No
available_to_order_allocINTEGERAllocated quantity available to be ordered.No
on_hand_allocINTEGERAllocated quantity currently on hand.No
reserved_allocINTEGERAllocated quantity that is reserved.No
soft_reserved_allocINTEGERAllocated quantity that is soft reserved.No
safety_stock_count_allocINTEGERAllocated quantity for safety stock.No
available_to_fulfillINTEGERTotal quantity available to fulfill orders.No
available_to_orderINTEGERTotal quantity available to be ordered.No
on_handINTEGERTotal quantity currently on hand.No
reservedINTEGERTotal quantity that is reserved.No
soft_reservedINTEGERTotal quantity that is soft reserved.No
safety_stock_countINTEGERTotal quantity for safety stock.No
total_futures_quantityINTEGERTotal quantity of future inventory.No