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


VIEW: APPS.OKC_QUE_ERROR_CNT_V

Object Details
Object Name: OKC_QUE_ERROR_CNT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_QUE_ERROR_CNT_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes System generated Unique Identifier.
SOURCE_NAME VARCHAR2 (30) Yes The source which triggered off the queue.
BEGIN_DATE DATE

Date and Time of Occurrence
QUEUE_NAME VARCHAR2 (30)
Name of the Queue which had the error.
MESSAGE_ID RAW (16)
Message ID.
RETRY_COUNT NUMBER (4)
No of times the message has been put back on the AQ after error for retry .
QUEUE_CONTENT CLOB (4000)
Message contents of the message on the queue .
Query Text

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


SELECT ID
,      SOURCE_NAME
,      BEGIN_DATE
,      QUEUE_NAME
,      MESSAGE_ID
,      RETRY_COUNT
,      QUEUE_CONTENT
FROM APPS.OKC_QUE_ERROR_CNT_V;

Dependencies

[top of page]

APPS.OKC_QUE_ERROR_CNT_V references the following:

SchemaAPPS
SynonymOKC_AQERRORS

APPS.OKC_QUE_ERROR_CNT_V is not referenced by any database object