Operation Details
Description: Method will return the number of concern role address with a given address ID.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  ConcernRoleAddress 
WHERE ConcernRoleAddress.addressID = :addressID