====== pears.personrecordupdated ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create procedure "pears"."personrecordupdated"( /* Application Maintained Function / Procedure - DO NOT EDIT*/ in "pid" char(20) ) begin update "person" set "changedate" = current timestamp where "personid" = "pid" end go COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."personrecordupdated" IS {create procedure personrecordupdated /* Application Maintained Function / Procedure - DO NOT EDIT*/ (in pid char(20)) begin update person set changedate=current timestamp where personid=pid end }