PVO_USERS
This table stores what-if analysis users information.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
USER_ID |
NOT NULL |
NUMBER |
Identifier for the user |
|
FULL_NAME |
NOT NULL |
VARCHAR2 |
Full name of the user |
|
EXTERNAL_SYSTEM |
NOT NULL |
VARCHAR2 |
External system where the user belongs |
|
EXTERNAL_USER_ID |
NOT NULL |
VARCHAR2 |
User ID in external system |
Indexes
There are no indexes for this table.
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
PVO_USERS_S |
USER_ID |

