WebSphere Commerce database table: RMAIADJCRD

This table stores return merchandise authorization (RMA) item adjustment credits. These are the portion of an order item adjustment that is to be refunded to the buyer.


Column Description(s):
Column NameColumn TypeDescription
RMAIADJCRD_ID BIGINT NOT NULL Generated unique key.
RMAITEM_ID BIGINT NOT NULL The RMA item for which the credit applies.
ORDADJUST_ID BIGINT NOT NULL The order adjustment that is being credited.
AMOUNT DECIMAL (20,5) NOT NULL DEFAULT 0 Amount of the RMA item adjustment credit.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031306370 RMAIADJCRD_ID Primary Key
I0000214 RMAITEM_ID Non-Unique Index
I0000746 ORDADJUST_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_704 ORDADJUST_ID ORDADJUST ORDADJUST_ID Cascade
F_705 RMAITEM_ID RMAITEM RMAITEM_ID Cascade

Feedback