You can identify what is on the High Jump interface using the following scripts:
SELECT * FROM vw_ReplenishmentRequest_CreatedOnly where requesting_whse_no = 244 and manual_request = 1 and date_time > '2021-08-25'
This will show all the manual requests they quote.
You can track the sends to the wms using:
SELECT * FROM petscorner.wms_interface_replen R WHERE R.replen_id = ?