PJS_PERF_KPA_SUMMARY_DET

This table Records exception summary details for an object

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJS_PERF_KPA_SUMMARY_DET_PK

KPA_SUMMARY_DET_ID

Columns

Name Datatype Length Precision Not-null Comments Status
KPA_SUMMARY_DET_ID NUMBER 18 Yes Key performance area summary detail identifier. Active
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. Active
KPA_SUMMARY_ID NUMBER 18 Yes Key performance area summary identifier. Active
OBJECT_TYPE VARCHAR2 30 Yes Object type. Active
OBJECT_ID NUMBER 18 Yes Object identifier. Active
KPA_CODE VARCHAR2 30 Yes Key performance area lookup code. Active
INDICATOR_CODE VARCHAR2 30 Indicator lookup code. Active
COUNT NUMBER 18 Exception Count. Active
SCORE NUMBER 15 Score. Active
RULE_ID NUMBER 18 Scoring rule identifier. Active
IND1_COUNT NUMBER 18 Indicator 1 Exception Count. Active
IND1_SCORE NUMBER 15 Indicator 1 Total Score. Active
IND2_COUNT NUMBER 18 Indicator 2 Exception Count. Active
IND2_SCORE NUMBER 15 Indicator 2 Total Score. Active
IND3_COUNT NUMBER 18 Indicator 3 Exception Count. Active
IND3_SCORE NUMBER 15 Indicator 3 Total Score. Active
IND4_COUNT NUMBER 18 Indicator 4 Exception Count. Active
IND4_SCORE NUMBER 15 Indicator 4 Total Score. Active
IND5_COUNT NUMBER 18 Indicator 5 Exception Count. Active
IND5_SCORE NUMBER 15 Indicator 5 Total Score. Active
EXCEEDS_THRESHOLD VARCHAR2 1 Key performance indicator attribute
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Foreign Keys

Table Foreign Table Foreign Key Column
PJS_PERF_KPA_SUMMARY_DET pjs_perf_kpa_summary KPA_SUMMARY_ID
PJS_PERF_KPA_SUMMARY_DET pjs_perf_rules_b RULE_ID
PJS_PERF_KPA_SUMMARY_DET pjf_projects_all_b OBJECT_ID
pjs_perf_kpa_trans pjs_perf_kpa_summary_det KPA_SUMMARY_DET_ID

Indexes

Index Uniqueness Tablespace Columns
PJS_PERFKPA_SUMMRY_DET_N1 Non Unique FUSION_TS_TX_IDX OBJECT_TYPE, OBJECT_ID, KPA_CODE
PJS_PERFKPA_SUMMRY_DET_U1 Unique FUSION_TS_TX_IDX KPA_SUMMARY_DET_ID
PJS_PERFKPA_SUMMRY_DET_U2 Unique FUSION_TS_TX_IDX KPA_SUMMARY_ID, KPA_CODE