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


TABLE: APPLSYS.FND_ID_FLEXS

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


FND_ID_FLEXS stores registration information about key flexfields.
Each row includes the four-character code that identifies the key
flexfield, the title of the flexfield (by which a user identifies
the flexfield), the name of the combinations table that contains
the key flexfield columns, and the name of the structure defining
(MultiFlex) column for the flexfield (SET_DEFINING_COLUMN_NAME).
Each row also contains values that identify the application that
owns the combination table and the application that owns the key
flexfield, a table-type flag that specifies whether the
combinations table is specific or generic (S or G), whether dynamic
inserts are feasible for the flexfield (Y or N), whether the key
flexfield can use ID type value sets, and the name of
the unique ID column in the combinations table. You need one row
for each key flexfield in each application. Oracle Application
Object Library uses this information to
generate a compiled key flexfield
definition.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_ID_FLEXS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_CODE
ColumnZD_EDITION_NAME
FND_ID_FLEXS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_NAME
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (10) Yes select application_id from fnd_tables where table_name = fnd_id_flexs.application_table_name and rownum = 1
ID_FLEX_CODE VARCHAR2 (4) Yes Key flexfield code
ID_FLEX_NAME VARCHAR2 (30) Yes Key flexfield structure identifier
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 (15)
Standard Who column
TABLE_APPLICATION_ID NUMBER (10) Yes select application_id from fnd_tables where table_name = fnd_id_flexs.application_table_name and rownum = 1
APPLICATION_TABLE_NAME VARCHAR2 (30) Yes Name of combination table
ALLOW_ID_VALUESETS VARCHAR2 (1) Yes Flag to indicate whether to allow ID type value set
DYNAMIC_INSERTS_FEASIBLE_FLAG VARCHAR2 (1) Yes Flag to indicate if dynamic insert is allowed for the flexfield
INDEX_FLAG VARCHAR2 (1) Yes Flag to indicate whether to lock the code combination table in exclusive mode before performing inserts
UNIQUE_ID_COLUMN_NAME VARCHAR2 (30) Yes The name of the unique ID column in the combinations table
DESCRIPTION VARCHAR2 (240)
Description
APPLICATION_TABLE_TYPE VARCHAR2 (1)
Falg to indicate if the combination table is generic or specific
SET_DEFINING_COLUMN_NAME VARCHAR2 (30)
The name of the structure defining multi-flex column for the flexfield
MAXIMUM_CONCATENATION_LEN NUMBER (15)
The maximum length for the concatenated flexfield combination
CONCATENATION_LEN_WARNING VARCHAR2 (240)
The warning message displayed when a concatenated segment length is greater than the maximum concatenation length
CONCATENATED_SEGS_VIEW_NAME VARCHAR2 (30)
KFV view name
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT APPLICATION_ID
,      ID_FLEX_CODE
,      ID_FLEX_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      TABLE_APPLICATION_ID
,      APPLICATION_TABLE_NAME
,      ALLOW_ID_VALUESETS
,      DYNAMIC_INSERTS_FEASIBLE_FLAG
,      INDEX_FLAG
,      UNIQUE_ID_COLUMN_NAME
,      DESCRIPTION
,      APPLICATION_TABLE_TYPE
,      SET_DEFINING_COLUMN_NAME
,      MAXIMUM_CONCATENATION_LEN
,      CONCATENATION_LEN_WARNING
,      CONCATENATED_SEGS_VIEW_NAME
,      ZD_EDITION_NAME
FROM APPLSYS.FND_ID_FLEXS;

Dependencies

[top of page]

APPLSYS.FND_ID_FLEXS does not reference any database object

APPLSYS.FND_ID_FLEXS is referenced by following:

SchemaAPPLSYS
ViewFND_ID_FLEXS#