A joint table which specifies reasons for denying a
return merchandise authorization (RMA) item.
Note: There is no similar table for rejecting an RMA. If you
wish to reject an entire RMA, you must reject each RMA item
individually.
Column Descriptions:
Name | Type | Description |
RMAITEM_ID | BIGINT NOT NULL | The ID of the RMA item. |
RTNDNYRSN_ID | INTEGER NOT NULL | The ID of the reason to deny authorization for
the RMA. |
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> | RMAITEM_ID+RTNDNYRSN_ID | Primary Key |
I0001281 | RTNDNYRSN_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_706 | RMAITEM_ID | RMAITEM | RMAITEM_ID | Cascade |
F_707 | RTNDNYRSN_ID | RTNDNYRSN | RTNDNYRSN_ID | Cascade |