DBA Data[Home] [Help]

APPS.WMS_REPLENISHMENT_PVT dependencies on WSH_PICKING_BATCHES

Line 6780: from wsh_picking_batches where batch_id = p_batch_id;

6776: GOTO end_populate;
6777: END;
6778:
6779: select pick_from_subinventory INTO l_PR_sub
6780: from wsh_picking_batches where batch_id = p_batch_id;
6781:
6782: IF (l_debug = 1) THEN
6783: print_debug('At this point total number of dd_ids considered :' ||l_delivery_detail_id_tb.COUNT);
6784: print_debug('Subinventory specified at the time of pick release:'||l_PR_sub);