Operation Details
Description: Reads the date list type attribute by the product delivery case identifier.
Sterotype: ns
SQL
SELECT
  dateListType
INTO
  :dateListType 
FROM
  Product,
  ProductDelivery 
WHERE ProductDelivery.caseID = :caseID 
  AND Product.productID = ProductDelivery.productID