KPFM_SCENARIOS

This table stores the scenarios for each scenario comparison. Currently each scenario comparison should have three scenarios thus three rows in this table.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KPFM_SCENARIO_COMPARISONS

SCEN_COMPARISON_ID

SCEN_COMPARISON_ID

KNTA_USERS

USER_ID

LAST_UPDATED_BY

Column Descriptions

Column Name

Null?

Data Type

Description

SCENARIO_ID

NOT NULL

NUMBER

System-generated identifier

CREATION_DATE

NOT NULL

DATE

Date record was created

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

ENTITY_LAST_UPDATE_DATE

NOT NULL

DATE

Date a record in the entity was last updated

SCENARIO_NAME

NOT NULL

VARCHAR2(100)

Name for the scenario

SCEN_COMPARISON_ID

NOT NULL

NUMBER

Scenario comparison ID this scenario belongs to

SEQ

NOT NULL

NUMBER

Sequence of the scenarios. This ranges from 1 to 3 and is to make sure scenarios always appear in the same order.

Indexes

Index Name

Index Type

Sequence

Column Name

KPFM_SCENARIOS_N1

NONUNIQUE

1

SCEN_COMPARISON_ID

KPFM_SCENARIOS_U1

UNIQUE

1

SCENARIO_ID

Sequences

Sequence Name

Sequence Type

KPFM_SCENARIOS_S

SCENARIO_ID