pears.NetOwnerTimesheetLists

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"."NetOwnerTimesheetLists" IS 
{CREATE FUNCTION pears."NetOwnerTimesheetLists"( IN "WebUser" CHAR(20),IN "ListType" CHAR(23) ) 
RETURNS long VARCHAR
BEGIN
  DECLARE "rv" long VARCHAR;
  SELECT "list"("string"('<option value="',"ObjectID",'">',"ObjectName"),'</option>' ORDER BY "ObjectName" ASC) INTO "rv" FROM "NetOwnerTreeSource"("WebUser","ListType");
  RETURN "rv"
END
}