MSC_PLAN_MEMBERS
This table is maintained by the plan snapshot process. The table is used to hold the list of members in the scope of the plan.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLAN_MEMBERS_PK |
PLAN_ID, LEVEL_ID, MEMBER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | Yes | Identifier for the Plan | ||
LEVEL_ID | NUMBER | Yes | Identifier for the Level | ||
MEMBER_ID | NUMBER | Yes | Identifier for the level member | ||
REFRESH_NUMBER | NUMBER | Identifier for the collection cycle | |||
ACTION_CODE | NUMBER | 1 | Indicates where the record is new, updated, or, deleted | ||
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_PLAN_MEMBERS_U1 | Unique | Default | PLAN_ID, LEVEL_ID, MEMBER_ID |