CE_RECON_EXCEPTIONS

CE_RECON_EXCEPTIONS contains information about reconciliation exceptions.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CE_RECON_EXCEPTIONS_PK

RECON_EXCEPTION_ID

Columns

Name Datatype Length Precision Not-null Comments Status
RECON_EXCEPTION_ID NUMBER 18 Yes Primary key of the table. Uniquely identifies each row in the table. Active
STATEMENT_LINE_ID NUMBER 18 Yes Bank statement line of the possible match pair. Active
STATEMENT_HEADER_ID NUMBER 18 Yes Bank statement to which the statement line belongs. Active
TRANSACTION_SOURCE VARCHAR2 30 Yes Source of the transaction in the possible match pair. Active
TRANSACTION_ID NUMBER 18 Yes Identifier of the system transaction. Active
RECON_MATCHING_RULE_ID NUMBER 18 Yes Recon matching rule used for automatic reconciliation. Active
RECON_TOLERANCE_RULE_ID NUMBER 18 Recon tolerance rule used for automatic reconciliation Active
EXCEPTION_TYPE VARCHAR2 30 Yes Type of the exception. For example, amount exception (AMT), date exception (DAT), or ambiguous exception (AMB). 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
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. 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
TRX_LINE_ID NUMBER 18 Supplementary identifier of the system transaction from a source like Oracle Fusion General Ledger that uses composite keys.

Foreign Keys

Table Foreign Table Foreign Key Column
CE_RECON_EXCEPTIONS ce_statement_lines STATEMENT_LINE_ID
CE_RECON_EXCEPTIONS ce_statement_headers STATEMENT_HEADER_ID
CE_RECON_EXCEPTIONS ce_recon_tolerance_rules RECON_TOLERANCE_RULE_ID
CE_RECON_EXCEPTIONS ce_recon_matching_rules RECON_MATCHING_RULE_ID

Indexes

Index Uniqueness Tablespace Columns Status
CE_RECON_EXCEPTIONS_N1 Non Unique FUSION_TS_TX_DATA STATEMENT_LINE_ID, STATEMENT_HEADER_ID Active
CE_RECON_EXCEPTIONS_U1 Unique Default RECON_EXCEPTION_ID