PFM_PORTFOLIO_TYPES
This table stores the general settings information of portfolio type.
Foreign Keys
| Primary Key Table | Primary Key Column | Foreign Key Column |
|---|---|---|
| ITG_SETTINGS_CONTAINERS | SETTINGS_CONTAINER_ID | PF_TYPE_SETTINGS_ID |
Column Descriptions
| Column Name | Null? | Data Type | Description |
|---|---|---|---|
| PORTFOLIO_TYPE_ID | NOT NULL | NUMBER | System-generated identifier |
| PORTFOLIO_TYPE_NAME | NOT NULL | VARCHAR2 | Defines the name of the portfolio type settings |
| ENABLED_FLAG | NOT NULL | VARCHAR2 | Flag to indicate whether this portfolio type is enable |
| DESCRIPTION | NULLABLE | VARCHAR2 | Description of this portfolio type |
| PF_TYPE_SETTINGS_ID | NULLABLE | NUMBER | Is a foreign key associated with the rest of the information in portfolio Type setting |
| CREATION_DATE | NOT NULL | DATE | Date when the settings record was created |
| CREATED_BY | NOT NULL | NUMBER | Identifier for the user who created the settings |
| LAST_UPDATE_DATE | NOT NULL | DATE | Date when the settings record was last updated |
| LAST_UPDATED_BY | NOT NULL | NUMBER | Identifier for the user who last updated the settings record |
| VERSION | NOT NULL | NUMBER | System-generated version for the entity. This column must not be updated manually. |
Indexes
| Index Name | Index Type | Sequence | Column Name |
|---|---|---|---|
| SYS_C00367455 | Unique | 1 | PORTFOLIO_TYPE_ID |
| PFM_PORTFOLIO_TYPES_N2 | NONUNIQUE | 1 | PF_TYPE_SETTINGS_ID |
| PFM_PORTFOLIO_TYPES_U1 | Unique | 1 | PORTFOLIO_TYPE_NAME |
Sequences
| Sequence Name | Sequence Type |
|---|---|
| PFM_PORTFOLIO_TYPES_S | ID |

