having a problem with WSH_DELIVERIES_PUB.delivery_action
Hi to all,
i have a requirement like this
based on item category(client attribute column like single/multi)
single=one quantity on one delivery id
multi=more than one quantity with one or more items for each delivery
based on custom sequence number we are doing pick release after creating the deliveries by using the Standard API
now the here is here
i have a procedure A
in this which i am calling procedure B(which do the pick released based on delivery_id associated for the custom sequence number)
i have registered procedure A as a concurrent program and i will submits only that program
0