Operation Details
Description: Counts all planItems assigned to the specified sub goal.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :count 
FROM
  PlanTemplatePlanItem 
WHERE planTemplateSubGoalID = :planTemplateSubGoalID