====== pears.GetShiftIndicatorColour ====== 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"."GetShiftIndicatorColour" IS {create function GetShiftIndicatorColour (in sid char(20),in ddate date ) returns Integer begin -- Return 0 to indicate that colour choice is to be ignored return 0; end }