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
tell my any difficult situtation you solved in your experience in your company?
What is count(*) from po_vendors(any table)?
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 many schemas we have? how many you have used?
what is global tempory table?
What do you understand by concurrent programs?
q)what are the validations in sql*loader
What is a flexfield? List out its types.
How can a process be deployed in soa?
Explain oracle apps architecture.
Hi Friends this is preetham, i am searching for job on oracle apps(technical) i put 3 years fake exp, so any one please could you help me for realtime interview questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
what is pay run id ?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
Tell me how to debug the report?