My Oracle Support Banner

Calling The Public API WSH_DELIVERIES_PUB.DELIVERY_ACTION_PUB For Delivery Each Delivery Detail (Doc ID 1602049.1)

Last updated on JULY 01, 2023

Applies to:

Oracle Shipping Execution - Version 12.1.3 and later
Information in this document applies to any platform.

Symptoms

On : 12.1.3 version, Ship Confirm

Customer is using the MOS note 422084.1 and trying to assign the qty_ship:
changed_attributes(1).shipped_quantity := &&Qty_Ship ;
Then Run API= WSH_DELIVERY_DETAILS_PUB.Update_Shipping_Attributes
Then Run the API = wsh_deliveries_pub.delivery_action

. There is no error or message while doing the ship confirm

. User run the API via script (CobConfirmBS2_SR2.txt),in the script I have assign the qty ship by this command changed_attributes(1).shipped_quantity := i.QTY_SHIP ;
--- Update Shipping Attributes
  changed_attributes(1).delivery_detail_id := i.DELIVERY_DETAIL_ID;
  changed_attributes(1).shipped_quantity := i.QTY_SHIP ;

Shipped quantity is not getting update.


BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot ship confirm the sales orders using the API.

Changes

 

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
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.