ZCA_KPI_TRANSACTIONS

Designed to capture and maintain qualifying object changes that contribute to Key Performance Indicator(KPI).

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_KPI_TRANSACTIONS_PK

KPI_TXN_ID

Columns

Name Datatype Length Precision Not-null Comments
KPI_TXN_ID NUMBER 18 Yes KPI_TXN_ID
KPI_ID NUMBER 18 KPI_ID
KPI_OBJ_REC_ID NUMBER 18 KPI_OBJ_REC_ID
CREDIT_RECIPIENT_RESOURCE_ID NUMBER 18 CREDIT_RECIPIENT_RESOURCE_ID
KPI_TXN_TIME TIMESTAMP KPI_TXN_TIME
KPI_CATEGORY_CD VARCHAR2 80 KPI_CATEGORY_CD
KPI_CATEGORY_NAME VARCHAR2 80 KPI_CATEGORY_NAME
KPI_VALUE NUMBER KPI_VALUE
SPLIT_CATEGORY VARCHAR2 30 SPLIT_CATEGORY
KPI_OBJ_LAST_UPDATE_DATE TIMESTAMP Indicates the last update timestamp of the base object
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.
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).

Indexes

Index Uniqueness Tablespace Columns
ZCA_KPI_TRANSACTIONS_U1 Unique Default KPI_TXN_ID
ZCA_KPI_TRANSACTIONS_U2 Unique Default KPI_ID, KPI_OBJ_REC_ID, SPLIT_CATEGORY