Operation Details
Description: Returns the count of Paymentcorrectionevidence records that have a given relatedCaseID and Reassessement type
Sterotype: ns
SQL
SELECT COUNT (*)

INTO :count

FROM PAYMENTCORRECTIONEVIDENCE

WHERE 
RELATEDCASEID=:relatedCaseID
 AND REASSESSMENTRESULTTYPE=:reassessmentResultType