PRODUCTEQUIV

The PRODUCTEQUIV table stores information about how a product is identified in a different system.

This table is used by the following domain.
Name Comment Datatype Null Option Is PK
PRODUCT_EQUIV_ID A unique, system-generated key that identifies a product equivalence in the system. BIGINT Not Null Yes
PRODUCT_ID The product represented by the product equivalence. BIGINT Not Null No
ADMIN_SYS_TP_CD Uniquely identifies the administrative source system for a contract. Examples include Ingenium, Alltel, Huon, and so forth. BIGINT Not Null No
PRODUCT_EQUIV_KEY A representation of the full key concatenated and formatted. VARCHAR(160) Null No
KEY_1 First part of the key. VARCHAR(30) Not Null No
KEY_2 Second part of the key. VARCHAR(30) Null No
KEY_3 Third part of the key. VARCHAR(30) Null No
KEY_4 Fourth part of the key. VARCHAR(30) Null No
KEY_5 Fifth part of the key. VARCHAR(30) Null No
LAST_UPDATE_DT When a record is added or updated, this field is updated with the date and time. On subsequent updates, the system uses this information to ensure that the update request includes a matching date and time on this field; if it does not, the update fails. TIMESTAMP Not Null No
LAST_UPDATE_USER The ID of the user who last updated the data. VARCHAR(20) Null No
LAST_UPDATE_TX_ID A unique, system-generated key that identifies the specific transaction within the log system that either created, updated, or deleted the data row. BIGINT Null No