Operation Details
Description: Counts the number of child groups for a planned group.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  PlannedGroup 
WHERE parentGroupID = :plannedGroupID