[Home] [Help]
[Dependency Information]
| Object Name: | AR_CONC_REQUEST_MESSAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_CONC_REQUEST_MESSAGES
|
| Subobject Name: | |
| Status: | VALID |
The AR_CONC_REQUEST_MESSAGES table stores untranslated messages that the Customer Merge program uses. These error and status messages are printed in the log or output file.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_CONC_REQUEST_MESSAGES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REQUEST_ID
CONC_REQUEST_MESSAGE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONC_REQUEST_MESSAGE_ID | NUMBER | (15) | Yes | Unique identifier of every message line inserted. |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| ERROR_NUMBER | NUMBER | Error number | ||
| TYPE | VARCHAR2 | (30) | Translation information, either Translate for translate this message or No Translate for do not translate | |
| TEXT | VARCHAR2 | (500) | Text of the messages passed from the merge program |
Cut, paste (and edit) the following text to query this object:
SELECT CONC_REQUEST_MESSAGE_ID
, REQUEST_ID
, CREATION_DATE
, CREATED_BY
, ERROR_NUMBER
, TYPE
, TEXT
FROM AR.AR_CONC_REQUEST_MESSAGES;
AR.AR_CONC_REQUEST_MESSAGES does not reference any database object
AR.AR_CONC_REQUEST_MESSAGES is referenced by following:
AR
AR_CONC_REQUEST_MESSAGES#
|
|
|
|