Shipping Execution - EBS (MOSC)

MOSC Banner

Getting error in using WSH_DELIVERIES_PUB.Delivery_Action

edited Feb 28, 2019 2:30PM in Shipping Execution - EBS (MOSC) 1 commentAnswered

Hello Team,

I am getting error as like below:

Message Data Count for Insert Serials to test 1

Message Data for Insert Serials to test: WSHMessage Data Less than 1 : WSH+---------------------------------------------------------------------------+

The Code to ship confirm as:

  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

               FND_FILE.PUT_LINE (

                  FND_FILE.LOG,

                     'Calling Insert Serials Delivery id Exception DISCRETE to test:'

                  || c_eligible_orders_rec.delivery_id);

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

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