Operation Details
Description: Counts the DeterminationExecution records by the determinationDeliveryID
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :count 
FROM
  DeterminationExecution 
WHERE determinationDeliveryID = :determinationDeliveryID