MSC_AGGR_PROFILE_MEASURES

This table is used to store the measures list for which the data aggregation is done at profile levels.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_AGGR_PROFILE_MEASURES_PK

PROFILE_ID, MEASURE_ID

Columns

Name Datatype Length Precision Not-null Comments
PROFILE_ID NUMBER 18 Yes This value indicates the Profile Identifier for the record.
MEASURE_ID NUMBER Yes Identifier for the measures in the profile.
LAST_AGGREGATE_RUN TIMESTAMP Indicates the date and time of the last aggregation process run for the profile and measure. Updated at the end of aggregation process run.
LAST_REFRESH_NUMBER NUMBER This column stores the latest refresh number value from where measure value is picked for a profile.
DELETED_FLAG NUMBER 1 This flag indicates whether measure is deleted for profile. 1-True; 2-False.
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.

Indexes

Index Uniqueness Tablespace Columns
MSC_AGGR_PROFILE_MEASURES_U1 Unique Default PROFILE_ID, MEASURE_ID