Operation Details
Description: To retrieve the maritalStatus and dateOfBirth for a person.
Sterotype: ns
SQL
SELECT
  Person.maritalStatusCode,
  Person.dateOfBirth
INTO
  :maritalStatusCode,
  :dateOfBirth 
FROM
  Person 
WHERE Person.concernRoleID = :concernRoleID