MSC_PLAN_PARTITIONS
This table stores the information on partitions created in planning.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_PLAN_PARTITIONS_PK |
PARTITION_NUMBER |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLAN_ID | NUMBER | Yes | PLAN_ID | ||
| PLAN_NAME | VARCHAR2 | 10 | Yes | PLAN_NAME | |
| FREE_FLAG | NUMBER | Yes | FREE_FLAG | ||
| PARTITION_NUMBER | NUMBER | Yes | PARTITION_NUMBER | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| PROGRAM_APPLICATION_ID | NUMBER | PROGRAM_APPLICATION_ID | |||
| PROGRAM_ID | NUMBER | PROGRAM_ID | |||
| PROGRAM_UPDATE_DATE | DATE | PROGRAM_UPDATE_DATE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_PLAN_PARTITIONS_U1 | Unique | FUSION_TS_TX_IDX | PARTITION_NUMBER |