PSC_COM_GRID_PERSONALIZE

This is table stores personalization information about PSCR grids (collection CCA & scroll view CCA). For a grid there can be one row per user (if personalized) and one row in common (if admin has enabled site level configuration).

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_COM_GRID_PERSONALIZE_PK

PERSONALIZATION_KEY

Columns

Name Datatype Length Precision Not-null Comments
PERSONALIZATION_KEY NUMBER 18 Yes System generated unique Key. Surrogate key to identify a particular row.
REGISTRY_ITEM VARCHAR2 100 Yes Technical name of the page and menu combination where the grid resides.
COMPONENT_ID VARCHAR2 200 Yes The component id specified for the grid to be personalized.
PERSONALIZATION_TYPE VARCHAR2 30 Yes Indicates if the configuration is a personalization or site level default.
CONFIGURATION CLOB The grid personalization data stored in json format.
AGENCY_ID NUMBER 18 Yes This column is used to indicate agency id.
GRID_TITLE VARCHAR2 250 The title of the grid for which personalization is applied.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_GRID_PERSONALIZE_N1 Non Unique Default REGISTRY_ITEM, COMPONENT_ID
PSC_COM_GRID_PERSONALIZE_PK Unique Default PERSONALIZATION_KEY