Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
CREATE FUNCTION "pears"."MailMergeSMTPCredentials"( IN "PersID" CHAR(20),IN "EmpID" CHAR(20),IN "VacID" CHAR(20),IN "PlacID" CHAR(20),IN "ProgID" CHAR(20) ) RETURNS CHAR(20) BEGIN DECLARE "rv" CHAR(20); RETURN "rv" END