Transfer Report Not Displaying Correct Quantities When NOT Divisible By Pack Size
(Doc ID 3076666.1)
Last updated on MARCH 18, 2025
Applies to:
Oracle Retail Enterprise Inventory Cloud Service - Version 24.1 and laterInformation in this document applies to any platform.
Symptoms
If system parameter 'Default UOM = 2 (cases), item quantities are not displayed incorrectly if item not divisible by pack size:
tsf_item.case_size pack_size,
CASE
WHEN config.value = 2
AND Mod(tsf_item.quantity_requested, tsf_item.case_size) = 0 THEN tsf_item.quantity_requested / tsf_item.case_size
ELSE tsf_item.quantity_requested
END AS qty_req,
Steps to Reproduce:
System Parameter: Default UOM set to Cases
- Log-in to Requesting Store
- Create Transfer Request in SOCS-JET (3 items)
- Enter requested quantities NOT divisible by pack size
- Note Transfer ID to use to print report
- Select Footer menu: Save and Exit
- Note: Report can be generated from EICS without issue
- Log in to EICS
- Navigate to Operations > Report
- Select Transfer Report and Enter ID
- Print Report
Error: UOM set to 'cases' for ALL items however, requested qty for items is not requested qty/pack size
Note: UOM issue applies to all requested, approved, in-shipping, shipped, received & damaged
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |