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


VIEW: APPS.XDP_ERROR_LOG_V

Object Details
Object Name: XDP_ERROR_LOG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_ERROR_LOG_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_TYPE VARCHAR2 (40) Yes Logical object type like ORDER, ADAPTER, ADAPTER_JOB etc
OBJECT_KEY VARCHAR2 (80) Yes Instance key for Object Type
MESSAGE VARCHAR2 (4000)
Message
ERROR_TIMESTAMP DATE
Yes Error Time Stamp
ERROR_TYPE VARCHAR2 (30)
Error type
Query Text

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


SELECT OBJECT_TYPE
,      OBJECT_KEY
,      MESSAGE
,      ERROR_TIMESTAMP
,      ERROR_TYPE
FROM APPS.XDP_ERROR_LOG_V;

Dependencies

[top of page]

APPS.XDP_ERROR_LOG_V references the following:

SchemaAPPS
PL/SQL PackageXDP_ERRORS_PKG - show dependent code
SynonymXDP_ERROR_LOG
APPS.XDP_ERROR_LOG_V is referenced by following:

SchemaAPPS
Package BodyXDP_ERRORS_PKG - show dependent code