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