CSO_STG_PAGING

This is the comment for the table CSO_STG_PAGING.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_STG_PAGING_PK

CSO_STG_PAGING_ID

Columns

Name Datatype Length Not-null Comments
CREATED TIMESTAMP This is the time the event occurred.
CREATED_STR VARCHAR2 8 Yes Time the event occurred in 'YYYYMMDD' string format.
CSO_STG_PAGING_ID NUMBER Yes Unique ID of the row inserted in the database.
PAGE_NUM NUMBER The page number associated with this response.
PAGING_TXN NUMBER Yes Unique ID within the question per user session.
QUERY_ORIGIN VARCHAR2 255 The description from which user questions were asked.
QUESTION_TXN_REF NUMBER Yes This is the ID of a search question.
REFERER VARCHAR2 255 This is the reference site or URL being linked from
SESSION_REF VARCHAR2 64 Yes A unique global ID to capture all work done by a user across various applications for a given session.
SESSION_USER_REF VARCHAR2 64 The user associated with the session.

Indexes

Index Uniqueness Columns
CSO_STG_PAGING_U1 Unique CSO_STG_PAGING_ID
CSO_STG_PAGING_N1 Non Unique QUESTION_TXN_REF, SESSION_REF