[Home] [Help]
[Dependency Information]
Object Name: | CE_RECONCILIATION_ERRORS |
---|---|
Object Type: | TABLE |
Owner: | CE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The CE_RECONCILIATION_ERRORS table stores information about errors that occurred while reconciling a bank statement. Each row includes the statement line identifier and error message name for retrieving the actual error messages. A record is written to this table for each error while running the AutoReconciliation program.
You can review the errors on the Bank Statements form or on the AutoReconciliation Execution report.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CE_RECONCILIATION_ERRORS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
CE_RECONCILIATION_ERRORS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
STATEMENT_LINE_ID | NUMBER | (15) | Statement line identifier | |
MESSAGE_NAME | VARCHAR2 | (500) | Yes | Message name |
CREATION_DATE | DATE | Yes | Standard WHO column | |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Application short name, CE | |
STATEMENT_HEADER_ID | NUMBER | (15) | Yes | Statement header identifier |
Cut, paste (and edit) the following text to query this object:
SELECT STATEMENT_LINE_ID
, MESSAGE_NAME
, CREATION_DATE
, CREATED_BY
, APPLICATION_SHORT_NAME
, STATEMENT_HEADER_ID
FROM CE.CE_RECONCILIATION_ERRORS;
CE.CE_RECONCILIATION_ERRORS does not reference any database object
CE.CE_RECONCILIATION_ERRORS is referenced by following:
|
|
|