Search Results oe_dual_uom_util
Overview
OE_DUAL_UOM_UTIL is a utility package in the APPS schema that supports Oracle Order Management's dual unit of measure (dual UOM) functionality. Dual UOM allows a single item to be transacted in two related units of measure simultaneously — typically a primary stocking UOM and a secondary "fulfillment" UOM — which is essential for industries where goods are ordered, priced, or shipped in different units (for example, ordering by each but shipping by case, or selling by weight while stocking by count). The package provides the shared logic used throughout the order-to-ship cycle to determine the correct fulfillment unit of measure, derive the corresponding base quantity, and validate that the requested fulfillment UOM is consistent with the item's defined UOM configuration. In ETRM metadata for both 12.1.1 and 12.2.2 the object is registered with owner APPS, status VALID, and an API classification of UTIL, indicating it is an internal support package rather than a public, user-invoked API. Its narrow, single-purpose scope is confirmed by its four documented routines, all of which concern the derivation and validation of the fulfillment base. Because it is referenced by thirteen other packages, it functions as a foundational layer beneath higher-level Order Management, Inventory, and Warehouse Management operations.
Key Procedures and Functions
The package exposes four documented routines. Parameter lists are intentionally not reproduced here; the descriptions reflect the documented purpose of each routine.
- GET_FULFILLMENT_ELIGIBLE — Determines whether a given item is eligible for fulfillment-base processing under dual UOM rules.
- GET_FULFILLMENT_BASE — Returns the fulfillment base value associated with an item, typically resolving the conversion or base quantity used in downstream pricing and shipping logic.
- DERIVE_FULFILLMENT_BASE — Calculates or derives the fulfillment base when it is not directly available, applying the conversion rules between the primary and secondary units of measure.
- VALIDATE_FULFILLMENT_BASE — Validates that a supplied fulfillment base is consistent with the item's UOM setup, returning an error condition when it is not.
Tables Accessed
The package reads item and UOM configuration data through APPS synonyms. MTL_SYSTEM_ITEMS and MTL_SYSTEM_ITEMS_B supply the item definition and its UOM attributes; MTL_UNITS_OF_MEASURE provides the unit-of-measure definitions and conversion context; MTL_PARAMETERS supplies inventory organization-level setup controlling UOM behavior; OE_ORDER_LINES and OE_ORDER_LINES_ALL provide the order line context in which fulfillment base values are evaluated. OE_ORDER_PUB is also referenced as a dependency, reflecting the package's integration with the public Order Management API layer. The documented dependency set consists of reads against these configuration and transaction tables rather than writes, consistent with a UTIL classification.
Usage Notes
OE_DUAL_UOM_UTIL is not intended for direct invocation by end users. It is called internally by higher-level packages such as OE_LINE_UTIL, OE_BULK_PROCESS_LINE, WSH_UTIL_CORE, INV_SHIPPING_TRANSACTION_PUB, WMS_ENGINE_PVT, and the OZF accrual and adjustment packages. These callers invoke it during order line processing, shipping and delivery confirmation, warehouse execution, and accrual calculation, wherever a fulfillment UOM must be resolved or checked. Because the package is dependency-shared across thirteen callers, changes to its logic can ripple through Order Management, Inventory, and Warehouse Management. Custom code should prefer documented public APIs over calling this utility directly, and any extension of dual UOM behavior should be validated against both 12.1.1 and 12.2.2, since the object is VALID in both releases.
-
PACKAGE: APPS.OE_DUAL_UOM_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_DUAL_UOM_UTIL, status:VALID,
-
PACKAGE BODY: APPS.OE_DUAL_UOM_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_DUAL_UOM_UTIL, status:VALID,
-
PACKAGE: APPS.OE_DUAL_UOM_HOOK
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_DUAL_UOM_HOOK, status:VALID,
-
PACKAGE BODY: APPS.INV_LPN_RESERVATIONS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LPN_RESERVATIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_NET_ACCRUAL_ENGINE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_NET_ACCRUAL_ENGINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_ACCRUAL_ENGINE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACCRUAL_ENGINE, status:VALID,
-
PACKAGE BODY: APPS.INV_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.OZF_ADJUSTMENT_EXT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ADJUSTMENT_EXT_PVT, status:VALID,
-
PACKAGE: APPS.OE_DUAL_UOM_UTIL
12.2.2
-
PACKAGE BODY: APPS.WSH_UTIL_CORE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_UTIL_CORE, status:VALID,
-
PACKAGE BODY: APPS.WMS_ENGINE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_ENGINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_BULK_PROCESS_LINE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BULK_PROCESS_LINE, status:VALID,
-
PACKAGE BODY: APPS.WMS_XDOCK_PEGGING_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_XDOCK_PEGGING_PUB, status:VALID,
-
PACKAGE BODY: APPS.INV_SHIPPING_TRANSACTION_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_SHIPPING_TRANSACTION_PUB, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_LINE_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_LINE_STATUS_V, object_name:WSH_DELIVERY_LINE_STATUS_V, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_TRANSACTION_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_SHIPPING_TRANSACTION_PUB, status:VALID,
-
PACKAGE BODY: APPS.WMS_DIRECT_SHIP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_DIRECT_SHIP_PVT, status:VALID,
-
PACKAGE: APPS.OE_DELAYED_REQUESTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_DELAYED_REQUESTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_LINE_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_LINE_UTIL, status:VALID,
-
PACKAGE BODY: APPS.OE_DUAL_UOM_UTIL
12.2.2
-
PACKAGE: APPS.OE_CODE_CONTROL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_CODE_CONTROL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES, status:VALID,
-
SYNONYM: APPS.MTL_UNITS_OF_MEASURE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_UNITS_OF_MEASURE, status:VALID,
-
PACKAGE: APPS.OE_ORDER_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_PUB, status:VALID,
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.WMS_DIRECT_SHIP_PVT dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.INV_UTILITIES dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.WMS_XDOCK_PEGGING_PUB dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OE_LINE_UTIL dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.OZF_ACCRUAL_ENGINE dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.WMS_ENGINE_PVT dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.WSH_UTIL_CORE dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.INV_LPN_RESERVATIONS_PVT dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.OE_DUAL_UOM_UTIL dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.OE_BULK_PROCESS_LINE dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OE_DUAL_UOM_UTIL
12.2.2
-
PACKAGE: APPS.OE_GLOBALS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_GLOBALS, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
PACKAGE: APPS.OE_MSG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_MSG_PUB, status:VALID,
-
PACKAGE: APPS.OE_DEBUG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_DEBUG_PUB, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS, status:VALID,
-
APPS.OE_DUAL_UOM_UTIL dependencies on OE_MSG_PUB
12.2.2
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
APPS.OE_DUAL_UOM_UTIL dependencies on OE_ORDER_PUB
12.2.2
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,