Operation Details
Description: This method returns a list of records relating to a given username.
Sterotype: nsmulti
SQL
SELECT
  linkID,
  userName,
  participantRoleID,
  extUserPartRelType,
  versionNo 
INTO
  :linkID,
  :userName,
  :participantRoleID,
  :extUserPartRelType,
  :versionNo 
FROM
  ExternalUserParticipantLink 
WHERE userName = :userName