pears.EntitySpeciality

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

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
  • database/functions/pears_entityspeciality.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1