[Home] [Help]
[Dependency Information]
Object Name: | OTA_ANNOUNCEMENTS_TL |
---|---|
Object Type: | TABLE |
Owner: | OTA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table only contains a subset of the columns from the base table.
Contains translated title and body of the announcement.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OTA_ANNOUNCEMENTS_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ANNOUNCEMENT_ID | NUMBER | (15) | Yes | System generated surrogate key for each distinct module version. |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
ANNOUNCEMENT_TITLE | VARCHAR2 | (80) | Yes | Title of the Announcement |
ANNOUNCEMENT_BODY | VARCHAR2 | (4000) | Yes | Detail of the Announcement. |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Source of Language |
CREATED_BY | NUMBER | (15) | Standard Who Column | |
CREATION_DATE | DATE | 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 ANNOUNCEMENT_ID
, LANGUAGE
, ANNOUNCEMENT_TITLE
, ANNOUNCEMENT_BODY
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM OTA.OTA_ANNOUNCEMENTS_TL;
OTA.OTA_ANNOUNCEMENTS_TL does not reference any database object
OTA.OTA_ANNOUNCEMENTS_TL is referenced by following:
|
|
|