PJF_ERR_ANALYSIS_SNAPSHOTS

Attributes that need to be tracked for each error message are captured in this table when business process fails and again when process is successful.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJF_ERR_ANALYSIS_SNAPSHOTS_PK

SNAPSHOT_ID

Columns

Name Datatype Length Precision Not-null Comments
SNAPSHOT_ID NUMBER 18 Yes The system-generated number that uniquely identifies the snapshot.
PROCESS_NAME VARCHAR2 255 Yes Parent job name that triggered the audit job.
BUSINESS_OBJECT VARCHAR2 30 Yes Logical Business object based on the parent job.
ERROR_MESSAGE_CODE VARCHAR2 30 Yes Indicates the error message code for the transactions that failed process validation.
PROCESS_REQUEST_ID NUMBER 18 Yes Unique identifier of the business process. For ESS Jobs, the parent Job request id will be stored.
TRANSACTION_ID NUMBER 18 Unique identifier of the record for which this error occurred.
SNAPSHOT_TYPE VARCHAR2 1 Type of metadata used to collect the snapshot. The valid values are C,E,S where: A record with error counts is stored with type C. Error snapshot will have type E Success snapshot will have type S.
ERROR_COUNT NUMBER 9 Count of records which have the error.
STATUS VARCHAR2 1 Status of the record. The valid values are D,E,S, where: D means record deleted E means record is in error status S means record is successful
META_DATA_VERSION NUMBER 9 Yes version of the metadata used to capture the snapshot
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.
TXN_ATTRIBUTE_1 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_2 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_3 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_4 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_5 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_6 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_7 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_8 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_9 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_10 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_11 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_12 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_13 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_14 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_15 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_16 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_17 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_18 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_19 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_20 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_21 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_22 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_23 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_24 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_25 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_26 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_27 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_28 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_29 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_30 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_31 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_32 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_33 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_34 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_35 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_36 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_37 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_38 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_39 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_40 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_41 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_42 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_43 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_44 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_45 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_46 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_47 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_48 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_49 VARCHAR2 255 Transaction related attribute value that is stored for analysis.
TXN_ATTRIBUTE_50 VARCHAR2 255 Transaction related attribute value that is stored for analysis.

Indexes

Index Uniqueness Tablespace Columns
PJF_ERR_ANALYSIS_SNAPSHOTS_N1 Non Unique Default PROCESS_NAME, BUSINESS_OBJECT, PROCESS_REQUEST_ID, ERROR_MESSAGE_CODE, SNAPSHOT_TYPE
PJF_ERR_ANALYSIS_SNAPSHOTS_N2 Non Unique Default TRANSACTION_ID, BUSINESS_OBJECT
PJF_ERR_ANALYSIS_SNAPSHOTS_PK Unique Default SNAPSHOT_ID