KPFM_SCORE_DOMAINS
This table stores the scoring domains. Currently PPM supplies two domains with the PFM product. PPM does not provide interface for you to edit the domains, you need to manually edit them through database tables.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
SCORE_DOMAIN_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
ENTITY_LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date a record in the entity was last updated |
SCORE_DOMAIN_NAME |
NOT NULL |
VARCHAR2(200) |
Name for the score domain |
SCORE_DOMAIN_WEIGHT |
NOT NULL |
NUMBER |
Calculating weight for the score. Enter -1 is the scores from this domain should be subtracted from the total score. |
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Language this row was defined in |
REFERENCE_CODE |
NOT NULL |
VARCHAR2(200) |
Reference code used to distinguish between different records |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KPFM_SCORE_DOMAINS_U1 |
UNIQUE |
1 |
SCORE_DOMAIN_ID |
KPFM_SCORE_DOMAINS_U2 |
UNIQUE |
1 |
SCORE_DOMAIN_NAME |
SYS_C005199292 |
UNIQUE |
1 |
REFERENCE_CODE |
Sequences
Sequence Name |
Sequence Type |
---|---|
KPFM_SCORE_DOMAINS_S |
SCORE_DOMAIN_ID |