CDREGULATIONTP
The CDREGULATIONTP table defines the regulations that can apply to the processing purposes, such as the EU General Data Protection Regulation (GDPR).
This table is used by the following domain: Party Domain
Field | Description | Data Type | Null Option | Is PK |
---|---|---|---|---|
LANG_TP_CD | The language of the regulation type. | BIGINT | Not null | Yes |
REGULATION_TP_CD | The ID of the regulation type. | BIGINT | Not null | Yes |
NAME | The name of the regulation type. | VARCHAR(120) | Not null | No |
DESCRIPTION | The description of the regulation type. | VARCHAR(250) | Null | No |
URL | The URL of the regulation type. | VARCHAR(4000) | Null | No |
EXPIRY_DT | The date and time when the regulation type expires. | TIMESTAMP | Null | No |
LAST_UPDATE_USER | The name of the user who last updated the regulation type. | VARCHAR(20) | Null | No |
LAST_UPDATE_DT | The time stamp of the last update. | TIMESTAMP | Not null | No |