This table holds the relationships between order return items and
justifications.
Column Descriptions:
Name |
Type |
Description |
ORDRETURNITEM_ID |
BIGINT NOT NULL |
The unique identifier of the order return item. |
ORDJUST_ID |
INTEGER NOT NULL |
The unique identifier of the justification. |
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 |
P_ORDRTNITMJUSTREL |
P_ORDRTNITMJUSTREL |
Primary Key |
Constrained By Parent Tables:
Constraint |
Columns |
Parent Table |
Parent Columns |
Type |
F_ORDRTNITMJUSTREL_ORDJUST_ID |
ORDJUST_ID |
ORDJUST |
ORDJUST_ID |
Cascade |
F_ORDRTNITMJUSTREL_ORDRETURNITEM_ID |
ORDRETURNITEM_ID |
ORDRETURNITEM |
ORDRETURNITEM_ID |
Cascade |