CN_TP_FDI_CUST_SEARCH_PARAMS

This table stores the parameters and its values used in transaction search in Manage Transaction Page. These parameters and its values are used during ADFdi Import.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CN_TP_FDI_CUST_SEARCH_PAR_PK

SEARCH_PARAM_ID

Columns

Name Datatype Length Precision Not-null Comments
SEARCH_PARAM_ID NUMBER Yes Generated from sequence
SEARCH_GROUP_ID NUMBER Yes A group of Criteria stored under a single Search Group id.
PARAM_TYPE VARCHAR2 20 Describes this is a DFF attribute or normal criteria attribute.
CRITERIA_NAME VARCHAR2 30 Name of the view criteria attribute.
CRITERIA_OPERATOR VARCHAR2 20 Operation on this View Criteria
CRITERIA_DATA_TYPE VARCHAR2 20 Data Type of the criteria value/s
CRITERIA_VALUE1 VARCHAR2 2000 criteria value ,can be a number stored as String or normal string.
CRITERIA_VALUE2 VARCHAR2 2000 criteria value ,can be a number stored as String or normal string.
CRITERIA_DATE_VALUE1 DATE criteria value date1 .
CRITERIA_DATE_VALUE2 DATE criteria value will be used when we have between operation
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.
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_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.

Indexes

Index Uniqueness Tablespace Columns
CN_TP_FDI_CUST_SERH_PRM_U1 Unique Default SEARCH_PARAM_ID