CN_TP_CLSFN_ERROR_ALL

This table holds the records of the transaction which satisfies multiple classification rules.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_CLSFN_ERROR_ALL_PK

CLSFN_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
CLSFN_ERROR_ID NUMBER 18 Yes Classification Error Id. Unique key of the table.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
TRANSACTION_ID NUMBER 18 Yes Transaction Id indicates the transaction which is ended up with classication error.
EVENT_DATE DATE Yes Event Date indicates the date of the Classifcation Job initiated to classify the transaction
CREDIT_ID NUMBER 18 Credit Id indicates the credit id which is ended up with classication error.
RULE_ID NUMBER 18 Rule Id indicates classification rule id which is satisfied with the transaction after transaction classification job.
RULE_ASSIGNMENT_ID NUMBER 18 Rule assignment id indicates classification rule assignment id which is satisfied with the transaction after transaction classification job.
ELIGIBLE_CAT_ID NUMBER 18 Eligible category Id indicates classification rule eligibility id which is satisfied with the transaction after transaction classification job.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated 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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CN_TP_CLSFN_ERROR_ALL_N1 Non Unique Default REQUEST_ID
CN_TP_CLSFN_ERROR_ALL_N2 Non Unique Default TRANSACTION_ID, RULE_ID
CN_TP_CLSFN_ERROR_ALL_N3 Non Unique Default CREDIT_ID, TRANSACTION_ID
CN_TP_CLSFN_ERROR_ALL_N4 Non Unique Default ORG_ID, EVENT_DATE
CN_TP_CLSFN_ERROR_ALL_U1 Unique Default CLSFN_ERROR_ID