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


TABLE: OTA.OTA_FRM_OBJ_INCLUSIONS

Object Details
Object Name: OTA_FRM_OBJ_INCLUSIONS
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_FRM_OBJ_INCLUSIONS_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFORUM_ID
ColumnOBJECT_ID
ColumnOBJECT_TYPE
Columns
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
Query Text

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;

Dependencies

[top of page]

OTA.OTA_FRM_OBJ_INCLUSIONS does not reference any database object

OTA.OTA_FRM_OBJ_INCLUSIONS is referenced by following:

SchemaAPPS
SynonymOTA_FRM_OBJ_INCLUSIONS
TriggerOTA_FRM_OBJ_INCLUSIONS_WHO