pears.psHealthCanSendVacancy

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

Original SQL

CREATE FUNCTION "pears"."psHealthCanSendVacancy"( 
  IN "vacid" CHAR(20) ) 
RETURNS SMALLINT
BEGIN
  -- check divisions, status etc
  -- 1 to send, anything else won't
  RETURN 1
END