Operation Details
Description: Counts number of planned goals based on a case identifier.
Sterotype: ns
SQL
SELECT
  COUNT (*)
INTO
  :recordCount 
FROM
  PlannedGoal 
WHERE caseID = :caseID