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


TABLE: OTA.OTA_CHAT_MESSAGES

Object Details
Object Name: OTA_CHAT_MESSAGES
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.OTA_CHAT_MESSAGES
Subobject Name:
Status: VALID


This hold the messages which have been posted to the chat by external or internal learner.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_CHAT_MESSAGES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHAT_MESSAGE_ID
OTA_CHAT_MESSAGES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHAT_ID
OTA_CHAT_MESSAGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
OTA_CHAT_MESSAGES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
OTA_CHAT_MESSAGES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTACT_ID
Columns
Name Datatype Length Mandatory Comments
CHAT_MESSAGE_ID NUMBER (15) Yes System generated surrogate key for each distinct module version.
CHAT_ID NUMBER (15) Yes Foreign key to OTA_CHATS_B
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS
PERSON_ID NUMBER (10)
oreign key to PER_ALL_PEOPLE_F. Indicate the internal learner who post message the chat.
CONTACT_ID NUMBER (15)
Foreign key to HZ_CUST_ACCOUNT_ROLES. Indicate the extenal learner who post message to the chat.
TARGET_PERSON_ID NUMBER (10)
Foreign key to PER_ALL_PEOPLE_F. Indicate the internal learner whom the message from the chat is for.
TARGET_CONTACT_ID NUMBER (15)
Foreign key to HZ_CUST_ACCOUNT_ROLES. Indicate the extenal learner whom the message to the chat is for.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Version control parameter
MESSAGE_TEXT VARCHAR2 (4000) Yes chat message text
CREATED_BY NUMBER (15) Yes Standard Who Column.
CREATION_DATE DATE
Yes Standard Who Column.
LAST_UPDATE_DATE DATE

Standard Who Column.
LAST_UPDATED_BY NUMBER (15)
Standard Who Column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column.
Query Text

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


SELECT CHAT_MESSAGE_ID
,      CHAT_ID
,      BUSINESS_GROUP_ID
,      PERSON_ID
,      CONTACT_ID
,      TARGET_PERSON_ID
,      TARGET_CONTACT_ID
,      OBJECT_VERSION_NUMBER
,      MESSAGE_TEXT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_CHAT_MESSAGES;

Dependencies

[top of page]

OTA.OTA_CHAT_MESSAGES does not reference any database object

OTA.OTA_CHAT_MESSAGES is referenced by following:

SchemaOTA
ViewOTA_CHAT_MESSAGES#