MSC_PLAN_UPGRADE_HISTORY

Table for tracking upgrade history for plans

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_PLAN_UPGRADE_HISTORY_PK

PLAN_ID, UPGRADE_TYPE_ID, ENTITY_ID

Columns

Name Datatype Length Not-null Comments
PLAN_ID NUMBER Yes Identifier for the Plan
ENTITY_ID NUMBER Yes Entity Id
ENTITY_TYPE VARCHAR2 20 Type of entity
UPGRADE_TYPE_NAME VARCHAR2 20 Yes Name of the upgrade for a upgrade type
UPGRADE_TYPE_ID NUMBER Yes Id to indicate the type of upgrade being done.
STATUS NUMBER Yes Indicates the status of the upgrade
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_UPGRADE_HISTORY_U3 Unique Default PLAN_ID, UPGRADE_TYPE_ID, ENTITY_ID