Operation Details
Description: Counts all outcomes with the specified name and record status.
Sterotype: ns
SQL
SELECT
  COUNT (*)
INTO
  :recordCount 
FROM
  Outcome 
WHERE name = :name 
  AND recordStatus = :recordStatus