====== pears.TempShiftConfirmationChange ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create procedure "pears"."TempShiftConfirmationChange"( in "shiftid" char(20),in "vacid" char(20),in "persid" char(20),in "sdate" date,in "cconfirm" integer,in "tconfirm" integer ) begin -- Actual content of procedure will vary depending on desired placement behaviour -- Can call EnsurePlacementForShift(shiftid,vacid,persid,sdate) -- Called by insert and confirm triggers end