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


TABLE: OSM.AS_CONC_REQUEST_MESSAGES

Object Details
Object Name: AS_CONC_REQUEST_MESSAGES
Object Type: TABLE
Owner: OSM
FND Design Data: TableAS.AS_CONC_REQUEST_MESSAGES
Subobject Name:
Status: VALID


AS_CONC_REQUEST_MESSAGES stores messages generated by the
Oracle Sales and Marketing concurrent programs.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000028883C00014$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
AS_CONC_REQUEST_MESSAGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINDEX_NAME
ColumnINDEX_OWNER
AS_CONC_REQUEST_MESSAGES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTABLE_NAME
ColumnTABLE_OWNER
Columns
Name Datatype Length Mandatory Comments
CONC_REQUEST_MESSAGE_ID NUMBER
Yes Unique Concurrent Request Message Identifier.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
REQUEST_ID NUMBER

Request identifier of last concurrent program to update record
TYPE VARCHAR2 (30)
Message type
ERROR_NUMBER NUMBER

Error number
TEXT VARCHAR2 (255)
Message text
SECURITY_GROUP_ID NUMBER

Subscriber id, for CRM Online Services use
INDEX_NAME VARCHAR2 (240)
Index Name used by AS_UTILITY_PVT code
INDEX_OWNER VARCHAR2 (240)
Index owner used by AS_UTILITY_PVT code
TABLE_NAME VARCHAR2 (240)
Table Name used by AS_UTILITY_PVT code
TABLE_OWNER VARCHAR2 (240)
Table Owner used by AS_UTILITY_PVT code
INDEX_TEXT VARCHAR2 (4000)
Index text used by AS_UTILITY_PVT code
INDEX_DATA CLOB (4000)
Index Data used by AS_UTILITY_PVT code
OBJECT_VERSION_NUMBER NUMBER

Object Version Number
Query Text

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


SELECT CONC_REQUEST_MESSAGE_ID
,      CREATION_DATE
,      CREATED_BY
,      REQUEST_ID
,      TYPE
,      ERROR_NUMBER
,      TEXT
,      SECURITY_GROUP_ID
,      INDEX_NAME
,      INDEX_OWNER
,      TABLE_NAME
,      TABLE_OWNER
,      INDEX_TEXT
,      INDEX_DATA
,      OBJECT_VERSION_NUMBER
FROM OSM.AS_CONC_REQUEST_MESSAGES;

Dependencies

[top of page]

OSM.AS_CONC_REQUEST_MESSAGES does not reference any database object

OSM.AS_CONC_REQUEST_MESSAGES is referenced by following:

SchemaOSM
ViewAS_CONC_REQUEST_MESSAGES#