ZSF_DS_METRIC_SRC

This table contains the source tables from which metrics will be computed in Sales Forecasting.

Details

  • Schema: FUSION

  • Object owner: ZSF

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZSF_DS_METRIC_SRC_PK

METRIC_SRC_CODE

Columns

Name Datatype Length Precision Not-null Comments
METRIC_SRC_CODE VARCHAR2 100 Yes Unique metric source that will be used to provide the data for the metric
SOURCE_TABLES VARCHAR2 4000 Yes Fusion Table from which the metric should be retrieved from the database.
SOURCE_CRITERIA VARCHAR2 4000 Yes Filter criteria that will be applied to the query constructed to retrieve this metric
METRIC_DIM1_CODE VARCHAR2 100 Yes Dimension Code of one of the registered dimensions for metrics rollups
METRIC_DIM1_COLUMN VARCHAR2 1000 Yes Column in the source table corresponding to dimension 1
METRIC_DIM2_CODE VARCHAR2 100 Dimension Code of one of the registered dimensions for metrics rollups
METRIC_DIM2_COLUMN VARCHAR2 1000 Column in the source table corresponding to dimension 2
METRIC_DIM3_CODE VARCHAR2 100 Dimension Code of one of the registered dimensions for metrics rollups
METRIC_DIM3_COLUMN VARCHAR2 1000 Column in the source table corresponding to dimension 3
METRIC_DIM4_CODE VARCHAR2 100 Dimension Code of one of the registered dimensions for metrics rollups
METRIC_DIM4_COLUMN VARCHAR2 1000 Column in the source table corresponding to dimension 4
METRIC_DIM5_CODE VARCHAR2 100 Dimension Code of one of the registered dimensions for metrics rollups
METRIC_DIM5_COLUMN VARCHAR2 1000 Column in the source table corresponding to dimension 5
METRIC_SRC_PK1 VARCHAR2 1000 This is the PK column of the first source table.
METRIC_SRC_OVN1 VARCHAR2 1000 This is the OVN column of the first source table.
METRIC_SRC_PK2 VARCHAR2 1000 This is the PK column of the second source table.
METRIC_SRC_OVN2 VARCHAR2 1000 This is the OVN column of the second source table.
METRIC_SRC_PK3 VARCHAR2 1000 This is the PK column of the third source table.
METRIC_SRC_OVN3 VARCHAR2 1000 This is the OVN column of the third source table.
REFERENCE_COLUMNS VARCHAR2 4000 List of additional columns to be included in the source query
OBJECT_PAYLOAD_ATTRS VARCHAR2 4000 Columns required to be returned in the payload when a signal is raised on the metric source object (eg., Opportunity).
CHANGE_ATTRS VARCHAR2 4000 Columns used to identify change in the metric source object (eg., Opportunity). These columns will be used to create signal definitions.
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.
CONFLICT_ID NUMBER 18 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).
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.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ZSF_DS_METRIC_SRC_PK Unique Default METRIC_SRC_CODE, ORA_SEED_SET1
ZSF_DS_METRIC_SRC_PK1 Unique Default METRIC_SRC_CODE, ORA_SEED_SET2