Operation Details
Description: This method gets the Max Deduction Rate details for the product delivery and product.
Sterotype: ns
SQL
SELECT
  ProductDelivery.overrideMDRInd,
  Product.maxDeductionRate
INTO
  :overrideMDRInd,
  :maxDeductionRate 
FROM
  ProductDelivery,
  Product 
WHERE ProductDelivery.caseID = :caseID 
  AND ProductDelivery.productID = Product.productID