Operation Details
Description: Counts service suppliers by hearing ID and supplier link ID.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  HearingServiceSupplier 
WHERE HearingServiceSupplier.hearingID = :hearingID 
  AND HearingServiceSupplier.supplierLinkID = :supplierLinkID