| | |
| | | String stockingPointID, |
| | | Date startDate, |
| | | Real supplyQuantity, |
| | | Real actualFulfillmentQuantity, |
| | | Real fulfillmentQuantity, |
| | | String supplyType, |
| | | Number numberOfPlies, |
| | |
| | | TextBody: |
| | | [* |
| | | peggingResult := peggingProductInSalesDemandBase.PeggingResult( relnew, |
| | | ProductID := productID, |
| | | StockingPointID := stockingPointID, |
| | | StartDate := startDate, |
| | | SupplyQuantity := supplyQuantity, |
| | | FulfillmentQuantity := fulfillmentQuantity, |
| | | SupplyType := supplyType, |
| | | NumberOfPlies := numberOfPlies, |
| | | UnitOfMeasurementName := unitOfMeasurementName |
| | | ProductID := productID, |
| | | StockingPointID := stockingPointID, |
| | | StartDate := startDate, |
| | | SupplyQuantity := supplyQuantity, |
| | | ActualFulfillmentQuantity := actualFulfillmentQuantity, |
| | | FulfillmentQuantity := fulfillmentQuantity, |
| | | SupplyType := supplyType, |
| | | NumberOfPlies := numberOfPlies, |
| | | UnitOfMeasurementName := unitOfMeasurementName |
| | | ); |
| | | return peggingResult; |
| | | *] |