[Home] [Help]
[Dependency Information]
| Object Name: | CEFV_BSRE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CE.CEFV_BSRE
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows reconciliation error information. A reconciliation error is an error or warning condition detected in automatic reconciliation.
| 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. |
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;
APPS
CE_RECONCILIATION_ERRORS
CE_STATEMENT_LINES
FND_NEW_MESSAGES
APPS.CEFV_BSRE is not referenced by any database object
|
|
|
|