Reserved for HCL internal use.
Column Descriptions:
| Name | Type | Description |
| FLOWDOMAIN_ID | BIGINT NOT NULL | Reserved for HCL internal use. |
| IDENTIFIER | VARCHAR (64) NOT NULL | Reserved for HCL internal use. |
| PRIORITY | INTEGER | Reserved for HCL internal use. |
| 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> | FLOWDOMAIN_ID | Primary Key |
| I0000105 | IDENTIFIER | Unique Index |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_320 | FLOWDOMAIN_ID | FLDOMNDESC | FLOWDOMAIN_ID | Cascade |
| F_330 | FLOWDOMAIN_ID | FLOWTYPE | FLOWDOMAIN_ID | Cascade |