Search Results wms_shipping_lovs
Overview
WMS_SHIPPING_LOVS is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite, classified under the "OTHER" API category. It is declared with AUTHID CURRENT_USER, meaning its SQL statements execute under the privileges of the invoking session rather than the definer. The package serves the Warehouse Management System (WMS) shipping and logistics module by supplying list-of-values (LOV) query logic used to populate selection fields in the shipping execution user interface. Its header comment ($Header: WMSSHPLS.pls 115.2 2003/10/30) confirms it as a long-standing component of the WMS shipping feature set, carried forward into EBS 12.1.1 and 12.2.2.
Functionally, the package answers questions such as "which sales orders or order lines are associated with a given License Plate Number (LPN)?" and "which pick slips or orders are associated with a manifest?" This supports warehouse operators who must select the correct order, line, or manifest during packing, shipping, and manifesting activities. It is a query-only helper package; it does not create, update, or delete transactional data.
Key Procedures and Functions
ETRM documents four procedures in this package. All return a generic T_GENREF REF CURSOR as an OUT NOCOPY parameter, which the calling form or program then renders as an LOV result set.
- GET_LPN_ORDER_LOV — Returns the list of sales orders associated with a given LPN. The LPN is identified by its delivery detail ID in WSH_DELIVERY_DETAILS. Inputs include an organization ID, the parent delivery detail ID of the LPN, and a partial order string to restrict search results.
- GET_LPN_ORDERLINE_LOV — Returns the list of sales order lines associated with a given LPN, similarly identified by the LPN's delivery detail ID. Inputs include the organization ID, the source header ID of the sales order, the parent delivery detail ID, and a partial order-line search string.
- GET_MANIFEST_PICKSLIP_LOV — Populates an LOV of pick slips available for manifest selection, drawing on dispatched task and delivery data.
- GET_MANIFEST_ORDER_LOV — Populates an LOV of sales orders available for manifest selection.
The package reports no dependency from other packages (referenced by 0), indicating it is a top-level utility consumed directly by UI code rather than embedded in a larger API call stack.
Tables Accessed
The package reads from a broad set of shipping, order management, and inventory tables through APPS synonyms. WSH_DELIVERY_DETAILS and WMS_DISPATCHED_TASKS supply the LPN and manifest-to-task relationships. OE_ORDER_HEADERS_ALL, OE_ORDER_LINES_ALL, MTL_SALES_ORDERS, and OE_TRANSACTION_TYPES_TL provide sales order header, line, and transaction type descriptions. MTL_SYSTEM_ITEMS_KFV, MTL_SECONDARY_INVENTORIES, and MTL_MATERIAL_TRANSACTIONS_TEMP support item and inventory context. HZ_CUST_ACCOUNTS and HZ_PARTIES resolve customer and party names for display in the LOV. BOM_RESOURCES and its related employee and equipment tables support resource-driven LOV logic, likely tied to carrier or service selections. All access is read-only.
Usage Notes
WMS_SHIPPING_LOVS is invoked from the WMS shipping execution forms layer when an operator opens an LOV in a packing, shipping, or manifesting window. It may also be called from custom Oracle Forms or OAF extensions that replicate shipping LOV behavior, and from report or concurrent program code requiring LPN-to-order resolution. Because it is a private, UI-oriented helper rather than a documented public API, Oracle does not guarantee its signature across releases; customizations should reference it cautiously and validate behavior against the specific EBS 12.1.1 or 12.2.2 instance in use.
-
PACKAGE: APPS.WMS_SHIPPING_LOVS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WMS_SHIPPING_LOVS, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_SHIPPING_LOVS, status:VALID,
-
PACKAGE: APPS.WMS_SHIPPING_LOVS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WMS_SHIPPING_LOVS, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_SHIPPING_LOVS, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_LOVS
12.1.1
-
PACKAGE: APPS.WMS_PICKING_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WMS_PICKING_PKG, status:VALID,
-
PACKAGE: APPS.WMS_SHIPPING_LOVS
12.1.1
-
SYNONYM: APPS.BOM_RESOURCE_EQUIPMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_RESOURCE_EQUIPMENTS, status:VALID,
-
PACKAGE: APPS.WMS_SHIPPING_LOVS
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.BOM_STD_OP_RESOURCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_STD_OP_RESOURCES, status:VALID,
-
SYNONYM: APPS.BOM_RESOURCE_EMPLOYEES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_RESOURCE_EMPLOYEES, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_LOVS
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.WMS_DISPATCHED_TASKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_DISPATCHED_TASKS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.MTL_SALES_ORDERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SALES_ORDERS, status:VALID,
-
SYNONYM: APPS.OE_TRANSACTION_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_TRANSACTION_TYPES_TL, status:VALID,
-
SYNONYM: APPS.OE_TRANSACTION_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_TRANSACTION_TYPES_TL, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS_V, object_name:WSH_DELIVERY_ASSIGNMENTS_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:WSH_DELIVERY_ASSIGNMENTS_V, status:VALID,
-
SYNONYM: APPS.BOM_RESOURCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_RESOURCES, status:VALID,
-
APPS.WMS_SHIPPING_LOVS dependencies on WMS_SHIPPING_LOVS
12.1.1
-
APPS.WMS_SHIPPING_LOVS dependencies on WMS_SHIPPING_LOVS
12.2.2
-
SYNONYM: APPS.MTL_MATERIAL_TRANSACTIONS_TEMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_MATERIAL_TRANSACTIONS_TEMP, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
SYNONYM: APPS.MTL_SECONDARY_INVENTORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SECONDARY_INVENTORIES, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,