pears.NetOwnerTimesheetLists

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

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
  • database/functions/pears_netownertimesheetlists.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1