This table holds all of the possible types of
associations that can exist between CatalogObjects.
Column Descriptions:
Name | Type | Description |
MASSOCTYPE_ID | CHAR (32) NOT NULL | The Identifier of the association type. For
example, the type can be "X-SELL", "UPSELL", or "ACCESSORY". |
DESCRIPTION | VARCHAR (254) | A description of the association type. |
FIELD1 | INTEGER | Customizable. |
OID | VARCHAR (64) | Reserved for HCL internal use. |
FIELD2 | DECIMAL (20,5) | Customizable. |
FIELD3 | VARCHAR (254) | Customizable. |
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> | MASSOCTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_430 | MASSOCTYPE_ID | MASSOCCECE | MASSOCTYPE_ID | Cascade |
F_434 | MASSOCTYPE_ID | MASSOCGPGP | MASSOCTYPE_ID | Cascade |