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


TABLE: APPLSYS.FND_ID_FLEX_STRUCTURES_TL

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


FND_ID_FLEX_STRUCTURES_TL stores structure information about key
flexfields in each of the installed languages. Each row includes
an application identifier, key flexfield code, key flexfield
structure number, and key flexfield structure name. Each row also
includes a description of the structure, the shorthand window prompt,
and the language code indicating the language the information is
in. You need one row for each structure for every key 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_ID_FLEX_STRUCTURES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_CODE
ColumnID_FLEX_NUM
ColumnLANGUAGE
FND_ID_FLEX_STRUCTURES_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnID_FLEX_STRUCTURE_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (10) Yes Application identifier
ID_FLEX_CODE VARCHAR2 (4) Yes Key flexfield code
ID_FLEX_NUM NUMBER (15) Yes Key flexfield structure number
LANGUAGE VARCHAR2 (4) Yes Language
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
ID_FLEX_STRUCTURE_NAME VARCHAR2 (30) Yes Key flexfield structure name
DESCRIPTION VARCHAR2 (240)
Description
SHORTHAND_PROMPT VARCHAR2 (80)
The display prompt for shorthand window
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.
Query Text

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


SELECT APPLICATION_ID
,      ID_FLEX_CODE
,      ID_FLEX_NUM
,      LANGUAGE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ID_FLEX_STRUCTURE_NAME
,      DESCRIPTION
,      SHORTHAND_PROMPT
,      SOURCE_LANG
FROM APPLSYS.FND_ID_FLEX_STRUCTURES_TL;

Dependencies

[top of page]

APPLSYS.FND_ID_FLEX_STRUCTURES_TL does not reference any database object

APPLSYS.FND_ID_FLEX_STRUCTURES_TL is referenced by following:

SchemaAPPS
SynonymFND_ID_FLEX_STRUCTURES_TL