WSRP Consumer registration stores information about which portlets a particular consumer is using, what its registration context and data are, etc.(WSRP - Web Service for Remote Portlets)
| Column Name | Column Datatype | Column Null Option | Column Comment |
| wsrp_reg_id | nvarchar(64) | not null | A unique identifier for consumer registration. It is a generated uuid. |
| reg_context | nvarchar(64) | with null | A reference to the registration context id for this consumer |
| wsrp_reg_version | integer | with null | Represents the version of entity. Valid values are positive numbers. |
| wsrp_reg_data_id | nvarchar(64) | with null | A unique identifier for registration data. It is a generated uuid. |
| portal_instance_id | nvarchar(64) | with null | Id of the portal instance. |
Product Name: Portal r12
Table Type: Table