[Home] [Help]
[Dependency Information]
| Object Name: | IBY_EXT_FD_PMT_ERR_1_0_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IBY.IBY_EXT_FD_PMT_ERR_1_0_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYMENT_ID | NUMBER | (15) | Yes | |
| TRANSACTION_ERROR_ID | NUMBER | (15) | Yes | |
| ERROR_TYPE | VARCHAR2 | (30) | ||
| ERROR_TYPE_MEANING | VARCHAR2 | (80) | QuickCode meaning | |
| ERROR_CODE | VARCHAR2 | (30) | Yes | |
| ERROR_MESSAGE | VARCHAR2 | (255) | ||
| ERROR_DATE | DATE | Yes | ||
| ERROR_STATUS | VARCHAR2 | (30) | Yes | |
| ERROR_STATUS_MEANING | VARCHAR2 | (80) | QuickCode meaning |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_ID
, TRANSACTION_ERROR_ID
, ERROR_TYPE
, ERROR_TYPE_MEANING
, ERROR_CODE
, ERROR_MESSAGE
, ERROR_DATE
, ERROR_STATUS
, ERROR_STATUS_MEANING
FROM APPS.IBY_EXT_FD_PMT_ERR_1_0_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
IBY_PAYMENTS_ALL
IBY_TRANSACTION_ERRORS
APPS
IBY_XML_FD_PMT_ERR_1_0_V
|
|
|
|