Shipping Execution - EBS (MOSC)

MOSC Banner

Error: Delivery 4179691 is not eligible for action Ship Confirm.Warning: For Delivery Detail 61735

edited Dec 7, 2018 3:06PM in Shipping Execution - EBS (MOSC) 2 commentsAnswered

Hello,

I am getting the below message :

Error: Delivery 4179691 is not eligible for action Ship Confirm.Warning: For Delivery Detail 617351, the following field(s) are not updatable: TRACKING_NUMBER.

I am using the piece of code of the API to ship confirm.

x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

               -- Call this procedure to initialize applications parameters

               FND_GLOBAL.APPS_INITIALIZE (user_id        => 1130,

                                           resp_id        => 21623,

                                           resp_appl_id   => 660);

               -- Values for Ship Confirming the delivery

               p_action_code := 'CONFIRM'; -- The action code for ship confirm

               p_delivery_id := c_eligible_orders_rec.delivery_id; -- The delivery that needs to be confirmed

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center