====== pears.AutoMatchAddShiftToQueue ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create procedure "pears"."AutoMatchAddShiftToQueue"( in @TempShiftPlanID char(20),in @ActionType char(20) ) begin insert into "AutoMatchShiftQueue"( "TempshiftPlanID","ActionType" ) values( @TempShiftPlanID,@ActionType ) end go COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."AutoMatchAddShiftToQueue" IS {create procedure pears."AutoMatchAddShiftToQueue" (IN @TempShiftPlanID char(20), in @ActionType char(20) ) begin insert into "AutoMatchShiftQueue"( "TempshiftPlanID","ActionType" ) values( @TempShiftPlanID,@ActionType ) end }