[Home] [Help]
[Dependency Information]
| Object Name: | CE_ARCH_RECON_ERRORS |
|---|---|
| Object Type: | TABLE |
| Owner: | CE |
| FND Design Data: | CE.CE_ARCH_RECON_ERRORS
|
| Subobject Name: | |
| Status: | VALID |
The CE_ARCH_RECON_ERRORS table stores information about archived statement reconciliation errors. A row in this table corresponds to an archived CE_RECONCILIATION_ERRORS record. This table is populated when you run the Archive/Purge Bank Statements program and choose to archive.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STATEMENT_LINE_ID | NUMBER | (15) | Statement line identifier | |
| MESSAGE_NAME | VARCHAR2 | (30) | 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_ARCH_RECON_ERRORS;
CE.CE_ARCH_RECON_ERRORS does not reference any database object
CE.CE_ARCH_RECON_ERRORS is referenced by following:
APPS
CE_ARCH_RECON_ERRORS
|
|
|
|