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


VIEW: APPS.CEFV_BSRE

Object Details
Object Name: CEFV_BSRE
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCE.CEFV_BSRE
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows reconciliation error information. A reconciliation error is an error or warning condition detected in automatic reconciliation.


[View Source]

Columns
Name Datatype Length Mandatory Comments
STATEMENT_LINE_ID NUMBER (15)
Bank statement line identifier.
ERROR_MESSAGE VARCHAR2 (2000) Yes Message that explains why the statement could not be automatically reconciled to a transaction.
STATEMENT_LINE_NUMBER NUMBER (15) Yes Bank statement line number.
CREATED_DATE DATE
Yes Standard WHO column.
CREATED_BY NUMBER (15) Yes Standard WHO column.
LAST_UPDATED_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT STATEMENT_LINE_ID
,      ERROR_MESSAGE
,      STATEMENT_LINE_NUMBER
,      CREATED_DATE
,      CREATED_BY
,      LAST_UPDATED_DATE
,      LAST_UPDATED_BY
FROM APPS.CEFV_BSRE;

Dependencies

[top of page]

APPS.CEFV_BSRE references the following:

SchemaAPPS
SynonymCE_RECONCILIATION_ERRORS
SynonymCE_STATEMENT_LINES
SynonymFND_NEW_MESSAGES

APPS.CEFV_BSRE is not referenced by any database object