WIA_TEMPLATE_APPLIED
This table stores the entity types that are included in the what-if analysis templates.
Foreign keys
| Primary Key Table | Primary Key Column | Foreign Key Column |
|---|---|---|
|
WIA_TEMPLATES |
TEMPLATE_ID |
TEMPLATE_ID |
Column descriptions
| Column Name | Null? | Data Type | Description |
|---|---|---|---|
| ID | NOT NULL | NUMBER | Identifier for the scenario template used in. |
|
TEMPLATE_ID |
NOT NULL | NUMBER | Refer to template. |
|
ENTITY_ID |
NOT NULL | NUMBER | Which kind of entity can be included in this template. |
|
ENTITY_PK |
NOT NULL | NUMBER | Entity type id that included in this template. |
Indexes
This table has no indexes.
Sequences
| Sequence Name | Sequence Type |
|---|---|
|
WIA_TEMPLATE_APPLIED_S |

