CSO_STG_ARTICLE_VIEWS

Staging table to be populated from svc_req_action_capture

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_STG_ARTICLE_VIEWS_PK

ARTICLE_VIEWS_ID

Columns

Name Datatype Length Precision Not-null Comments
ARTICLE_VIEWS_ID NUMBER 18 Yes Primary key of the table. Populated by sequence number.
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.
QUERY_SOURCE VARCHAR2 100 The query source stores how the document was accessed.
INTERFACE_ID NUMBER 18 The unique ID for the interface. Will be used to identify an HR view from a Service view.
ANSWER_ID NUMBER A way to uniquely identify an article by locale ID and content ID.
CONTENT_ID VARCHAR2 32 This is the reference to the article in the CSO_CONTENT table.
CONTENT_VERSION_ID VARCHAR2 32 This is the reference to the article version in the CSO_CONTENT_TEXT table.
REQUEST_DATE TIMESTAMP Indicates the date and time of the creation of the row in the request action capture table.
DOCUMENT_ID VARCHAR2 50 This is the document ID of the article.
LOCALE_ID VARCHAR2 32 This is the reference to the locale in CSO_LOCALE table.
SESSION_ID VARCHAR2 200 The global session id that determines how long a user was logged in.
USER_ID NUMBER 18 This is the reference to the user in CSO_USER_INFORMATION table.

Indexes

Index Uniqueness Tablespace Columns
CSO_STG_ARTICLE_VIEWS_PK Unique Default ARTICLE_VIEWS_ID