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


TABLE: CLN.CLN_COLL_MESSAGES

Object Details
Object Name: CLN_COLL_MESSAGES
Object Type: TABLE
Owner: CLN
FND Design Data: TableCLN.CLN_COLL_MESSAGES
Subobject Name:
Status: VALID


Stores the detail messages for any collaboration.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CLN_COLL_MESSAGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDTL_MESSAGE_ID
CLN_COLL_MESSAGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOLLABORATION_DTL_ID
Columns
Name Datatype Length Mandatory Comments
DTL_MESSAGE_ID NUMBER

This is a unique running serial number generated by collaboration History Module. This uniquely identifies the collaboration message.
COLLABORATION_DTL_ID NUMBER

This is a unique running serial number generated by collaboration History Module. This uniquely identifies the collaboration details.
REFERENCE1 VARCHAR2 (30)
Reference to associate the message with the document.
REFERENCE2 VARCHAR2 (30)
Reference to associate the message with the document.
REFERENCE3 VARCHAR2 (30)
Reference to associate the message with the document.
REFERENCE4 VARCHAR2 (30)
Reference to associate the message with the document.
REFERENCE5 VARCHAR2 (30)
Reference to associate the message with the document.
DTL_MESSAGE_TEXT VARCHAR2 (2000)
Gives the detail message of the Collaboration event.
CREATION_DATE DATE

Standard who column.
CREATED_BY NUMBER

Standard who column.
LAST_UPDATE_DATE DATE

Standard who column.
LAST_UPDATED_BY NUMBER

Standard who column.
LAST_UPDATE_LOGIN NUMBER

Standard who column.
Query Text

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


SELECT DTL_MESSAGE_ID
,      COLLABORATION_DTL_ID
,      REFERENCE1
,      REFERENCE2
,      REFERENCE3
,      REFERENCE4
,      REFERENCE5
,      DTL_MESSAGE_TEXT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM CLN.CLN_COLL_MESSAGES;

Dependencies

[top of page]

CLN.CLN_COLL_MESSAGES does not reference any database object

CLN.CLN_COLL_MESSAGES is referenced by following:

SchemaAPPS
SynonymCLN_COLL_MESSAGES