PVO_SCENARIO_TEMPLATES
This table stores what-if analysis scenario templates information.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
SCEN_TEMPLATE_ID |
NOT NULL |
NUMBER |
Identifier for the scenario template |
|
SCEN_TEMPLATE_NAME |
NOT NULL |
VARCHAR2 |
Name of the scenario template |
|
SCEN_TEMPLATE_CONTENTS |
NOT NULL |
VARCHAR2 |
Contents of the scenario template |
|
ENABLED_FLAG |
NOT NULL |
CHAR(1) |
Flag of whether the scenario template is enabled |
|
DEFAULT_FLAG |
NOT NULL |
CHAR(1) |
Default flag |
Indexes
There are no indexes for this table.
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
PVO_SCENARIO_TEMPLATES_S |
SCEN_TEMPLATE_ID |

