====== pears.TempContractTemplates ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create procedure "pears"."TempContractTemplates"( in "ProgID" char(20) )
result( "templateid" char(20) )
begin
-- result is used in IN clause
select "templateid" from "templatestore"
end