pears.TempTimesheetSelfBill
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE FUNCTION "pears"."TempTimesheetSelfBill"( IN @TempTimeSheetID CHAR(20) ) RETURNS CHAR(250) BEGIN -- anything other than '' will block invoicing this timesheet silently RETURN '' END