====== pears.TempShiftMatchSkillDescription ======
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"."TempShiftMatchSkillDescription" IS
{create function TempShiftMatchSkillDescription( in "planid" char(20) )
returns char(200)
begin
declare "rv" char(200);
set "rv" = (select "referencecode" from "tempshiftplan" where "tempshiftplanid" = "planid");
return("rv")
end
}