ZSF_DS_QUOTA

This table contains the quotas allocated to the sales representative.

Details

  • Schema: FUSION

  • Object owner: ZSF

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZSF_DS_QUOTA_PK

DS_QUOTA_ID

Columns

Name Datatype Length Precision Not-null Comments
DS_QUOTA_ID NUMBER 18 Yes Unique identifier for the quota metric
DS_QUOTA_NUMBER VARCHAR2 30 Yes Public surrogate key for this table
METRIC_DIM1_KEY VARCHAR2 300 Yes Dimension 1 for which the quota is allocated
METRIC_DIM2_KEY VARCHAR2 300 Dimension 2 for which the quota is allocated
METRIC_DIM3_KEY VARCHAR2 300 Dimension 3 for which the quota is allocated
METRIC_DIM4_KEY VARCHAR2 300 Dimension 4 for which the quota is allocated
METRIC_DIM5_KEY VARCHAR2 300 Dimension 5 for which the quota is allocated
EFFECTIVE_DATE DATE Yes Date used to identify the period for which this quota is allocated
METRIC_CODE VARCHAR2 100 Yes Metric code associated to the quota
CORP_METRIC_VALUE NUMBER Yes Metric value in the corporate currency
METRIC_VALUE NUMBER Yes Metric value in the entered currency
CURRENCY_CODE VARCHAR2 3 Yes Currency code in which the metric is entered
CURRENCY_CONV_RATE NUMBER Yes Currency conversion rate from entered currency to corporate currency
COMMENTS VARCHAR2 1000 Optional comments to describe the value entered
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
ZSF_DS_QUOTA_PK Unique ZSF_DS_QUOTA_PK DS_QUOTA_ID
ZSF_DS_QUOTA_U1 Unique ZSF_DS_QUOTA_U1 METRIC_DIM1_KEY, METRIC_DIM2_KEY, EFFECTIVE_DATE, METRIC_CODE
ZSF_DS_QUOTA_U2 Unique Default DS_QUOTA_NUMBER