MSC_PLAN_SP_OUTPUT_CLOBS
MSC_PLAN_SP_OUTPUT_CLOBS is used to store Exception Age data for the life of the plan.
Details
-
Schema: FUSION
-
Object owner: msc
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLAN_SP_OUTPUT_CLOBS_PK |
PLAN_ID, CLOB_NAME |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
PLAN_ID | NUMBER | Yes | PLAN_ID | |
ENTITY_NAME | VARCHAR2 | 32 | Yes | ENTITY_NAME |
CLOB_NAME | VARCHAR2 | 32 | Yes | CLOB_NAME |
ENTITY_CLOB | CLOB | Yes | ENTITY_CLOB | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_PLAN_SP_OUTPUT_CLOBS_U1 | Unique | Default | PLAN_ID, CLOB_NAME |