PFM_CUSTOM_ICON

This table stores the settings information of the icon customization.

Foreign Keys

There are no foreign keys for this table.

Column Descriptions

Column Name Null? Data Type Description
CUSTOM_ICON_ID NOT NULL NUMBER System-generated identifier
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
TYPE_ENTITY_ID NOT NULL NUMBER Identifier for the entity types, such as portfolio, project, asset, and proposal.
ENTITY_ID NOT NULL NUMBER Identifier for the entity ID.
CUSTOM_ICON_ABBR NOT NULL VARCHAR2(20) Defines abbreviation of the settings.
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
PFM_CUSTOM_ICON_UN UNIQUE 1 ENTITY_TYPE
PFM_CUSTOM_ICON_UN UNIQUE 1 ENTITY_ID

Sequences

Sequence Name Sequence Type
PFM_CUSTOM_ICON_S ID