[Home] [Help]
[Dependency Information]
| Object Name: | OKC_AQMSGSTACKS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_AQMSGSTACKS
|
| Subobject Name: | |
| Status: | VALID |
This holds details of the message stack for errors reported from process(es) subscribing to an AQ.
Due to the asynchronous nature of AQ - there is no 'calling module' to report any errors encountered by the process subscribing to the AQ. If the subscribing process (or any other processes it calls) encounters any errors - it will write the details of the error to the OKC_AQERRORS table.
The message stack details will be written to this table (OKC_AQMSGSTACKS). Details include the sequence of the message, message name, message number and message text.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_AQMSGSTACKS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AQE_ID
MSG_SEQ_NO
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AQE_ID | NUMBER | Yes | Foreign key to OKC_AQERRORS. | |
| MSG_SEQ_NO | NUMBER | (10) | Yes | Message sequence number. |
| MESSAGE_NAME | VARCHAR2 | (30) | Message name. | |
| MESSAGE_NUMBER | VARCHAR2 | (9) | Message number. | |
| MESSAGE_TEXT | VARCHAR2 | (1995) | Message text. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT AQE_ID
, MSG_SEQ_NO
, MESSAGE_NAME
, MESSAGE_NUMBER
, MESSAGE_TEXT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM OKC.OKC_AQMSGSTACKS;
OKC.OKC_AQMSGSTACKS does not reference any database object
OKC.OKC_AQMSGSTACKS is referenced by following:
OKC
OKC_AQMSGSTACKS#
|
|
|
|