MSC_PLAN_ATTRIBUTES
This table is maintained by snapshot. The table is used to hold the list of attributes for the lowest levels in the plan
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLAN_ATTRIBUTES_PK |
PLAN_ID, LEVEL_ID, ATTRIBUTE_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
PLAN_ID | NUMBER | Yes | Identifier for the plan | |
LEVEL_ID | NUMBER | Yes | Identifier for the Level | |
ATTRIBUTE_ID | NUMBER | Yes | Identifier for the attribute | |
ATTRIBUTE_CODE | VARCHAR2 | 240 | Yes | Code of the attribute |
ACTION_CODE | NUMBER | Indicates whether a record has been inserted, updated or deleted | ||
REFRESH_NUMBER | NUMBER | Identifier for the collection cycle | ||
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_ATTRIBUTES_U1 | Unique | Default | PLAN_ID, LEVEL_ID, ATTRIBUTE_ID |