Operation Details
Description: Returns the appeal SID references, the appeal security ID and the location security level. There is no argument, as there should be only 1 row in the entity.
Sterotype: ns
SQL
SELECT
  readSID,
  approveSID,
  createSID,
  maintainSID,
  approveDecisionSID,
  locationSecurityLevel
INTO
  :readSID,
  :approveSID,
  :createSID,
  :maintainSID,
  :approveDecisionSID,
  :locationSecurityLevel 
FROM
  AppealSecurity