SVC_STG_INTERACTIONS

Staging table used to store the records from SVC_INTERACTIONS that will be loaded incrementally. Purged on each aggregation run.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

SVC_STG_INTERACTIONS_PK

STG_INTERACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_INTERACTION_ID NUMBER 18 Yes Sequence number generated by sequence SVC_STG_INTERACTION_S
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
BATCH_ID NUMBER 18 Id indicating the parallel thread.
INTERACTION_ID NUMBER 18 Copy of SVC_INTERACTIONS.INTERACTION_ID.
INTERACTION_CREATION_DATE TIMESTAMP Copy of SVC_INTEARCTIONS.CREATION_DATE.
OWNER_RESOURCE_ID NUMBER 18 Copy of SVC_INTERACTIONS.OWNER_RESOURCE_ID.
CHANNEL_ID NUMBER 18 Copy of SVC_INTERACTIONS.CHANNEL_ID.
STRIPE_CD VARCHAR2 30 Stripe code, copy of SVC_INTERACTIONS.STRIPE_CD.

Indexes

Index Uniqueness Tablespace Columns
SVC_STG_INTERACTIONS_N1 Non Unique Default BATCH_ID
SVC_STG_INTERACTIONS_U2 Unique Default STG_INTERACTION_ID