[Home] [Help]
View: XDP_ERROR_LOG_V
| Product: | XDP - Provisioning |
| Description: | Shows MLS compliant error messages belonging to different application entities (Order, Adapters, etc). |
| Implementation/DBA Data: |
APPS.XDP_ERROR_LOG_V
|
View Text
SELECT OBJECT_TYPE
, OBJECT_KEY
, XDP_ERRORS_PKG.GET_MESSAGE(MESSAGE_NAME
, MESSAGE_PARAMETERS)
, ERROR_TIMESTAMP
, ERROR_TYPE
FROM XDP_ERROR_LOG
Columns
| Name |
| OBJECT_TYPE |
| OBJECT_KEY |
| MESSAGE |
| ERROR_TIMESTAMP |
| ERROR_TYPE |