PVO_SCENARIO_DETAILS
This table stores what-if analysis scenario details information.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
PVO_SCENARIO_TEMPLATES |
SCENARIO_ID |
SCENARIO_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
SCEN_DETAIL_CONTENTS |
NOT NULL |
CLOB |
Contents of the scenario |
CREATION_DATE |
NOT NULL |
DATE |
Date when the scenario was created |
CREATED_BY |
NOT NULL |
NUMBER |
User that created the scenario |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
User that last updated the scenario |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date when the scenario was last updated |
SCENARIO_ID |
NOT NULL |
NUMBER |
Identifier for the scenario |
VERSION |
NOT NULL |
VARCHAR2 |
System-generated version, used for hibernate version control. |
Indexes
There are no indexes for this table.
Sequences
There are no sequences for this table.