Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can we import the data into a database using sql * loader?

1192


How to create a purchase order without a requisition?

1197


What is the concept of soa governance?

1256


Can u give the Documentation of Custom.pll in oracle apps

3480


pls send me out bound code of supplers,site,bankiformation code pls as soon as

2266


What is sca and how is it useful?

1129


tell me the scenarios of the independent in reports

2504


List of all the modules under Manufacturing, Finance and Distribution in oracle applications?

2219


What are the benefits of using soa architecture?

1252


Do you know what is applysys in oracle application database schema, what is apps?

1179


What do you understand by soa and what are the benefits of using this architecture?

1090


What is a value set? List its various types.

1099


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.

3035


How to move the one file from one instance to another instance? And your scripts also?

1125


What is instead of trigger in where we will use?

1178