MSC_AGGR_PROF_MEMBERS_MAP
This table is used to store the mapping of dummy members to actual members.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_AGGR_PROF_MEMBERS_MAP_PK |
PROFILE_ID, LEVEL_ID, MEMBER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PROFILE_ID | NUMBER | 18 | Yes | This value indicates the Profile identifier for the record. | |
LEVEL_ID | NUMBER | 18 | Yes | This value indicates the Level identifier for the actual members. | |
MEMBER_ID | NUMBER | 18 | Yes | Stores the actual Level member identifier. | |
PROFILE_MEMBER_ID | NUMBER | 18 | Yes | Dummy member id for member_id based on the levels selected in profile for aggregation. | |
OLD_PROFILE_MEMBER_ID | NUMBER | 18 | This column stores the previous profile member id for the level member that is now assigned to a new profile member id. | ||
AGGREGATION_REQUIRED | NUMBER | 1 | This column is used to identify the level members for which measure data aggregation is required. 1 - Aggregated is required, Null/2 - Aggregation is not required. | ||
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_PROF_MEMBERS_MAP_N1 | Non Unique | Default | PROFILE_ID, LEVEL_ID, PROFILE_MEMBER_ID |
MSC_AGGR_PROF_MEMBERS_MAP_U1 | Unique | Default | PROFILE_ID, LEVEL_ID, MEMBER_ID |