This table contains the entries for scheduled
orders.
Column Descriptions:
| Name | Type | Description |
| ORDERS_ID | BIGINT NOT NULL | Scheduled order ID. |
| JOB_RN | BIGINT NOT NULL | Scheduled job reference number. |
| OPTCOUNTER | SMALLINT | 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 |
| I0000227 | JOB_RN | Unique Index |
| I0000761 | ORDERS_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_739 | JOB_RN | SCHCONFIG | SCCJOBREFNUM | Cascade |
| F_740 | ORDERS_ID | ORDERS | ORDERS_ID | Cascade |