====== pears.TempShiftChangeOfHoursAllowed ======
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"."TempShiftChangeOfHoursAllowed" IS
{create function TempShiftChangeOfHoursAllowed
(in shiftid char(20),in persid char(20),in vacid char(20), in timefrom time, in timeto time, in recoveryhours Integer)
returns long varchar
begin
declare rv long varchar;
set rv='';
return(rv)
end
}