Operation Details |
Description: | Counts the number of records corresponding to the specified attachment ID and record status. |
Sterotype: | ns |
SQL |
SELECT COUNT (*) INTO :numberOfRecords FROM VerificationAttachmentLink WHERE AttachmentID = :attachmentID AND RecordStatus = :recordStatus |