[Home] [Help]
[Dependency Information]
Object Name: | FND_COMPILED_ID_FLEXS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
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.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 5 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_COMPILED_ID_FLEXS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
SYS_IL0000034771C00008$$ | LOB | UNIQUE |
![]() |
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 | CLOB | (4000) | Yes | Compiled definition of the key flexfield |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM APPLSYS.FND_COMPILED_ID_FLEXS;
APPLSYS.FND_COMPILED_ID_FLEXS does not reference any database object
APPLSYS.FND_COMPILED_ID_FLEXS is referenced by following:
|
|
|