pears.TempVacancyShiftMatch2

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

CREATE FUNCTION "pears"."TempVacancyShiftMatch2"( IN @PersonID CHAR(20),IN @VacancyID CHAR(20) ) 
RETURNS CHAR(50)
BEGIN
  -- Not passed to TempVacancyShiftMatchOrder needs to be looked up, if used
  DECLARE "rv" CHAR(50);
  SET "rv" = NULL;
  RETURN "rv"
END
  • database/functions/pears_tempvacancyshiftmatch2.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1