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


VIEW: APPS.OKC_AQERRORS_V

Object Details
Object Name: OKC_AQERRORS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_AQERRORS_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
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
ID NUMBER
Yes Primary key column.
SOURCE_NAME VARCHAR2 (30) Yes Source name.
DATETIME DATE

Date/Time field.
Q_NAME VARCHAR2 (30)
Name field.
MSGID 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_CONTENTS CLOB (4000)
Message contents of the message on the queue
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
Query Text

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


SELECT ROW_ID
,      ID
,      SOURCE_NAME
,      DATETIME
,      Q_NAME
,      MSGID
,      RETRY_COUNT
,      QUEUE_CONTENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_AQERRORS_V;

Dependencies

[top of page]

APPS.OKC_AQERRORS_V references the following:

SchemaAPPS
SynonymOKC_AQERRORS
APPS.OKC_AQERRORS_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKC_AQE_PVT - show dependent code
Package BodyOKC_AQE_PVT - show dependent code
Package BodyOKC_AQM_PVT - show dependent code