Operation Details
Description: Searches for all Rate Cell records by Rate Row and returns Rate Cell ID.
Sterotype: nsmulti
SQL
SELECT
  rateCellID
INTO
  :rateCellID 
FROM
  RateCell 
WHERE rateRowID = :rateRowID