====== pears.ConsentOptionChangeAllowed ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."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