Operation Details
Description: This method counts the no of printed records for a particular communicationID.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :noOfPrintedRecords 
FROM
  PrintedCommunicationDetails 
WHERE communicationID = :communicationID