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


TABLE: APPLSYS.FND_DESCRIPTIVE_FLEXS_TL

Object Details
Object Name: FND_DESCRIPTIVE_FLEXS_TL
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_DESCRIPTIVE_FLEXS_TL
Subobject Name:
Status: VALID


FND_DESCRIPTIVE_FLEXS_TL stores translated setup information about
descriptive flexfields. Each row includes the name and title of
the descriptive flexfield, the reference field prompt, and the
identifier of the application with which the flexfield is
registered. Each row also includes the language code representing
the language this information is in. You need one row for each
descriptive flexfield in each of the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DESCRIPTIVE_FLEXS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnDESCRIPTIVE_FLEXFIELD_NAME
ColumnLANGUAGE
FND_DESCRIPTIVE_FLEXS_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnTITLE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (10) Yes Application identifier
DESCRIPTIVE_FLEXFIELD_NAME VARCHAR2 (40) Yes Descriptive flexfield name
LANGUAGE VARCHAR2 (4) Yes Language
TITLE VARCHAR2 (60) Yes Descriptive flexfield title
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (10)
Standard Who column
FORM_CONTEXT_PROMPT VARCHAR2 (45) Yes Reference field prompt
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 (240)
Description
Query Text

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


SELECT APPLICATION_ID
,      DESCRIPTIVE_FLEXFIELD_NAME
,      LANGUAGE
,      TITLE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      FORM_CONTEXT_PROMPT
,      SOURCE_LANG
,      DESCRIPTION
FROM APPLSYS.FND_DESCRIPTIVE_FLEXS_TL;

Dependencies

[top of page]

APPLSYS.FND_DESCRIPTIVE_FLEXS_TL does not reference any database object

APPLSYS.FND_DESCRIPTIVE_FLEXS_TL is referenced by following:

SchemaAPPS
SynonymFND_DESCRIPTIVE_FLEXS_TL