RMAITEMSERIAL

This table is used to track return serial numbers.

Column Descriptions:

NameTypeDescription
RMAITEMSERIAL_IDBIGINT NOT NULLThe generated RMA items serial number identifier.
RMAITEM_IDBIGINT NOT NULLThe identifier of the return item associated with this serial number.
RMAITEMCMP_IDBIGINTThe identifier of the component of a configured RMAITEM associated with this serial number.
SERIALNUMBERVARCHAR (128)The string representation of the serial number.
QUANTITYDOUBLE NOT NULLThe quantity of the RMA item.
RECEIVEDQUANTITYDOUBLE NOT NULLThe received quantity of the RMA item.
CREATION_TIMESTAMPTIMESTAMP NOT NULLTime when the confirmation was recorded.
LASTUPDATETIMESTAMP NOT NULLTime when last update.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>RMAITEMSERIAL_IDPrimary Key
I0000976RMAITEM_ID+RMAITEMCMP_IDNon-Unique Index
I0000977SERIALNUMBERNon-Unique Index
I0001283RMAITEMCMP_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3471RMAITEM_IDRMAITEMRMAITEM_IDCascade
F_3472RMAITEMCMP_IDRMAITEMCMPRMAITEMCMP_IDCascade