CE_STMT_LINE_DETAILS_INT

CE_STMT_LINE_DETAILS_INT contains information about statement line details interface.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CE_STMT_LINE_DETAILS_INT_PK

STMT_LINE_DETAIL_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
STMT_LINE_DETAIL_INT_ID NUMBER 18 Yes Unique identifier of the statement line detail.
LOAD_REQUEST_ID NUMBER 18 Oracle internal use only.
STMT_LINE_INT_ID NUMBER 18 Foreign key to the statement line interface.
MESSAGE_ID VARCHAR2 100 Point to point reference assigned by the instructing party of the underlying message.
ACCT_SRVCR_REF VARCHAR2 50 Reference of the account servicing institution for transaction.
INSTRUCTION_IDENTIFICATION VARCHAR2 100 Unique identification assigned by an instructing party to unambiguously identify an instructed party.
END_TO_END_ID VARCHAR2 100 Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
TRANSACTION_ID VARCHAR2 20 Unique identification assigned by the first instructing agent to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire interbank chain.
MANDATE_ID VARCHAR2 20 Reference of the direct debit mandate that is signed between the debtor and the creditor.
CHECK_NUMBER VARCHAR2 50 Identifies the check number of the underlying transaction.
CLEARING_SYSTEM_REF VARCHAR2 50 Unique and unambiguous identifier for a payment instruction that is assigned by the clearing system.
PROP_TYPE VARCHAR2 100 Identifies the type of proprietary reference of an underlying transaction.
PROP_REFERENCE VARCHAR2 100 Proprietary reference specification related to the underlying transaction.
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_LINE_DETAILS_INT ce_statement_lines_int STMT_LINE_INT_ID

Indexes

Index Uniqueness Tablespace Columns
CE_STMT_LINE_DETAILS_INT_U1 Unique Default STMT_LINE_DETAIL_INT_ID