This table contains the assignment of
classification codes to CatalogEntries.
Column Descriptions:
Name | Type | Description |
CATENTRY_ID | BIGINT NOT NULL | The reference number of the CatalogEntry. |
DOMAIN | CHAR (32) NOT NULL | Classification domain used to assign a code. One
such example is UNSPSC classification system. |
CODE | CHAR (16) NOT NULL | Classification code assigned under a particular
classification domain. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | CATENTRY_ID+DOMAIN | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_186 | CATENTRY_ID | CATENTRY | CATENTRY_ID | Cascade |