MSC_CHANGED_MEMBERS
This table is to identify the hierarchical changes of level members by LAST_UPDATE_DATE including new members and deleted members from ODS.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_CHANGED_MEMBERS_PK |
LEVEL_ID, MEMBER_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| LEVEL_ID | NUMBER | Yes | This value indicates the Level identifier for the members that undergone hierarchical changes. | |
| MEMBER_ID | NUMBER | Yes | This value indicates the Level member identifier that undergone hierarchical changes. | |
| ACTION_CODE | NUMBER | Indicates whether the member is new, updated or deleted. If member is parent level member then action code implies to its lowest level member. | ||
| 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_CHANGED_MEMBERS_U1 | Unique | Default | LEVEL_ID, MEMBER_ID |