SVC_INBOUND_MSG_FILTERS

This table contains the details of all the filters which gets applied to any message received on the respective client application

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_INBOUND_MSG_FILTERS_PK

FILTER_ID

Columns

Name Datatype Length Precision Not-null Comments
FILTER_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
FILTER_TYPE_CD VARCHAR2 30 Yes This column contains the lookup code that indicates the filter type. POSSIBLE VALUES : Content, header, metadata, recipient, replyto, sender, subject, custom
FIELD_NAME VARCHAR2 64 This column contains the field name on which this filter is to be applied. In case of header/metadata : specifies the header name In case of custom filter : specifies the message part on which filter is to be applied .e.g AttachmentType or AttachmentMime
PATTERN VARCHAR2 400 This column contains Value of the filter which gets applied to the client application. Specifies the pattern of the filter
ACTION_CD VARCHAR2 30 Yes This column contains the lookup code that indicates the action that has to be taken on a filter Possible Values : ACCEPT, REJECT
ORDER_NUMBER NUMBER 18 This Column contains the order in which this filter has to be applied to the client.
DESCRIPTION VARCHAR2 400 This column contains a brief description about the filter
CUSTOM_FILTER_FLAG VARCHAR2 1 Yes This column indicates whether the filter is standard UMS filter or is user defined.
DELETED_FLAG VARCHAR2 1 Yes This column indicates whether the filter is logically deleted or not
CLIENT_APPLICATION_NAME VARCHAR2 64 This column contains the Client application name for which this filter gets applied
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
SVC_INBOUND_MSG_FILTERS_N1 Non Unique Default CUSTOM_FILTER_FLAG, DELETED_FLAG
SVC_INBOUND_MSG_FILTERS_N2 Non Unique Default DELETED_FLAG
SVC_INBOUND_MSG_FILTERS_PK Unique Default FILTER_ID