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


TABLE: IEX.IEX_STRATEGY_TEMPLATES_TL

Object Details
Object Name: IEX_STRATEGY_TEMPLATES_TL
Object Type: TABLE
Owner: IEX
FND Design Data: TableIEX.IEX_STRATEGY_TEMPLATES_TL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEX_STRATEGY_TEMPLATES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTRATEGY_TEMP_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
STRATEGY_TEMP_ID NUMBER
Yes Primary key
STRATEGY_NAME VARCHAR2 (240) Yes Stores actual note text. Typically will hold the entire note, or up to 2000 characters if the note is very long.
LANGUAGE VARCHAR2 (240) Yes Language.
SOURCE_LANG VARCHAR2 (240) 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.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT STRATEGY_TEMP_ID
,      STRATEGY_NAME
,      LANGUAGE
,      SOURCE_LANG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IEX.IEX_STRATEGY_TEMPLATES_TL;

Dependencies

[top of page]

IEX.IEX_STRATEGY_TEMPLATES_TL does not reference any database object

IEX.IEX_STRATEGY_TEMPLATES_TL is referenced by following:

SchemaIEX
ViewIEX_STRATEGY_TEMPLATES_TL#