Operation Details
Description: Returns the count of concern roles for the given alternate ID.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  ConcernRoleAlternateID 
WHERE alternateID = :alternateID