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


TABLE: OKE.OKE_COMM_ACTIONS_TL

Object Details
Object Name: OKE_COMM_ACTIONS_TL
Object Type: TABLE
Owner: OKE
FND Design Data: TableOKE.OKE_COMM_ACTIONS_TL
Subobject Name:
Status: VALID


OKE_COMM_ACTIONS_TL stores language specific information for communication actions


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_COMM_ACTIONS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCOMM_ACTION_CODE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
COMM_ACTION_CODE VARCHAR2 (30) Yes Internal code for communication action
LANGUAGE VARCHAR2 (4) Yes Language code of current data
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
COMM_ACTION_NAME VARCHAR2 (80) Yes Displayed name for communication action
DESCRIPTION VARCHAR2 (240)
Description of communication action
SOURCE_LANG VARCHAR2 (4) Yes Source language code of current data
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT COMM_ACTION_CODE
,      LANGUAGE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      COMM_ACTION_NAME
,      DESCRIPTION
,      SOURCE_LANG
FROM OKE.OKE_COMM_ACTIONS_TL;

Dependencies

[top of page]

OKE.OKE_COMM_ACTIONS_TL does not reference any database object

OKE.OKE_COMM_ACTIONS_TL is referenced by following:

SchemaOKE
ViewOKE_COMM_ACTIONS_TL#