ZSO_SHARE_DOC_SIGNAL_SCORES

This table is used to collect different categories of Scores for Share Documents, which may be sourced through counts, aggregations, analytic analysis or third-party plugins.

Details

  • Schema: FUSION

  • Object owner: ZSO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZSO_SHARE_DOC_SIGNAL_SCO_PK

SHARE_DOC_SIGNAL_SCORES_ID

Columns

Name Datatype Length Precision Not-null Comments
SHARE_DOC_SIGNAL_SCORES_ID NUMBER 18 Yes ID column: the uniquely identifying surrogate key value.
SHARE_DOC_ID VARCHAR2 64 The Share Document for the signal score.
SIGNAL_SCORE_CATEGORY_CODE VARCHAR2 30 Yes Signal category for which the score is calculated.
SIGNAL_SCORE NUMBER Yes Score for the given signal category - in order to support the possibility of scores that are floating point as well as integers, the column is defined with no precision and no scale.
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.
SHARE_DOC_REVISION VARCHAR2 64 Revision of the document that generated this signal.
PAGE_SEQUENCE_NUM NUMBER Page sequence number that generated the signal if the signal was generated from a 'slide' vs. a 'presentation'.
SIGNAL_SUBJECT_TYPE_CODE VARCHAR2 30 Code that indicates what type of fusion entity is associated with this signal.
SIGNAL_SUBJECT_IDENTIFIER VARCHAR2 1000 'polymorphic' fk id for fusion entity associated with the signal score.
USER_PARTY_ID NUMBER 18 Optional value to allow aggregation of personalized Score values for individual users.

Foreign Keys

Table Foreign Table Foreign Key Column
ZSO_SHARE_DOC_SIGNAL_SCORES zso_share_docs SHARE_DOC_ID

Indexes

Index Uniqueness Tablespace Columns
ZSO_SHARE_DOC_SCORES_U1 Unique Default SHARE_DOC_SIGNAL_SCORES_ID
ZSO_SHARE_DOC_SCORES_U2 Unique Default SIGNAL_SCORE_CATEGORY_CODE, SHARE_DOC_ID, SHARE_DOC_REVISION, PAGE_SEQUENCE_NUM, SIGNAL_SUBJECT_TYPE_CODE, SIGNAL_SUBJECT_IDENTIFIER, USER_PARTY_ID