PFM_PORTFOLIO_TEAMS
The table stores the teams added into portfolios.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PORTFOLIO_ID |
NOT NULL |
NUMBER |
ID of the portfolio |
TEAM_ID |
NOT NULL |
NUMBER |
ID of the team added in the portfolio
|
Indexes
This table does not have indexes.
Sequences
This table does not have sequences.