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