====== pears.CVSendAllowed ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."CVSendAllowed"(
in @personid char(20),in @contacteventid char(20),in @progressid char(20) )
returns long varchar
begin
declare @RV long varchar;
return(@RV)
end