|
Oracle Home |
|
Home > Oracle Applications 11i/ R12 > System Administration |
|
Oracle Applications System Administration |
|---|
Oracle Apps Flex Fields (Q & A) |
|
Note: The article named Oracle Apps Flex Fields was taken from www.in-oracle.com.
The values for items are kept in segments. The segments could be combined logically in groups called structures. One flexfield contains one or more structures.
A value set is a set of values or a range of values a segment could get values from.
3. Which are the 2 types of Flexfields ?
The 2 types of flexfields are:
The DFFs are: - optional - enclosed in brackets - in contrast to the KFF, are not shared between applications
4. How could I see which KFFs I have registered in the database ?
If you want to see which KFFs you have registered in the database and the tables which store they code combinations you could run the following SELECT:
SELECT id_flex_name, application_table_name FROM apps.fnd_id_flexs order by application_id;
Example:
SQL> SELECT id_flex_name, application_table_name FROM apps.fnd_id_flexs order by application_id;
5. Which are the steeps in creating a KFF layout ?
- identify the structure title - plan the number and order of segments - identify the value sets to be used - choose the segments prompts - determine which segments are displayed or not - establish relationships between segments
Note: The article named Oracle Apps Flex Fields was taken from www.in-oracle.com.
Overview of Flexfield Concepts
This chapter provides you with a conceptual overview of flexfields. You
will learn about:
This information was taken from Oracle documentation.
|
|
Home > Oracle Applications 11i/ R12 > System Administration > Flex Fields (Q & A) |
|
Different Romanian Links/ Linkuri romanesti diferite |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.