Defines which DistributionArrangements have access
to received inventory.
Column Descriptions:
Name | Type | Description |
RCPTAVAIL_ID | BIGINT NOT NULL | Unique identifier. |
DISTARRANG_ID | BIGINT NOT NULL | Indicates the DistributionArrangement under which
this receipt is available. |
RECEIPT_ID | BIGINT NOT NULL | Indicates which receipt is available under the
DistributionArrangement. |
PRECEDENCE | INTEGER | Represents the order in which inventory should be
picked. Picking starts with the lowest number first. |
LASTUPDATE | TIMESTAMP | Timestamp of last update. |
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 |
<SYSTEM-GENERATED> | RCPTAVAIL_ID | Primary Key |
I0000203 | DISTARRANG_ID+RECEIPT_ID | Unique Index |
I0000714 | RECEIPT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_658 | DISTARRANG_ID | DISTARRANG | DISTARRANG_ID | Cascade |
F_659 | RECEIPT_ID | RECEIPT | RECEIPT_ID | Cascade |