WSH_EXCEPTIONS_PUB.Exception_Actiob
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