PPREFDEF

The PPREFDEF table captures the default privacy preference regulations for an institution. The privacy preference default settings apply to all parties within the system.

This table is used by the following domain.
Name Comment Datatype Null Option Is PK
PPREF_ID The Privacy Preference Record primary key. BIGINT Not Null Yes
PPREF_SEG_TP_CD The segment associated with the privacy preference record. BIGINT Null No
REGULATION_VALUE The privacy preference default regulation value which can be the name of the regulation. VARCHAR(255) Null No
DEFAULT_IND This is the indicator for the default privacy preference. CHAR(1) 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