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


TABLE: XDP.XDP_DQ_EXCEPTIONS

Object Details
Object Name: XDP_DQ_EXCEPTIONS
Object Type: TABLE
Owner: XDP
FND Design Data: TableXDP.XDP_DQ_EXCEPTIONS
Subobject Name:
Status: VALID


XDP_DQ_EXCEPTIONS stores exceptions for application queues and is populated by application logic. Queue exceptions can be viewed using Queue Console.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MESSAGE_ID RAW (16)
Handle to the message enqueued in the queue
WF_ITEM_TYPE VARCHAR2 (8)
Type of Workflow item
WF_ITEM_KEY VARCHAR2 (240)
Workflow item key
CALLER_NAME VARCHAR2 (40)
Name of the dequeuing process
CALLBACK_TEXT VARCHAR2 (4000)
Not used. For future use
Q_NAME VARCHAR2 (40)
Name of the queue
ERROR_REF_ID NUMBER
Yes Reference id of the queue
TIME_STAMP DATE

Timestamp at which the exception occured
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
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT MESSAGE_ID
,      WF_ITEM_TYPE
,      WF_ITEM_KEY
,      CALLER_NAME
,      CALLBACK_TEXT
,      Q_NAME
,      ERROR_REF_ID
,      TIME_STAMP
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XDP.XDP_DQ_EXCEPTIONS;

Dependencies

[top of page]

XDP.XDP_DQ_EXCEPTIONS does not reference any database object

XDP.XDP_DQ_EXCEPTIONS is referenced by following:

SchemaAPPS
SynonymXDP_DQ_EXCEPTIONS