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


TABLE: AR.AR_CONC_REQUEST_MESSAGES

Object Details
Object Name: AR_CONC_REQUEST_MESSAGES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CONC_REQUEST_MESSAGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
ColumnCONC_REQUEST_MESSAGE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

AR.AR_CONC_REQUEST_MESSAGES does not reference any database object

AR.AR_CONC_REQUEST_MESSAGES is referenced by following:

SchemaAR
ViewAR_CONC_REQUEST_MESSAGES#