Operation Details
Description: Reads the appeal SID references, the location security level, the appeal security ID and the version number. No argument is given, as there should only be one row in the entity.
Sterotype: ns
SQL
SELECT
  appealSecurityID,
  readSID,
  approveSID,
  createSID,
  maintainSID,
  approveDecisionSID,
  locationSecurityLevel,
  versionNo
INTO
  :appealSecurityID,
  :readSID,
  :approveSID,
  :createSID,
  :maintainSID,
  :approveDecisionSID,
  :locationSecurityLevel,
  :versionNo 
FROM
  AppealSecurity