ZCA_UNDELIVERED_SIGNAL_OBJECTS

zca_undelivered_signal_objects: This table records the undelivered signals at the Object, Object Id and Event level.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_UNDELIVERED_SIGNAL_OBJ_PK

ZCA_UNDELIVERED_SIGNAL_OBJ_ID

Columns

Name Datatype Length Precision Not-null Comments
ZCA_UNDELIVERED_SIGNAL_OBJ_ID NUMBER 18 Yes Auto generated PK
ZCA_UNDELIVERED_SIGNALS_ID NUMBER 18 Yes FK from ZCA_UNDELIVERED_SIGNALS
OBJECT_TYPE VARCHAR2 128 Yes The name of the Object that owns the Signal definition. e.g. "Opportunity"
OBJECT_ID VARCHAR2 512 Yes Primary Key ID of Business Object that generated the Signal e.g. OptyId of original Object.
REL_OBJECT_TYPE VARCHAR2 128 The name of the related (child) Object that generated the Signal, if appropriate. e.g. "OpportunityResource"
REL_OBJECT_ID VARCHAR2 512 Primary Key ID of child (related) Object that generated the Signal only present for Signals generated for related Object link (e.g. OptyResourceId).
EVENT_TYPE VARCHAR2 30 Yes Type of the event e.g. ORA_CREATE
FAILURE_REASON VARCHAR2 1024 Yes Reason for the failure
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCA_UNDELIVERED_SIGNAL_OBJECTS zca_undelivered_signals ZCA_UNDELIVERED_SIGNALS_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_UNDELIVERED_SIGNAL_OBJ_UK1 Unique Default ZCA_UNDELIVERED_SIGNAL_OBJ_ID
ZCA_UNDELIVERED_SIGNAL_OBJ_UK2 Unique Default OBJECT_TYPE, OBJECT_ID, REL_OBJECT_TYPE, REL_OBJECT_ID, ZCA_UNDELIVERED_SIGNALS_ID