PJS_PERF_TRANSACTIONS
This table records performance transaction data.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJS_PERF_TRANSACTIONS_PK |
PERF_TXN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
PERF_TXN_ID | NUMBER | 18 | Yes | Performance transaction identifier. | Active | |
PERF_TXN_OBJ_TYPE | VARCHAR2 | 30 | Yes | Performance transaction object type. | Active | |
PERF_TXN_OBJ_ID | NUMBER | 18 | Yes | Performance transaction object identifier. | Active | |
OBJECT_RULE_ID | NUMBER | 18 | Yes | Performance rule and object association identifier. | Active | |
RELATED_OBJ_TYPE | VARCHAR2 | 30 | Performance transaction related object type. | Active | ||
RELATED_OBJ_ID | NUMBER | 18 | Performance transaction related object identifier. | Active | ||
RULE_ID | NUMBER | 18 | Yes | Performance rule identifier. | Active | |
PROJECT_ID | NUMBER | 18 | Project identifier. | Active | ||
KPA_CODE | VARCHAR2 | 30 | Yes | Key Performance Area Code. | Active | |
MEASURE_ID | NUMBER | 18 | Yes | Custom measure identifier . | Active | |
MEASURE_VALUE | NUMBER | Current measure value. | Active | |||
INDICATOR_CODE | VARCHAR2 | 30 | Indicator Lookup Code | Active | ||
THRESHOLD_FROM | NUMBER | 15 | Threshold From Value | Active | ||
THRESHOLD_TO | NUMBER | 15 | Threshold To Value | Active | ||
EXCEEDS_THRESHOLD | VARCHAR2 | 1 | Key performance indicator attribute | |||
WEIGHTING | NUMBER | 15 | Threshold Weighting. | Active | ||
PRECISION | NUMBER | 10 | Precision. | Active | ||
PERIOD_TYPE | VARCHAR2 | 30 | Calendar type. Valid values are GL and PA.. | Active | ||
PERIOD_NAME | VARCHAR2 | 100 | Period name | Active | ||
PERIOD_TIME_ID | NUMBER | 18 | Period time ID | |||
CURRENCY_TYPE | VARCHAR2 | 30 | Currency Type. | Active | ||
MEASURE_FORMAT | VARCHAR2 | 30 | Measure Format. | Active | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | Active | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | Active | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | Active | ||
DATE_CHECKED | DATE | Yes | Date when the transaction occurs . | Active | ||
EXCEPTION_FLAG | VARCHAR2 | 1 | Exception flag. | Active | ||
CURRENT_FLAG | VARCHAR2 | 1 | Current flag. | Active | ||
INCLUDED_IN_SCORING | VARCHAR2 | 1 | Included in Scoring flag. | Active | ||
PA_PRIOR_QTR_FLAG | VARCHAR2 | 1 | Inernal flag | Active | ||
GL_PRIOR_QTR_FLAG | VARCHAR2 | 1 | Inernal flag | Active | ||
PA_PRIOR_PER_FLAG | VARCHAR2 | 1 | Inernal flag | Active | ||
GL_PRIOR_PER_FLAG | VARCHAR2 | 1 | Inernal flag | Active | ||
PA_QTR_CHANGE_VALUE | NUMBER | Key performance indicator attribute | Active | |||
PA_QTR_TREND_INDICATOR | VARCHAR2 | 30 | Trend indicator detail | Active | ||
GL_QTR_CHANGE_VALUE | NUMBER | Key performance indicator attribute | Active | |||
GL_QTR_TREND_INDICATOR | VARCHAR2 | 30 | Trend indicator detail | Active | ||
PA_PER_CHANGE_VALUE | NUMBER | Key performance indicator attribute | Active | |||
PA_PER_TREND_INDICATOR | VARCHAR2 | 30 | Trend indicator detail | Active | ||
GL_PER_CHANGE_VALUE | NUMBER | Key performance indicator attribute | Active | |||
GL_PER_TREND_INDICATOR | VARCHAR2 | 30 | Trend indicator detail | 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 | |
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_TRANSACTIONS | pjs_perf_object_rules | OBJECT_RULE_ID |
PJS_PERF_TRANSACTIONS | pjs_perf_rules_b | RULE_ID |
PJS_PERF_TRANSACTIONS | pjf_projects_all_b | PROJECT_ID |
PJS_PERF_TRANSACTIONS | pjs_mt_measures_b | MEASURE_ID |
pjs_perf_kpa_trans | pjs_perf_transactions | PERF_TXN_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJS_PERF_TRANSACTIONS_N1 | Non Unique | FUSION_TS_TX_IDX | PERF_TXN_OBJ_TYPE, PERF_TXN_OBJ_ID, MEASURE_ID, CURRENT_FLAG |
PJS_PERF_TRANSACTIONS_N2 | Non Unique | FUSION_TS_TX_IDX | PERF_TXN_OBJ_TYPE, PERF_TXN_OBJ_ID, INCLUDED_IN_SCORING |
PJS_PERF_TRANSACTIONS_N3 | Non Unique | FUSION_TS_TX_IDX | PERF_TXN_OBJ_TYPE, PERF_TXN_OBJ_ID, KPA_CODE, INCLUDED_IN_SCORING |
PJS_PERF_TRANSACTIONS_N4 | Non Unique | FUSION_TS_TX_IDX | KPA_CODE |
PJS_PERF_TRANSACTIONS_U1 | Unique | FUSION_TS_TX_DATA | PERF_TXN_ID |