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
}