PJS_PERF_RULES_B

This table is used to store performances rules.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_PERF_RULES_B_PK

RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 18 Yes Key performance indicator attribute
THRESHOLD_LEVEL VARCHAR2 1 Key performance indicator attribute
RULE_TYPE VARCHAR2 30 Yes Key performance indicator attribute
KPA_CODE VARCHAR2 20 Yes Key performance indicator attribute
MEASURE_ID NUMBER 18 Key performance indicator attribute
MEASURE_FORMAT VARCHAR2 30 Key performance indicator attribute
CURRENCY_TYPE VARCHAR2 30 Currency type
PERIOD_TYPE VARCHAR2 30 Period type
START_DATE_ACTIVE DATE Yes Start date
END_DATE_ACTIVE DATE End date
SCORE_METHOD VARCHAR2 30 Key performance indicator attribute
PROJECT_UNIT_ID NUMBER 18 Yes Project unit ID
TREND_INDICATOR_TYPE VARCHAR2 30 Trend indicator type
TOLERANCE_PERCENT NUMBER 7 Key performance indicator attribute
TRACK_TASK_INDICATOR VARCHAR2 1 Key performance indicator attribute
TRACK_RESOURCE_INDICATOR VARCHAR2 1 Key performance indicator attribute
TASK_INDICATOR_1 VARCHAR2 1 Task indicator
TASK_INDICATOR_2 VARCHAR2 1 Task indicator
TASK_INDICATOR_3 VARCHAR2 1 Task indicator
TASK_INDICATOR_4 VARCHAR2 1 Task indicator
TASK_INDICATOR_5 VARCHAR2 1 Task indicator
RESOURCE_INDICATOR_1 VARCHAR2 1 Resource indicator
RESOURCE_INDICATOR_2 VARCHAR2 1 Resource indicator
RESOURCE_INDICATOR_3 VARCHAR2 1 Resource indicator
RESOURCE_INDICATOR_4 VARCHAR2 1 Resource indicator
RESOURCE_INDICATOR_5 VARCHAR2 1 Resource indicator
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
PJS_PERF_RULES_B pjs_mt_measures_b MEASURE_ID
pjs_perf_thresholds pjs_perf_rules_b THRES_OBJ_ID
pjs_perf_kpa_summary_det pjs_perf_rules_b RULE_ID
pjs_perf_transactions pjs_perf_rules_b RULE_ID
pjs_perf_rules_tl pjs_perf_rules_b RULE_ID
pjs_perf_object_rules pjs_perf_rules_b RULE_ID

Indexes

Index Uniqueness Tablespace Columns
PJS_PERF_RULES_B_U1 Unique Default RULE_ID