====== pears.NetProduceComplianceView ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create procedure "pears"."NetProduceComplianceView"( in @instanceid char(20) )
begin
-- Headings for compliance groups put in here
-- Populate ComplianceViewHTML
end
go
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NetProduceComplianceView" IS
{create PROCEDURE pears."NetProduceComplianceView"(in @instanceid char(20))
begin
-- Headings for compliance groups put in here
-- Populate ComplianceViewHTML
end
}