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