DBA Data[Home] [Help]

APPS.WMS_REPLENISHMENT_PVT dependencies on WSH_PICKING_BATCHES

Line 6608: from wsh_picking_batches where batch_id = p_batch_id;

6604: GOTO end_populate;
6605: END;
6606:
6607: select pick_from_subinventory INTO l_PR_sub
6608: from wsh_picking_batches where batch_id = p_batch_id;
6609:
6610: IF (l_debug = 1) THEN
6611: print_debug('At this point total number of dd_ids considered :' ||l_delivery_detail_id_tb.COUNT);
6612: print_debug('Subinventory specified at the time of pick release:'||l_PR_sub);