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


TABLE: IEC.IEC_O_ALG_ACTION_DEFS_TL

Object Details
Object Name: IEC_O_ALG_ACTION_DEFS_TL
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


Contains translatable data for recycling algorithm action definitions.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_ALG_ACTION_DEFS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnACTION_CODE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
ACTION_CODE VARCHAR2 (32) Yes Unique code identifying the action.
LANGUAGE VARCHAR2 (4) Yes Language of the current record.
SOURCE_LANG VARCHAR2 (4) Yes The language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
DESCRIPTION VARCHAR2 (255) Yes Text describing the action.
SUBST_TEXT VARCHAR2 (255) Yes Text containing placeholders which will be substituted with actual values.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Used for locking in HTML applications.
SECURITY_GROUP_ID NUMBER (15)
Used in hosted environments.
Query Text

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


SELECT ACTION_CODE
,      LANGUAGE
,      SOURCE_LANG
,      DESCRIPTION
,      SUBST_TEXT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_O_ALG_ACTION_DEFS_TL;

Dependencies

[top of page]

IEC.IEC_O_ALG_ACTION_DEFS_TL does not reference any database object

IEC.IEC_O_ALG_ACTION_DEFS_TL is referenced by following:

SchemaAPPS
SynonymIEC_O_ALG_ACTION_DEFS_TL