[Home] [Help]
[Dependency Information]
| Object Name: | OTA_FRM_OBJ_INCLUSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | OTA |
| FND Design Data: | OTA.OTA_FRM_OBJ_INCLUSIONS
|
| Subobject Name: | |
| Status: | VALID |
This specifies that a forum belongs to a category or class. Forum can belong to multiple categories, or can only belong to one class. Once the forum belongs to a class, it cannot be defined under a category and vice versa.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OTA_FRM_OBJ_INCLUSIONS_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FORUM_ID
OBJECT_ID
OBJECT_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FORUM_ID | NUMBER | (15) | Yes | Foreign key to OTA_FORUMS_B |
| OBJECT_ID | NUMBER | (15) | Yes | Id of the object with which the forum is associated. For example, category_usage_id or event_id |
| OBJECT_TYPE | VARCHAR2 | (30) | Yes | Type of the object the forum is associated with. 'C' for category, 'E' for Class. |
| START_DATE_ACTIVE | DATE | Active Start Date of the association | ||
| END_DATE_ACTIVE | DATE | End Date of the association | ||
| PRIMARY_FLAG | VARCHAR2 | (1) | Determine whether the object is the primary for the forum. This column is only used for attaching category to a forum. | |
| 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 FORUM_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_FRM_OBJ_INCLUSIONS;
OTA.OTA_FRM_OBJ_INCLUSIONS does not reference any database object
OTA.OTA_FRM_OBJ_INCLUSIONS is referenced by following:
OTA
OTA_FRM_OBJ_INCLUSIONS#
|
|
|
|