Create a simpler sp to add lots on a shipment.

Issue No: IC-5776
Created 7/19/2018 6:53:03 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.1
Description This is related to MFG-3673.   As per [~prem.selladurai] :   I have another scenario where user will generate pick list for inventory shipment from the inventory shipment stage screen.   * User will be creating an Inventory shipment header/items. * They will generate pick list using Manufacturing -> Inventory Shipment Stage screen. * System will automatically suggest the lots that they need to pick based on FIFO. User has the flexibility to replace the lots in this call * Using the pick list warehouse operators will scan these lots into the shipment staging area using their scanner device. Scanner device will be runnng our i21 scanner client. * As the warehouse operator scans the lot, we are adding the scanned pallet into inventoryShipmentItemLot table. * In case this scenario, if we have to call the IC procedure 'uspICAddItemShipment' for each lot as they scan, it will be more expensive which can lead to performance issues. * We need a procedure from you that just performs adding lot to the inventory shipment item lot table * That is the reason we are asking you to provide a simple procedure wherein we can pass the following parameters:   1. intInventoryShipmentId 2. intInventoryShipmentItemId 3. intLotId 4. dblQuantityShipped 5. dblGrossWeight 6. dblTareWeight 7. dblWeightPerQty 8. intConcurrencyId