Operation Details
Description: Returns a list of all LocationFacility codes in the codetable.
Sterotype: nsmulti
SQL
SELECT
  code
INTO
  :typeCode 
FROM
  codetableitem 
WHERE tableName = :tablename 
ORDER BY description