Operation Details
Description:  
Sterotype: ns
SQL
SELECT
  count(*)
INTO
  :numberOfRecords 
FROM
  Appellant,
  Appeal 
WHERE Appeal.caseID = :caseID 
  AND Appeal.appealID =Appellant.appealID 
  AND Appellant.toDate IS NULL