ZCA_KPI

This table represents the KPI Object.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

zca_kpi_PK

KPI_ID

Columns

Name Datatype Length Precision Not-null Comments
KPI_ID NUMBER 18 Yes System generated Primary Key identifier for this KPI.
KPI_NUMBER VARCHAR2 64 Yes PUID for this table.
KPI_STATUS_CODE VARCHAR2 30 Status of the KPI
KPI_NAME VARCHAR2 275 Yes Name of the KPI.
KPI_DESCRIPTION VARCHAR2 3000 KPI_DESCRIPTION
KPI_MODE VARCHAR2 40 KPI_MODE
KPI_OBJECT VARCHAR2 40 KPI_OBJECT
KPI_OBJECT_TABLENAME VARCHAR2 100 KPI_OBJECT_TABLENAME
KPI_CREDIT_RECIPIENT_COL VARCHAR2 100 KPI_CREDIT_RECIPIENT_COL
KPI_TIME_IDENTIFIER_COL VARCHAR2 100 KPI_TIME_IDENTIFIER_COL
KPI_LOGICAL_CONDITION VARCHAR2 4000 Logical Condition of the KPI.
KPI_RULE_CONDITION VARCHAR2 4000 Rule Json Condition of the KPI.
KPI_QUERY VARCHAR2 3000 KPI_QUERY
KPI_AGGREGATION VARCHAR2 200 KPI_AGGREGATION
KPI_IS_SEEDED VARCHAR2 20 KPI_IS_SEEDED
KPI_IS_RESOURCE_CONTEXT VARCHAR2 20 KPI_IS_RESOURCE_CONTEXT
KPI_UOM_CODE VARCHAR2 40 KPI_UOM_CODE
KPI_FACT_COL VARCHAR2 40 KPI_FACT_COL
KPI_FACT_CURRENCY_COL VARCHAR2 40 Column to hold the KPI Currency
KPI_FACT_COL_BITMAP VARCHAR2 40 KPI_FACT_COL_BITMAP
KPI_DML_TYPE VARCHAR2 40 KPI_DML_TYPE
KPI_CHANGED_ATTR VARCHAR2 275 KPI_CHANGED_ATTR
KPI_CHANGED_ATTR_BITMAP VARCHAR2 275 KPI_CHANGED_ATTR_BITMAP
KPI_CHANGED_ATTR_EXPECTED VARCHAR2 275 KPI_CHANGED_ATTR_EXPECTED
KPI_LAST_REFRESHED TIMESTAMP KPI_LAST_REFRESHED
KPI_CATEGORY_TYPE VARCHAR2 40 KPI Category Type
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
KPI_OBJECT_RECORD_ID_COL VARCHAR2 40 Primary Key attribute of the KPI_OBJECT
KPI_OBJECT_RECORD_NUM_COL VARCHAR2 40 KPI Object Record Number
KPI_CATEGORY_CODE_COL VARCHAR2 40 KPI CATEGORY CODE COL
KPI_X_OBJECT VARCHAR2 40 KPI Numerator Object. The object records included to calculate numerator value for the KPI
KPI_X_TIME_IDENTIFIER_COL VARCHAR2 100 KPI Numerator Date Filter. The Date filter used for calculating numerator value of the KPI
KPI_X_RULE_CONDITION VARCHAR2 4000 KPI Numerator Rule Condition. The JSON rule condition used for calculating numerator value of the KPI
KPI_X_QUERY VARCHAR2 3000 KPI Numerator Condition. The condition used for calculating numerator value of the KPI provided in ADF BC format
KPI_X_AGGREGATION VARCHAR2 200 KPI Numerator Calculation Type. The calculation type used for calculating numerator value of the KPI such as Sum or Count
KPI_X_FACT_COL VARCHAR2 40 KPI Numerator Sum of field. The field on source object used for calculating sum aggregation for KPI numerator value
KPI_X_FACT_CURRENCY_COL VARCHAR2 40 KPI Numerator Sum Currency. The currency field on source object used for calculating sum aggregation for KPI numerator value
KPI_X_UOM_CODE VARCHAR2 40 KPI Numerator UOM Code. The UOM Code for numerator value of the KPI
KPI_Y_OBJECT VARCHAR2 40 KPI Denominator Object. The object records included to calculate denominator value for the KPI
KPI_Y_TIME_IDENTIFIER_COL VARCHAR2 100 KPI Denominator Date Filter. The Date filter used for calculating denominator value of the KPI
KPI_Y_RULE_CONDITION VARCHAR2 4000 KPI Denominator Rule Condition. The JSON rule condition used for calculating denominator value of the KPI
KPI_Y_QUERY VARCHAR2 3000 KPI Denominator Condition. The condition used for calculating denominator value of the KPI provided in ADF BC format
KPI_Y_AGGREGATION VARCHAR2 200 KPI Denominator Calculation Type. The calculation type used for calculating denominator value of the KPI such as Sum or Count
KPI_Y_FACT_COL VARCHAR2 40 KPI Denominator Sum of field. The field on source object used for calculating sum aggregation for KPI denominator value
KPI_Y_FACT_CURRENCY_COL VARCHAR2 40 KPI Denominator Sum Currency. The currency field on source object used for calculating sum aggregation for KPI denominator value
KPI_Y_UOM_CODE VARCHAR2 40 KPI Denominator UOM Code. The UOM Code for denominator value of the KPI
KPI_HISTORY_ENABLED VARCHAR2 1 Yes Boolean Flag to check if KPI History is enabled
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.
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).
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
zca_kpi_history_metadata zca_kpi KPI_ID
zca_kpi_daily_values zca_kpi KPI_ID
zca_kpi_history zca_kpi KPI_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_KPI_F1 Non Unique Default KPI_OBJECT
ZCA_KPI_U1 Unique Default KPI_ID, ORA_SEED_SET1
ZCA_KPI_U11 Unique Default KPI_ID, ORA_SEED_SET2
ZCA_KPI_U2 Unique Default KPI_NAME, ORA_SEED_SET1
ZCA_KPI_U21 Unique Default KPI_NAME, ORA_SEED_SET2
ZCA_KPI_U3 Unique Default KPI_NUMBER, ORA_SEED_SET1
ZCA_KPI_U31 Unique Default KPI_NUMBER, ORA_SEED_SET2