====== pears.GetNotifyClientEmail ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."GetNotifyClientEmail"( in "persid" char(20),in "vacid" char(20) )
returns long varchar
begin
declare "RVal" long varchar;
-- 1/more email address, can be edited later if switch on
return "RVal"
end