[Home] [Help]
[Dependency Information]
Object Name: | OTA_CHAT_OBJ_INCLUSIONS |
---|---|
Object Type: | TABLE |
Owner: | OTA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This specifies that a chat belongs to a category or class. Chat can belong to multiple categories, or can only belong to one class. Once the chat belongs to a class, it cannot be defined under a category and vice versa.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OTA_CHAT_OBJ_INCLUSIONS_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CHAT_ID | NUMBER | (15) | Yes | Foreign key to OTA_CHATS_B |
OBJECT_ID | NUMBER | (15) | Yes | Id of the object with which the chat is associated. For example, category_usage_id or event_id |
OBJECT_TYPE | VARCHAR2 | (30) | Yes | Type of the object the chat is associated with. 'C' for category, 'E' for Class. |
START_DATE_ACTIVE | DATE | Start date when the association become active | ||
END_DATE_ACTIVE | DATE | End Date of the association | ||
PRIMARY_FLAG | VARCHAR2 | (1) | Determine whether the object is the primary for the chat. This column is only used for attaching category to a chat. | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Version control parameter |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT CHAT_ID
, OBJECT_ID
, OBJECT_TYPE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, PRIMARY_FLAG
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM OTA.OTA_CHAT_OBJ_INCLUSIONS;
OTA.OTA_CHAT_OBJ_INCLUSIONS does not reference any database object
OTA.OTA_CHAT_OBJ_INCLUSIONS is referenced by following:
|
|
|