This table stores denial reasons for return merchandise authorization (RMA) items. These are the reasons for which an RMA item was not automatically approved by the system.
Column Descriptions
Column Name
| Column Type
| Description |
RTNDNYRSN_ID
| INTEGER NOT NULL
| Generated unique key.
|
STOREENT_ID
| INTEGER NOT NULL
| Store Entity of the owner.
|
CODE
| CHAR(10) NOT NULL
| Code used to reference the denial reason across stores.
|
MARKFORDELETE
| INTEGER NOT NULL DEFAULT 0
| Indicates if this denial reason has been marked for deletion:
0 = No.
1 = Yes, this denial reason has been marked for deletion.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|