Operation Details
Description: Counts the number of sub goals that have the specified reference number.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numSubGoals 
FROM
  SubGoal 
WHERE SubGoal.subGoalReference = :subGoalReference