wsh_deliveries_pub.delivery_action api to 'Autocreate-Trip' - passing wrong parameters
Hi All,
I am having some issues invoking the wsh_deliveries_pub.delivery_action api to 'Autocreate-Trip'. I am passing the parameters and it's giving me the following error.
I am currently working on R12.1.1 version.
Err Msg: Trip cannot be created for include for planning deliveries when Transportation Management is installed, current selection contains include for planning deliveries for which no trips have been created.
Here is the api which I am using
FND_GLOBAL.APPS_INITIALIZE(
user_id => 2000
, resp_id => 21623
, resp_appl_id => 660);
-- Values for Ship Confirming the delivery
p_action_code := 'AUTOCREATE-TRIP'; -- The action code for Autocreate Trip
0