Operation Details
Description: Counts the number of planned groups with the name specified and id
Sterotype: ns
SQL
SELECT
  COUNT (*)
INTO
  :numberOfRecords 
FROM
  PlannedGroup 
WHERE name = :name 
  AND plannedGroupID = :plannedGroupID