Operation Details
Description: Method to read product delivery case filter details by case id.
Sterotype: ns
SQL
SELECT
  caseSearchFilterInd,
  myCasesFilterInd
INTO
  :caseSearchFilterInd,
  :myCasesFilterInd
FROM
  Product,
  ProductDelivery
WHERE ProductDelivery.caseID = :caseID
  AND ProductDelivery.productID = Product.productID