Operation Details
Description: Searches all unique fiscal year names by the given record status.
Sterotype: nsmulti
SQL
SELECT DISTINCT 
  yearName
INTO 
  :yearName
FROM 
  FiscalYear 
WHERE recordStatus = :recordStatus 
ORDER BY yearName