====== pears.SocialCareRecipientVacancy ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."SocialCareRecipientVacancy"( in @recipientID char(20) )
returns long varchar
begin
declare "rv" long varchar;
-- shown on recipient vacancies view
set "rv" = '';
return "rv"
end