Operation Details
Description: Count the number of plan groups that share the same name as the one provided
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :count 
FROM
  PlanTemplatePlanGroup 
WHERE name = :name 
  AND planTemplateID = :planTemplateID