[Home] [Help]
[Dependency Information]
Object Name: | CLN_COLL_MESSAGES |
---|---|
Object Type: | TABLE |
Owner: | CLN |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores the detail messages for any collaboration.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CLN_COLL_MESSAGES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
CLN_COLL_MESSAGES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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. |
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;
CLN.CLN_COLL_MESSAGES does not reference any database object
CLN.CLN_COLL_MESSAGES is referenced by following:
|
|
|