DBA Data[Home] [Help]

APPS.CSD_INTERNAL_ORDERS_PVT dependencies on WSH_PICKING_RULES

Line 2161: FROM WSH_PICKING_RULES

2157: l_batch_rec.include_planned_lines,
2158: l_batch_rec.autocreate_delivery_flag,
2159: l_batch_rec.allocation_method,
2160: l_batch_rec.delivery_detail_id
2161: FROM WSH_PICKING_RULES
2162: WHERE PICKING_RULE_ID = p_picking_rule_id;
2163:
2164: -- create the release batch.
2165: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN