pears.TempTimesheetCompleteWarning

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"."TempTimesheetCompleteWarning" IS 
{CREATE FUNCTION TempTimesheetCompleteWarning 
(IN @TempTimeSheetID CHAR(20))
RETURNS CHAR(250)
BEGIN
  RETURN NULL
END
}