KPFM_SCENARIO_COMPARISONS
This table stores scenarios comparisons.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
PPM_FISCAL_PERIODS_NLS |
FISCAL_PERIOD_ID |
END_PERIOD_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
PPM_FISCAL_PERIODS_NLS |
FISCAL_PERIOD_ID |
START_PERIOD_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
SCEN_COMPARISON_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 |
|
START_PERIOD_ID |
NOT NULL |
NUMBER |
Optional. This column stores the starting month of the scenario comparison. |
|
END_PERIOD_ID |
NOT NULL |
NUMBER |
Optional. This column stores the ending month of the scenario comparison. |
|
SCEN_COMPARISON_NAME |
NOT NULL |
VARCHAR2(100) |
Name for scenario comparison |
|
DESCRIPTION |
NULLABLE |
VARCHAR2(250) |
Description for scenario comparison |
|
ACTIVE_FLAG |
NOT NULL |
VARCHAR2(1) |
Whether or not this scenario comparison is active |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KPFM_SCENARIO_COMPARISONS_N1 |
NONUNIQUE |
1 |
CREATED_BY |
|
KPFM_SCENARIO_COMPARISONS_U1 |
UNIQUE |
1 |
SCEN_COMPARISON_ID |
|
KPFM_SCENARIO_COMPARISONS_U2 |
UNIQUE |
1 |
SCEN_COMPARISON_NAME |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KPFM_SCENARIO_COMPARISONS_S |
SCEN_COMPARISON_ID |

