ZCA_FEED_PURGE_CONFIG_ATTRS

This table stores the configurations details and its value as provided by user and act as a child of zca_feed_common_configs table.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_FEED_PURGE_CONFIG_ATTRS_PK

PURGE_CONFIG_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
PURGE_CONFIG_ATTR_ID VARCHAR2 64 Yes Auto generated primary key of the table.
ATTRIBUTE_DATA_TYPE VARCHAR2 64 Yes Data type of the purge filter attribute
FEED_TYPE VARCHAR2 64 Yes Feed object type eg: Lead
EVENT_OBJ_NAME VARCHAR2 64 Yes Related object name of the parent object Eg Note
PARENT_OBJ_NAME VARCHAR2 64 Parent object name of the feed type Eg Appointment
ATTRIBUTE_NAME VARCHAR2 100 Yes Purge filter attribute name Eg : Status
ATTRIBUTE_VALUE VARCHAR2 2000 Yes Purge filter attribute value Eg: Won
PURGE_CONDITION VARCHAR2 64 Yes Purge criteria filter condition . Default value AND
SEQUENCE VARCHAR2 64 Order of the filter conditions
OPERATOR VARCHAR2 64 Yes Operator for the purge attributes eg: IN
ENABLE_FOR_PURGE_FLAG VARCHAR2 1 Yes Flag for the filter attribute to be considered for the purge filter criteria
MANDATORY_FLAG VARCHAR2 1 Flag to make an purge filter attribute as mandatory
VISIBLE_FLAG VARCHAR2 1 Flag to make an purge filter attribute to be visible in UI
READ_ONLY_FLAG VARCHAR2 1 Flag to make an purge filter attribute as non editable
DESCRIPTION VARCHAR2 255 Description for the attribute
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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
ZCA_FEED_PURGE_CONFIG_ATTR_U1 Unique Default PURGE_CONFIG_ATTR_ID