PSC_APP_USRDFN_FILTER

This table stores the criteria detials defined by user for filter.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_APP_USRDFN_FILTER_PK

FILTER_ID

Columns

Name Datatype Length Precision Not-null Comments
FILTER_ID NUMBER 18 Yes Unique identifier for the search filter criteria
USER_ID VARCHAR2 64 Yes User's ID who own this search filter criteria
PROFILE_ID NUMBER 18 Yes User's profile ID for the search filter cirteria
COMP_ELEMENT_ID VARCHAR2 100 Yes The element ID value of the component on the page
NAME VARCHAR2 100 Yes The filter name entered by user for specific table cca
CRITERIA CLOB The filter criteria details in JSON string format
CRITERIA_SOURCE VARCHAR2 30 This flag is to distinguish whether the filter criteria is for Advanced Search or Filter Search.
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.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
PSC_APP_USRDFN_FILTER_PK Unique Default FILTER_ID
PSC_APP_USRDFN_FILTER_U1 Unique Default USER_ID, PROFILE_ID, COMP_ELEMENT_ID, NAME