====== pears.PersonBasedTimesheetCustomColumn ======
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"."PersonBasedTimesheetCustomColumn" IS
{create function PersonBasedTimesheetCustomColumn
(in RecordType char(2), in RecordID char(20), in colNo TinyInt)
returns char(100)
begin
-- RecordType C=Caption, D=Data, L=Location, RecordID only valid for Data, max 3 columns
return null
end
}