CE_STMT_BALANCES

CE_STMT_BALANCES contains information about statement balances.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CE_STMT_BALANCES_PK

STMT_BALANCE_ID

Columns

Name Datatype Length Precision Not-null Comments
STMT_BALANCE_ID NUMBER 18 Yes Unique identifier of the bank statement balance.
BANK_ACCOUNT_ID NUMBER 18 Bank account on which the balance is reported.
STATEMENT_HEADER_ID NUMBER 18 Yes Bank statement on which the balance is reported.
BALANCE_CODE VARCHAR2 50 Yes Specifies the nature of balance. For example, opening booked balance.
BALANCE_AMOUNT NUMBER Yes Balance amount corresponding to the balance code.
BALANCE_DATE DATE Yes Specifies the Date of the Balance.
BALANCE_CURR VARCHAR2 30 Currency code of the bank account balance.
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_STMT_BALANCES ce_bank_accounts BANK_ACCOUNT_ID
CE_STMT_BALANCES ce_statement_headers STATEMENT_HEADER_ID
ce_stmt_bal_avalbty ce_stmt_balances STMT_BALANCE_ID

Indexes

Index Uniqueness Tablespace Columns
CE_STMT_BALANCES_N1 Non Unique CE_STMT_BALANCES_N1 BANK_ACCOUNT_ID, BALANCE_CODE
CE_STMT_BALANCES_U1 Unique Default STMT_BALANCE_ID