Using API to do Pick Confirm
How can I do a Pick Confirm when using this API?I know to create a rule and set the pick confirm to Yes but how do I pass which rule to use so this does the pick confirm?
wsh_interface_grp.delivery_detail_action (p_api_version_number => 1.0
, p_init_msg_list => fnd_api.g_false, p_commit => fnd_api.g_false, x_return_status => x_return_status, x_msg_count => x_msg_count, x_msg_data => x_msg_data, p_detail_id_tab => l_delivery_detail_tab, p_action_prms => l_action_prms, x_action_out_rec => l_action_out_rec0