MSC_MEASURE_DEPENDENCY

Measure dependency on other measures.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_MEASURE_DEPENDENCY_PK

MEASURE_ID, DEPENDENCY_TYPE, DEPENDENT_MEASURE_ID

Columns

Name Datatype Length Precision Not-null Comments
MEASURE_ID NUMBER 18 Yes Measure identifier.
DEPENDENCY_TYPE NUMBER 9 Yes 1:used in other measures expression, 2:serves as base measure of other measures (eg. goal, error expression)
DEPENDENT_MEASURE_ID NUMBER 18 Yes child measure that derives from this measure
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_MEASURE_DEPENDENCY msc_measures_b MEASURE_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_MEASURE_DEPENDENCY_U1 Unique FUSION_TS_TX_DATA MEASURE_ID, DEPENDENCY_TYPE, DEPENDENT_MEASURE_ID