pears.EntitySpeciality
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE FUNCTION "pears"."EntitySpeciality"( IN "VacID" CHAR(20),IN "PersID" CHAR(20),IN "PlacID" CHAR(20),IN "ShiftID" CHAR(20) ) RETURNS CHAR(4) BEGIN DECLARE "rv" CHAR(4); -- Speciality for AWR SET "rv" = NULL; RETURN "rv" END