ZCA_SIGNALS_ENTITY_CAPTURE

ZCA_SIGNALS_ENTITY_CAPTURE: This table stores information about entities that have been tagged as "Captured" for self-auditing functions.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_SIGNALS_ENTITY_CAPTURE_PK

SIGNAL_CAPTURE_ID

Columns

Name Datatype Length Precision Not-null Comments
SIGNAL_CAPTURE_ID NUMBER 18 Yes Primary Key
ENTITY_DEFINITION VARCHAR2 600 Yes Primary Entity Object Definition for the corresponding Viewobject.
OBJECT_ID VARCHAR2 512 Yes Primary Key of the Object on which signals was originally originated.
CORRELATION_ID VARCHAR2 256 Yes Unique ID shared by all Signal Events created from the same single transaction commit, derived from ECID.
EVENT_TYPE VARCHAR2 30 Yes Type of Event that generated the Signal (e.g. CREATE, UPDATE, DELETE) Will require new ORA_ZCA_SIGNAL_EVENT_TYPE "system" Lookup Type to be defined, with three values and associated description.
REQUESTING_USER VARCHAR2 64 Yes REQUESTING_USER
PAYLOAD CLOB It includes basic information like what is the source of Record creation like REST, UI or ESS.
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.
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
ZCA_SIGNALS_ENTITY_CAPTURE_N1 Non Unique Default CREATION_DATE, ENTITY_DEFINITION, OBJECT_ID, CORRELATION_ID
ZCA_SIGNALS_ENTITY_CAPTURE_PK Unique Default SIGNAL_CAPTURE_ID