Shipping Execution - EBS (MOSC)

MOSC Banner

WSH_EXCEPTIONS_PUB.Exception_Actiob

edited Mar 30, 2017 5:01AM in Shipping Execution - EBS (MOSC) 1 commentAnswered

Hi,

Need to log an exception on a Delivery when sending to a 3PL party for processcing. P_exception_rec can be given the delivery name but what exception to applied where can I pass it.

WSH_EXCEPTIONS_PUB.Exception_Action(

p_api_version =>1.0,

p_init_msg_list =>NULL,

p_validation_level =>NULL,

p_commit =>fnd_api.g_true,

x_msg_count =>lx_msg_count,

x_msg_data =>lx_msg_data,

x_return_status =>lx_return_status,

p_exception_rec => lc_delivery_name, -- need to give delivery name

p_action =>'LOG'

);

Thanks

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