Search Results wms_putaway_utils




Overview

WMS_PUTAWAY_UTILS is an internal PL/SQL package owned by the APPS schema that supports the putaway and cross-docking flow within Oracle Warehouse Management (WMS) in Oracle E-Business Suite 12.1.1 and 12.2.2. Putaway is the process that determines the optimal final storage location for received material and generates the corresponding warehouse execution tasks. This utility package encapsulates the low-level validation, task creation, license plate number (LPN) handling, and Advanced Task Framework (ATF) interactions that the higher-level WMS and receiving APIs depend upon. Its documented status is VALID and its API classification is OTHER, indicating it is a supporting internal utility rather than a published integration API. The package exposes 24 documented procedures and functions spanning suggestion publishing, LPN manipulation, task grouping, and material status validation.

Key Procedures and Functions

The documented procedures address several functional clusters:

Tables Accessed

The package reads and writes a range of inventory and warehouse tables through APPS synonyms:

Usage Notes

WMS_PUTAWAY_UTILS is referenced by INV_RCV_STD_DELIVER_APIS, INV_RCV_STD_INSPECT_APIS, WMS_RCV_PUP_PVT, and WMS_TASK_DISPATCH_PUT_AWAY, confirming it is invoked during receiving delivery, inspection, putaway planning, and task dispatch. It also references WSH_UTIL_CORE for shipping utilities. Typical invocation occurs indirectly through the Warehouse Management mobile forms, putaway concurrent programs, and the receiving open interfaces rather than through direct custom calls. Because it is classified as OTHER and not a formal open API, customizations should avoid direct invocation and instead use the documented public wrappers that reference it, ensuring upgrade-safe behavior across 12.1.1 and 12.2.2.