In a Standard form a DFF is disable?How we can Enable it?
Answer Posted / rajat
To enable the DFF on the form, follow the steps below.
Open the form using the form builder and write the following
code in WHEN-NEW-FORM-INSTANCE trigger of the form. Standard
forms (already defined by oracle) will have this code
already present in the appropriate triggers.
FND_DESCR_FLEX.DEFINE (
BLOCK=> 'TEST_DESC',
FIELD=> 'DESC_FLEX_TEST',
APPL_SHORT_NAME=>'HR',
DESC_FLEX_NAME=>'DESC_FLEX_TEST'
);
Where BLOCK is the name of block containing DFF item
FIELD is the DFF item on form
APPL_SHORT_NAME is the short name of the application with
which the flex field is registered
DESC_FLEX_NAME is the name of the registered flexfield
Also write the following code in 'WHEN-NEW-ITEM-INSTANCE' at
the form level:
FND_FLEX.EVENT ('WHEN-NEW-ITEM-INSTANCE');
The DFF would look like as shown in the figure 18 and figure
19 below depending upon the context value provided in the form
for further reference :
http://www.exforsys.com/tutorials/oracle-apps/oracle-apps-implementing-key-flex-field-and-descriptive-flex-field/2.html
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
List the various types of value set.
What are do's and dont's of Interface?
Do you know what is applysys in oracle application database schema, what is apps?
What are the different components of soa suite?
What is instead of trigger in where we will use?
can we use look up type instead of a pofile option?or valueset?is it possible how?
In support project one ticket alloted which steps follows manualy tell me ?
Can you define an erp system?
How can we import the data into a database using sql * loader?
what are the balancing segments in AR?
What do you understand by a set of books?
where to define interorganization transaction charges and what are the different options?
Can you explain the difference between architecture followed in 10g & 11g?