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


TABLE: OTA.OTA_ANNOUNCEMENTS_TL

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


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

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;

Dependencies

[top of page]

OTA.OTA_ANNOUNCEMENTS_TL does not reference any database object

OTA.OTA_ANNOUNCEMENTS_TL is referenced by following:

SchemaAPPS
SynonymOTA_ANNOUNCEMENTS_TL
TriggerOTA_ANNOUNCEMENTS_TL041320_WHO