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
How can we import the data into a database using sql * loader?
How to create a purchase order without a requisition?
What is the concept of soa governance?
Can u give the Documentation of Custom.pll in oracle apps
pls send me out bound code of supplers,site,bankiformation code pls as soon as
What is sca and how is it useful?
tell me the scenarios of the independent in reports
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
What are the benefits of using soa architecture?
Do you know what is applysys in oracle application database schema, what is apps?
What do you understand by soa and what are the benefits of using this architecture?
What is a value set? List its various types.
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
How to move the one file from one instance to another instance? And your scripts also?
What is instead of trigger in where we will use?