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


TABLE: APPLSYS.FND_COMPILED_ID_FLEXS

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


FND_COMPILED_ID_FLEXS stores compiled information about key
flexfields. Each row includes values that identify a key flexfield
(ID_FLEX_CODE) and the application with which the key flexfield
is registered, and a flexfield compiler version. Each row
also includes the actual compiled definition of the key flexfield,
which is derived from the information stored in other key flexfield
tables, and the sequence of the key flexfield compiled definition.
You need at least one row for each key flexfield
that has been defined, frozen and saved. You may have additional
rows for flexfields that you compiled using different versions
of the flexfield compiler. Oracle Application Object Library
uses this information to display and validate key flexfield
pop-up windows.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_COMPILED_ID_FLEXS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_CODE
ColumnCOMPILER_VERSION_NUM
ColumnSEQUENCE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (10) Yes Application identifier
ID_FLEX_CODE VARCHAR2 (4) Yes Key flexfield code
COMPILER_VERSION_NUM NUMBER (10) Yes Flexfield compiler version
SEQUENCE NUMBER (10) Yes Sequence of compiled key flexfield definition
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (10) Yes Standard Who column
LANGUAGE VARCHAR2 (30)
Language
COMPILED_DEFINITION LONG (0) Yes Compiled definition of the key flexfield
Query Text

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


SELECT APPLICATION_ID
,      ID_FLEX_CODE
,      COMPILER_VERSION_NUM
,      SEQUENCE
,      CREATION_DATE
,      CREATED_BY
,      LANGUAGE
,      COMPILED_DEFINITION
FROM APPLSYS.FND_COMPILED_ID_FLEXS;

Dependencies

[top of page]

APPLSYS.FND_COMPILED_ID_FLEXS does not reference any database object

APPLSYS.FND_COMPILED_ID_FLEXS is referenced by following:

SchemaAPPS
SynonymFND_COMPILED_ID_FLEXS