InterviewSolution
| 1. |
What Is A Descriptive Flex Field? |
|
Answer» A DFF lets you define the custom fields into Oracle Application forms without CUSTOMIZING the program code. DFFs in forms are REPRESENTED by a "BEER mug" field (a single space field enclosed by brackets) that looks LIKE the following symbol: [ ]. They are usually stored in ATTRIBUTE 1...ATTRIBUTE n database columns. DFFs can also be USED to accept report parameters. A DFF lets you define the custom fields into Oracle Application forms without customizing the program code. DFFs in forms are represented by a "beer mug" field (a single space field enclosed by brackets) that looks like the following symbol: [ ]. They are usually stored in ATTRIBUTE 1...ATTRIBUTE n database columns. DFFs can also be used to accept report parameters. |
|