CE_ACCT_HISTORY

CE_ACCT_HISTORY contains information about account history.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CE_ACCT_HISTORY_PK

ACCT_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
ACCT_HISTORY_ID NUMBER 18 Yes Uniquely identifies account history.
TRANSACTION_SOURCE VARCHAR2 30 Yes Source of the transaction that is being accounted.
TRANSACTION_ID NUMBER 18 Yes Identifier to identify the transaction. For external transactions, this is the TRANSACTION_ID, not the EXTERNAL_TRANSACTION_ID.
EVENT_ID NUMBER 18 Yes Accounting event identifier when the event is raised.
EVENT_TYPE VARCHAR2 30 Yes Event type. For an external transaction, it could be CE_EXTERNAL_RECONCILED or CE_EXTERNAL_UNRECONCILED.
ACCOUNTING_DATE DATE Yes Date when the transaction was accounted.
STATUS_CODE VARCHAR2 30 Yes Status of the event, whether it is 'ACCOUNTED', 'UNACCOUNTED', or 'NOT_APPLICABLE'.
CURRENT_RECORD_FLAG VARCHAR2 1 Yes Flag to indicate whether this is the current record of the transaction.
CLEARED_DATE DATE Date when the transaction was cleared.
CLEARED_AMOUNT NUMBER Transaction amount that is cleared.
CLEARED_EXCHANGE_RATE NUMBER Exchange rate used for clearing.
CLEARED_EXCHANGE_DATE DATE Exchange date used for clearing.
CLEARED_EXCHANGE_RATE_TYPE VARCHAR2 30 Exchange rate type used for clearing.
REVERSAL_INDICATOR_FLAG VARCHAR2 1 Flag to indicate whether this is a reversal event. For example, 'CE_EXTERNAL_UNRECONCILED' is reversal event.
REVERSAL_FIRST_DIST_ID NUMBER 18 For a reversal event, the TRANSACTION_ID that this event is reversing.
REVERSAL_SECOND_DIST_NUM NUMBER 18 For a reversal event, the previous ACCT_HISTORY_ID that this event is reversing.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
CE_ACCT_HISTORY_N1 Non Unique Default TRANSACTION_ID
CE_ACCT_HISTORY_U1 Unique Default ACCT_HISTORY_ID