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 }