What are the Major differences bteween key
flexfields ,descriptive flexfields
Answers were Sorted based on User's Feedback
Answer / samthaebenezar
key flexfields:capture the key information in code language
each code have specific meaninig
descriptive flexfields:capture the extra information
| Is This Answer Correct ? | 34 Yes | 7 No |
Answer / dayakarreddy
Key Flexfield is used to describe unique identifiers that
will have a better meaning than using number IDs. e.g a part
number, a cost centre etc Desc Flex is used to just capture
extra information. Key Flexfields have qualifiers whereas
Desc Flexfields do not. Desc Flexfields can have context
sensitive segments while Key flexfields cannot.
KFF is based on 2 table structure where as DFF is based on a
single table structure
A Key Flexfield as the name suggests is a 'Key' building
block of a module and is 'Required' for defining the
structure for objects of that module Eg. The Account
Structure, Item Structure, etc. A descriptive FF again as
the name suggests helps more in describing an object (like a
transaction or screen), more than the available fields on
that Screen
Key flexfield captures mandatory business information like
company, department,account etc.,whereas
Descriptive flexfield captures additional business
information like name of the company's MD etc.,
KFF displays like text item but DFF displays like [ ] .
A dff is a lables ,prompt less field provided on the form
of oracle applications package.IT is enabled in AOL
module.it is an optional flexfield .it is used to capture
the additional data which is unque to client information.
A key flex field is used to capture the key information of
an organisation.which is mandatory.
Key flexfields are flexible enough to let any organization
use the code scheme they want, without programming.
Descriptive flexfields provide customizable ?expansion
space? on your forms. You can use descriptive flexfields to
track additional information, important and unique to your
business, that would not otherwise be captured by the form
1.KFF is simply enter data and get results and DFF is user
want require when the get output.
2. KFF is did't give any expance space i.e additional space,
and DFF is provide additional expance the kff
3.kff is out puts or results giving the with in the four
walls only. and DFF is giving the results or outputs beyand
the 4 walls
4.KFF is not required any coding and DFF is may be required
when the user want.
After which stage can not cancel the order?
order status has changed to shipped/interfaced/closed these
orders only not able to cancelremaining all other order
status are possible to cancel
| Is This Answer Correct ? | 14 Yes | 6 No |
Answer / ratnakar
dff is used to capture more information from end user with
out changing table sturcture.dff will store in attributes.
sff is having context senstive .
kff is intelligent key.it will store in segments.it will
store data in code combinations.it is having flexfield
qulaifier and segment qulaifier.
flexfield qualifier is used to identify particular segment
for flexfield.
segment qulaifier is used identify particular value of the
segment.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / santhi
DFF:
*Will store the additional data.
*In DFF the data can be stored in Attribute columns.
*We can create our own DFF's and we can modify the existing DFF's.
KFF:
*Will store the unique data.
*In KFF the data can be stored in Segment columns.
*We can't create KFF's and we can modify the existing KFF's.
| Is This Answer Correct ? | 6 Yes | 3 No |
How many typres of Purchase order and what are those.
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
Can we run a package with out specification?If yes how?
While importing data into interface tables,if u got number of records are error(like more than 1000 records are error),how to imform user?
what is pl/sql table and pl/sql records? what is the use of that?
Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
what are external tables? how can we use external table instead of sql * loader to load data from flat file to staging table?
What are the User PARAMETERS in the Reports?
In hierarchical structure of a database? we have write query from where we should start?
What r the type Models in the system parameters of the report?
what is user exit and wat program do we write in user exit?