pears.AccordERNITimesheet
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE FUNCTION "pears"."AccordERNITimesheet"( IN "tsid" CHAR(20),IN "tslineid" CHAR(20) ) RETURNS DOUBLE BEGIN DECLARE "rv" DOUBLE; SET "rv" = 0.0; RETURN("rv") END