DBA Data[Home] [Help] [Dependency Information]


TABLE: CE.CE_ARCH_RECON_ERRORS

Object Details
Object Name: CE_ARCH_RECON_ERRORS
Object Type: TABLE
Owner: CE
FND Design Data: TableCE.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.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

CE.CE_ARCH_RECON_ERRORS does not reference any database object

CE.CE_ARCH_RECON_ERRORS is referenced by following:

SchemaAPPS
SynonymCE_ARCH_RECON_ERRORS