Reserved for HCL internal use.
Column Descriptions:
Name | Type | Description |
ALCHRFNBR | INTEGER NOT NULL | Reserved for HCL internal use. |
ALCHORRFNBR | INTEGER | Reserved for HCL internal use. |
ALCHOIRFNBR | INTEGER | Reserved for HCL internal use. |
ALCHTYPE | CHAR (4) NOT NULL | Reserved for HCL internal use. |
ALCHAMT | DECIMAL (20,5) | Reserved for HCL internal use. |
ALCHCUR | CHAR (10) | Reserved for HCL internal use. |
ALCHPERT | DECIMAL (20,5) | Reserved for HCL internal use. |
ALCHCALCODE | CHAR (2) | Reserved for HCL internal use. |
ALCHDES | VARCHAR (80) | Reserved for HCL internal use. |
ALCHFIELD1 | VARCHAR (30) | Reserved for HCL internal use. |
ALCHFIELD2 | VARCHAR (30) | Reserved for HCL internal use. |
ALCHFIELD3 | VARCHAR (30) | Reserved for HCL internal use. |
ORDERS_ID | BIGINT | 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> | ALCHRFNBR | Primary Key |
I0000450 | ORDERS_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_60 | ORDERS_ID | ORDERS | ORDERS_ID | Cascade |