ZSF_DS_METRIC_DIM_META

This table will store the metadata corresponding to the object and attributes required to construct a custom dimension.

Details

  • Schema: FUSION

  • Object owner: ZSF

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZSF_DS_METRIC_DIM_META_PK

METRIC_DIM_META_ID

Columns

Name Datatype Length Precision Not-null Comments
METRIC_DIM_META_ID NUMBER 18 Yes Unique identifier for metric dimension metadata.
METRIC_DIM_CODE VARCHAR2 100 Yes Uniquely identifies a metric dimension. This can be one of Resource Hierarchy, Territory Hierarchy, Product Hierarchy, Business Unit etc.
DIM_SOURCE_TYPE VARCHAR2 30 Yes The type of dimension source - whether it is based on a lookup or a standard object or a custom object.
DIM_SOURCE_NAME VARCHAR2 1000 Yes Based on the DIM_SOURCE_TYPE a corresponding value that helps identify the data source for the dimension.
DIM_SOURCE_FILTER_CRITERIA VARCHAR2 4000 Criteria that would be applied on the dimension source to restrict the data that gets fetched to create the dimension.
DIM_SOURCE_KEY_ATTR VARCHAR2 1000 Name of the attribute that is the unique identifier of the dimension source.
DIM_SOURCE_PARENT_KEY_ATTR VARCHAR2 1000 Name of the attribute that is the parent of a given dimension source instance.
DIM_SOURCE_NAME_ATTR VARCHAR2 1000 Name of the attribute that contains the name of a given dimension source instance.
DIM_SOURCE_OWNER_KEY_ATTR VARCHAR2 1000 Name of the attribute that contains the unique identifier of the owner of a given dimension source instance, provided this dimension represents a Participant.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ZSF_DS_METRIC_DIM_META_PK Unique Default METRIC_DIM_META_ID