Operation Details
Description: Returns the earliest decision date from all the appeal relationships associated with the given appeal.
Sterotype: ns
SQL
SELECT
  MIN(appealedDecisionDate)
INTO
  :decisionDate 
FROM
  AppealRelationship 
WHERE appealCaseID = :appealCaseID 
  AND statusCode = :statusCode