Operation Details
Description: Retrieves the certifiable indicator for a specified product.
Sterotype: ns
SQL
SELECT
  Product.certifiableInd
INTO
  :certifiableInd 
FROM
  ProductDelivery,
  Product 
WHERE ProductDelivery.caseID = :caseID 
  AND Product.productID = ProductDelivery.productID