CST_SCENARIO_EVENT_MESSAGES

This table contains the errors that have been logged as part of the build scenario process, cost rollup process and publish costs process.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_SCN_EVENT_MESSAGES_PK

SCENARIO_EVENT_MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
SCENARIO_EVENT_MESSAGE_ID NUMBER 18 Yes Indicates the surrogate identifier for the scenario event messages.
SCENARIO_EVENT_ID NUMBER 18 Yes Indicates the reference of the cost planning scenario event.
MESSAGE_NAME VARCHAR2 30 Yes Indicates the name of the message reported for the scenario event.
MESSAGE_TYPE VARCHAR2 30 Indicates the type of message reported for the scenario event.
MESSAGE_TEXT VARCHAR2 1000 Indicates the text of the message in the language of the user submitting the process which generates the scenario event messages.
ROW_COUNT NUMBER 18 Indicates the number of rows affected by the message.
TOKEN1_NAME VARCHAR2 30 Token name as required by error code message.
TOKEN1_VALUE VARCHAR2 240 Token value as required by error code message.
TOKEN2_NAME VARCHAR2 30 Token name as required by error code message.
TOKEN2_VALUE VARCHAR2 240 Token value as required by error code message.
TOKEN3_NAME VARCHAR2 30 Token name as required by error code message.
TOKEN3_VALUE VARCHAR2 240 Token value as required by error code message.
TOKEN4_NAME VARCHAR2 30 Token name as required by error code message.
TOKEN4_VALUE VARCHAR2 240 Token value as required by error code message.
TOKEN5_NAME VARCHAR2 30 Token name as required by error code message.
TOKEN5_VALUE VARCHAR2 240 Token value as required by error code message.
TOKEN6_NAME VARCHAR2 30 Token name as required by error code message.
TOKEN6_VALUE VARCHAR2 240 Token value as required by error code message.
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_EVENT_MESSAGES cst_scenario_events SCENARIO_EVENT_ID

Indexes

Index Uniqueness Tablespace Columns
CST_SCN_EVENT_MESSAGES_N1 Non Unique FUSION_TS_TX_DATA REQUEST_ID
CST_SCN_EVENT_MESSAGES_N2 Non Unique FUSION_TS_TX_DATA SCENARIO_EVENT_ID
CST_SCN_EVENT_MESSAGES_PK Unique FUSION_TS_TX_DATA SCENARIO_EVENT_MESSAGE_ID