Operation Details
Description: Searches for a Rate Row record by the Rate RowType, returns a count.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :rowCount 
FROM
  RateRow 
WHERE rateRowType = :rateRowType 
  AND rateHeaderID = :rateHeaderID