====== 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