l_note_type
6 rows
| note_type | description | object_tag |
|---|---|---|
| ALL | All Note Types | |
| CN | Compliance Notes | |
| IO | Information Officer | |
| OCN | Office Case Notes (General Casehandling) | |
| OMN | Office Management Notes (CaseManagement) | |
| OP | Division of Operations Notes |
Table schema
CREATE TABLE l_note_type(note_type VARCHAR, description VARCHAR, object_tag BIGINT);