Operation Details
Description: To retrieve the name and type for a participant role.
Sterotype: ns
SQL
SELECT
  ConcernRole.concernRoleName,
  ConcernRole.concernRoleType
INTO
  :concernRoleName,
  :concernRoleType 
FROM
  ConcernRole 
WHERE ConcernRole.concernRoleID = :concernRoleID