====== pears.TempTimesheetInvoice ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."TempTimesheetInvoice"( in @TempTimeSheetID char(20) ) returns char(250) begin -- anything other than '' will block invoicing this timesheet silently return '' end