ZCA_ROLLUP_SIGNALS

This table is used for translating rollup to signal artifacts.It will be seeded for the seeded rollup and values will be dynamically generated for the custom rollups.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_ROLLUP_SIGNALS_PK

SIGNAL_ARTIFACTS_ID

Columns

Name Datatype Length Not-null Comments
SIGNAL_ARTIFACTS_ID VARCHAR2 64 Yes This attribute is unique identifier for the table.
ROLLUP_ID VARCHAR2 64 Yes This is the foreign key to zca_rollups_b.
OBJECT_TYPE VARCHAR2 100 This is the object for which we generate a signal. It can be OOTB or Custom object for which rollup is enabled.
EVENT_TYPE VARCHAR2 100 This is the signal definition metadata for the header.Possible values for this event are Create, Update and Delete.
CONFIG_JSON CLOB This attribute stores the config JSON which is a Signal definition artifact storing all the details about the signal.This JSON is specific to this particular rollup and would be merged to the shared signal definition.
SHARED_SIGNAL_NAME VARCHAR2 100 This is the name of the shared signal for object (lead/opportunity )/Event type(Create/Update/Delete).Rollup shares signal within module.The common shared signal would be created using this name and all the rollups would merge the config json to that shared signal. This name is helpful in querying the signal definition and merging to it.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCA_ROLLUP_SIGNALS zca_rollups_b ROLLUP_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_ROLLUP_SIGNALS_PK1 Unique Default SIGNAL_ARTIFACTS_ID, ORA_SEED_SET1
ZCA_ROLLUP_SIGNALS_PK11 Unique Default SIGNAL_ARTIFACTS_ID, ORA_SEED_SET2