MSC_PLAN_DIMENSIONS
This table is maintained by snapshot . The table is used to hold the list of Dimensions in the Plan
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLAN_DIMENSIONS_PK |
PLAN_ID, DIMENSION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | Yes | Identifier for the plan | ||
OPTIONAL_FLAG | NUMBER | 1 | flag to identify that dimension is optional 1 - true , dimension is optional 2 - false, dimension is not optional | ||
ENABLED | NUMBER | 1 | ENABLED Flag for Optional Dimensionality Feature for tracking purpose. | ||
DIMENSION_ID | NUMBER | Yes | Identifier for Dimension in Plan | ||
ACTION_CODE | NUMBER | Indicates whether record is 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_DIMENSIONS_U1 | Unique | Default | PLAN_ID, DIMENSION_ID |