CE_STMT_BALANCES_INT

CE_STMT_BALANCES_INT contains information about statement balance interface.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CE_STMT_BALANCES_INT_PK

STMT_BALANCE_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
STMT_BALANCE_INT_ID NUMBER 18 Yes Unique identifier of the statement balance in the interface.
LOAD_REQUEST_ID NUMBER 18 Oracle internal use only.
BANK_ACCOUNT_ID NUMBER 18 Bank account to which this balance is reported.
STATEMENT_HEADER_INT_ID NUMBER 18 Foreign key to the statement header interface table.
BALANCE_CODE VARCHAR2 50 Specifies the nature of balance. For example, opening booked balance.
ORIG_BALANCE_CODE VARCHAR2 30 Balance code reported originally in the data file.
BALANCE_AMOUNT NUMBER Balance amount corresponding to the balance code.
BALANCE_CURR VARCHAR2 30 Balance currency reported on the bank statement.
CREDIT_DEBIT_IND VARCHAR2 4 Identifies whether the balance amount included is positive (credit) or negative (debit).
CR_LINE_INCL_FLAG VARCHAR2 1 Indicates whether the credit line is included or not.
CR_LINE_CURR VARCHAR2 30 Currency code of the credit line.
CR_LINE_AMT NUMBER Amount of the credit line.
BALANCE_DATE DATE Date when the balance is reported.
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_INT ce_statement_headers_int STATEMENT_HEADER_INT_ID
ce_stmt_bal_avalbty_int ce_stmt_balances_int STMT_BALANCE_INT_ID

Indexes

Index Uniqueness Tablespace Columns
CE_STMT_BALANCES_INT_U1 Unique Default STMT_BALANCE_INT_ID