====== pears.PersonTempColour ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."PersonTempColour"( in @PersonID char(20),in @TempDeskID char(20) )
returns integer
begin
declare "rv" integer;
set "rv" = null;
return "rv"
end