Operation Details
Description: Searches for Rate cell records by rate column id return the RateCell id and blankCell indicator of the rate cell record.
Sterotype: nsmulti
SQL
SELECT
  rateCellID,
  blankCellInd
INTO
  :rateCellID,
  :blankCellInd 
FROM
  RateCell 
WHERE rateColumnID = :rateColumnID