Order Management - EBS (MOSC)

MOSC Banner

Pick Release issue based on picking Rule

edited Feb 14, 2013 10:46PM in Order Management - EBS (MOSC) 3 commentsAnswered
 Hi ,
I am trying to do the pick -release based on picking rule id

even though i am passing the picking rule id to 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,
                                                       x_trip_id =>null ,
                                                       x_trip_name =>null 

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