CST_SCENARIO_EVENTS
This table contains the list of all the events which happen inside a scenario.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_SCENARIO_EVENTS_PK |
SCENARIO_EVENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SCENARIO_EVENT_ID | NUMBER | 18 | Yes | Indicates the surrogate identifier generated for scenario event. | |
SCENARIO_ID | NUMBER | 18 | Yes | Indicates the scenario for which the events are created. | |
SCENARIO_EVENT_TYPE | VARCHAR2 | 30 | Yes | Indicates the type of scenario event. Valid values are CREATE, BUILD, ROLLUP, PUBLISH. | |
SCENARIO_EVENT_DATE | TIMESTAMP | Yes | Indicates the date and time in which the event occurred. | ||
STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the status of the scenario event. Valid values are NOT_STARTED, PROCESSING, SUCCESS, WARNING, ERROR, CANCELED. There is no look up for these values. | |
SCENARIO_EVENT_NUMBER | VARCHAR2 | 30 | Indicates the user defined event number for scenario events. Value is defaulted based on the event type as follows: ??? CREATE ??? BUILD-1 ??? BUILD-2 ??? ROLLUP-1 ??? ROLLUP-2 ??? PUBLISH-1 ??? PUBLISH-2 and so on... | ||
START_TIME | TIMESTAMP | Indicates the start time of the scenario event. | |||
END_TIME | TIMESTAMP | Indicates the end time of the scenario event. | |||
TOTAL_COUNT | NUMBER | 9 | Indicates the total count of the scenario event. | ||
COMPLETED_COUNT | NUMBER | 9 | Indicates the current completed count of the scenario event. | ||
FAILED_COUNT | NUMBER | 9 | Indicates the current failed count of the scenario event. | ||
PERCENT_COMPLETE | NUMBER | 3 | Indicates the completion percentage of the scenario event. | ||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
CST_SCENARIO_EVENTS | cst_scenarios | SCENARIO_ID |
cst_scenario_event_messages | cst_scenario_events | SCENARIO_EVENT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_SCENARIO_EVENTS_N1 | Non Unique | FUSION_TS_TX_DATA | REQUEST_ID |
CST_SCENARIO_EVENTS_PK | Unique | FUSION_TS_TX_DATA | SCENARIO_EVENT_ID |
CST_SCENARIO_EVENTS_U1 | Unique | FUSION_TS_TX_DATA | SCENARIO_ID, SCENARIO_EVENT_TYPE, SCENARIO_EVENT_DATE |