PFM_MILESTONE_OWNERS
This table stores portfolio milestone owners.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
PFM_PORTFOLIO_MILESTONES |
PORTFOLIO_MILESTONE_ID |
PORTFOLIO_MILESTONE_ID |
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PORTFOLIO_MILESTONE_ID |
NOT NULL |
NUMBER |
ID of the portfolio milestone |
USER_ID |
NOT NULL |
NUMBER |
ID of the user who created the portfolio milestone |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
PFM_MILESTONE_OWNERS_N1 |
NONUNIQUE |
1 |
PORTFOLIO_MILESTONE_ID |
PFM_MILESTONE_OWNERS_N2 |
NONUNIQUE |
1 |
USER_ID |
Sequences
This table does not have any sequences.