CE_RECON_HISTORY

CE_RECON_HISTORY contains information about reconciliation history.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CE_RECON_HISTORY_PK

RECON_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
RECON_HISTORY_ID NUMBER 18 Yes Uniquely identifies the reconciliation history.
RECON_GROUP_NUM NUMBER 18 A sequence number to uniquely identify a reconciliation group within a bank account.
BANK_ACCOUNT_ID NUMBER 18 Bank account under which reconciliation happened.
RECON_MATCHING_RULE_ID NUMBER 18 Reconciliation matching rule used for automatic reconciliation.
RECON_TOLERANCE_RULE_ID NUMBER 18 Recon tolerance rule used in automatic reconciliation
AUTO_RECON_FLAG VARCHAR2 1 Flag to indicate whether this is a result from the automatic reconciliation.
RECON_ACTION VARCHAR2 2 Yes Action to indicate whether it is reconciliation or unreconciliation.
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who 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.

Foreign Keys

Table Foreign Table Foreign Key Column
CE_RECON_HISTORY ce_recon_matching_rules RECON_MATCHING_RULE_ID
CE_RECON_HISTORY ce_recon_tolerance_rules RECON_TOLERANCE_RULE_ID
ce_recon_history_items ce_recon_history RECON_HISTORY_ID
ce_external_transactions ce_recon_history RECON_HISTORY_ID

Indexes

Index Uniqueness Tablespace Columns
CE_RECON_HISTORY_U1 Unique Default RECON_HISTORY_ID