WMS Activity Data

User activities performed using Oracle Cloud Warehouse Management System are called WMS Activities. The facility parameter WRITE_WMS_ACTIVITY_RECORDS controls the recording of these activities in WFM. If the facility parameter is to set to “Yes”, all user activities performed using WMS mobile options are recorded in WFM.

As of Release 24D, user activity information can also be posted through the following WMS REST APIs:

  • POST .../entity/iblpn/receive/
  • POST .../entity/iblpn/modify_item_qty/
  • POST .../entity/oblpn/create_from_iblpn/
  • POST .../pick_pack/pick_confirm/
  • POST .../replenishment/replenish_to_active/
  • POST .../repack/pack_inventory/
  • POST .../entity/iblpn/split_lpn_for_replen/
  • POST .../entity/iblpn/composite_create/
  • POST .../entity/location/update_active_inventory/

Three new parameters have been introduced in these APIs – screen_name, begin_ts and end_ts.

  • Screen_name can be used to send the name of an app or screen that is used by an external system to capture user activity.
  • Begin_ts should mark the beginning of the activity performed by the user.
  • End_ts should mark the end of the activity performed by the user.

For more information about these APIs and the new parameters, refer WMS REST API Guide (navigate to Logistics Cloud Suite > Oracle Warehouse Management > WMS REST API Guide).

User Activity records captured by WMS mobile transactions and WMS REST APIs contain both the time taken as well as the measure (in terms of UOM, Qty and SKU Line Group) of the activity performed. This data is extracted from WMS at regular intervals by the Run WMS WFM Interface scheduled job. Data is consolidated and moved to WMS Activity Track view in WFM.