====== pears.OutgoingSMSCETypes ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create procedure "pears"."OutgoingSMSCETypes"( in "divid" char(20) ) result( "CE" char(100) ) begin end go COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."OutgoingSMSCETypes" IS {create procedure OutgoingSMSCETypes(in divid char(20)) result (CE char(100)) begin end }