Picking Rule is Not Working
Hi,
i am working in a WMS enabled organization
we are trying to do pick-release for a WMS enabled organization after creating deliveries based on Picking Rule
and we are using the wsh_deliveries_pub.delivery_action( p_api_version_number => 1.0,
p_init_msg_list => null,
x_return_status => v_return_status,
x_msg_count => v_msg_count,
x_msg_data => v_msg_data,
p_action_code => 'PICK-RELEASE',
p_delivery_id => p_delivery_id,
p_delivery_name => to_char(p_delivery_id),
p_sc_rule_id=>l_rule_id,
p_sc_rule_name=>l_rule_name,
p_asg_trip_id => null,
0