CST_UPG_DETAILS
This table contains the information about upgrade scripts that need to be tracked programmatically within costing programs.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_UPG_DETAILS_PK |
UPGRADE_CODE, UPGRADE_PARAMETERS |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
UPGRADE_CODE | VARCHAR2 | 100 | Yes | Code that identifies an upgrade status | |
UPGRADE_PARAMETERS | VARCHAR2 | 500 | Yes | Parameters associated with the upgrade script. | |
UPGRADED_FLAG | VARCHAR2 | 1 | Yes | Indicates if the script has been upgraded. | |
NPARAM1 | NUMBER | 18 | Numeric Upgrade Parameter 1. | ||
NPARAM2 | NUMBER | 18 | Numeric Upgrade Parameter 2. | ||
NPARAM3 | NUMBER | 18 | Numeric Upgrade Parameter 3. | ||
NPARAM4 | NUMBER | 18 | Numeric Upgrade Parameter 4. | ||
NPARAM5 | NUMBER | 18 | Numeric Upgrade Parameter 5. | ||
CPARAM1 | VARCHAR2 | 100 | Character Upgrade Parameter 1. | ||
CPARAM2 | VARCHAR2 | 100 | Character Upgrade Parameter 2. | ||
CPARAM3 | VARCHAR2 | 100 | Character Upgrade Parameter 3. | ||
CPARAM4 | VARCHAR2 | 100 | Character Upgrade Parameter 4. | ||
CPARAM5 | VARCHAR2 | 100 | Character Upgrade Parameter 5. | ||
DPARAM1 | DATE | Date Upgrade Parameter 1. | |||
DPARAM2 | DATE | Date Upgrade Parameter 2. | |||
DPARAM3 | DATE | Date Upgrade Parameter 3. | |||
DPARAM4 | DATE | Date Upgrade Parameter 4. | |||
DPARAM5 | DATE | Date Upgrade Parameter 5. | |||
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. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_UPG_DETAILS_U1 | Unique | FUSION_TS_TX_DATA | UPGRADE_CODE, UPGRADE_PARAMETERS |