PJS_PERF_OBJECT_RULES_INT

This table is used to import project key performance indicators using a file-based data import template.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PJS_PERF_OBJECT_RULES_INT_PK

OBJECT_RULE_INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_RULE_INTERFACE_ID NUMBER 18 Yes Identifier of the row generated by the application from a database sequence.
KPI_NAME VARCHAR2 80 Yes Name of the project key performance indicator.
PROJECT_NAME VARCHAR2 240 Name of the project attached to a key performance indicator.
PROJECT_NUMBER VARCHAR2 25 Number of the project attached to a key performance indicator.
ENABLED_FLAG VARCHAR2 1 Yes Indicates if the key performance indicator attached to the project is available for use. Valid values are Y and N. Y indicates that the KPI is available for use and N indicates that the KPI isn't available for use. The default value is Y.
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_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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
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.
STATUS_CODE VARCHAR2 32 Yes Indicates the processing status of the row. STAGED indicates that the row is yet to be processed. IN_PROCESS indicates that the row is being processed. SUCCESS indicates that the row is successfully processed. ERROR indicates that the row wasn't processed due to an error.
LOAD_REQUEST_ID NUMBER 18 Yes Identifier of the scheduled process that imported the record.
ERROR_CODE VARCHAR2 30 Code that indicates the reason of the error and possible resolution.
ADDL_ATTR_CHAR_1 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_2 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_3 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_4 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_5 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_6 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_7 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_8 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_9 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTR_CHAR_10 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.

Indexes

Index Uniqueness Tablespace Columns
PJS_PERF_OBJECT_RULES_INT_U1 Unique Default OBJECT_RULE_INTERFACE_ID