pears.ComplianceDocumentSigned

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

Original SQL

CREATE PROCEDURE "pears"."ComplianceDocumentSigned"( 
  IN "pOLEDocumentID" CHAR(20) ) 
BEGIN
END
GO
 
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."ComplianceDocumentSigned" IS 
{CREATE PROCEDURE ComplianceDocumentSigned 
(IN pOLEDocumentID CHAR(20))
BEGIN
END
}