Operation Details
Description: Reads the current employer for the person.
Sterotype: ns
SQL
SELECT
  Employer.concernRoleID,
  Employer.tradingName
INTO
  :employerConcernRoleID,
  :tradingName 
FROM
  Employment,
  Employer 
WHERE Employment.concernRoleID = :concernRoleID 
  AND Employment.status = :status 
  AND Employment.primaryCurrentInd = :primaryCurrentInd 
  AND Employer.concernRoleID = Employment.employerConcernRoleID