====== pears.GetTempRateCustom ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."GetTempRateCustom"(
in "PayOrCharge" char(1),in "PlacOrVac" char(1),in "ID" char(20) )
returns double
begin
return null
end