====== pears.ConsentOptionChangeAllowed ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."ConsentOptionChangeAllowed" IS
{create function ConsentOptionChangeAllowed
(in PersID char(20), in CTypeID char(20), in OldConsentTypeOptionID char(20),
in NewConsentTypeOptionID char(20) )
returns long varchar
begin
-- if not allowed return reason, change will be blocked
end
}