This table holds the information about the types of
business objects that are configured to have attachments. For
example, attachments can be associated to CATALOG, CATGROUP, and
CATENTRY business objects.
Column Descriptions:
Name | Type | Description |
ATCHOBJTYP_ID | INTEGER NOT NULL | The primary key of the attachment object
type. |
IDENTIFIER | CHAR (32) NOT NULL | The identifier of the attachment object type. For
example, CATALOG is used to represent that the object type in an
attachment relationship is of type Catalog. |
SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | The sequence number. |
DESCRIPTION | VARCHAR (254) | The administrative description for the attachment
object type. |
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> | ATCHOBJTYP_ID | Primary Key |
I0000853 | IDENTIFIER | Unique Index |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1113 | ATCHOBJTYP_ID | ATCHREL | ATCHOBJTYP_ID | Cascade |