[Home] [Help]
[Dependency Information]
Object Name: | OTA_FORUMS_B |
---|---|
Object Type: | TABLE |
Owner: | OTA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Forum can belongs to a category or class. Forum can be used to communicate between one or more user online.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OTA_FORUMS_B_PK | NORMAL | UNIQUE |
![]() |
![]() |
OTA_FORUMS_B_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FORUM_ID | NUMBER | (15) | Yes | The system generated surrogatekey for this entry. |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ALL_ORGANIZATION_UNITS |
MESSAGE_TYPE_FLAG | VARCHAR2 | (1) | Yes | Default is 'P',indicating public messages. If the 'allow private message' checkbox is checked, this is set to 'V'. If both the optons are selected, this is set to 'B'. |
ALLOW_HTML_FLAG | VARCHAR2 | (1) | Yes | The default text format is plain text. If the user wants HTML markup type also, he can check this option. Default 'N'. |
ALLOW_ATTACHMENT_FLAG | VARCHAR2 | (1) | Yes | Determines if attachments can be uploaded with messages. Default 'N' |
AUTO_NOTIFICATION_FLAG | VARCHAR2 | (1) | Yes | If selected, learners will get notifications automatically everytime a message is posted, else learners will have to select the notification option for the forum on the learner side. Default 'N' |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Version control parameter |
PUBLIC_FLAG | VARCHAR2 | (1) | Yes | Determine whether All learners can subcribe to it or need to be based on learner access. Default is 'Y'. |
START_DATE_ACTIVE | DATE | Active Start Date of the forum | ||
END_DATE_ACTIVE | DATE | End date of the Forum | ||
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
, BUSINESS_GROUP_ID
, MESSAGE_TYPE_FLAG
, ALLOW_HTML_FLAG
, ALLOW_ATTACHMENT_FLAG
, AUTO_NOTIFICATION_FLAG
, OBJECT_VERSION_NUMBER
, PUBLIC_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM OTA.OTA_FORUMS_B;
OTA.OTA_FORUMS_B does not reference any database object
OTA.OTA_FORUMS_B is referenced by following:
|
|
|