In a Standard form a DFF is disable?How we can Enable it?

Answers were Sorted based on User's Feedback



In a Standard form a DFF is disable?How we can Enable it?..

Answer / bobbyiiit

Help -> diagnostics -> Examine
find the DFF name

Application developer -> responsibility -> Flexfields -> dff
-> segments

open the DFF, uncheck "freeze Flexfield"
check the checkbox enable
save
check "freeze Flexfield"

Is This Answer Correct ?    12 Yes 0 No

In a Standard form a DFF is disable?How we can Enable it?..

Answer / manohar

Open the form.

go to Help>diagnostics>Examine>
enter these values

Block: $$descflex field$$
item: Dff Name(it is list of value select dff u want to
enable).
Text: It will display(Dff Description).( Copy this text
name).

close the form.
go to Application developer
responsibility>Flexfields>dff>segments
press f11
in the dff name field( Paste the text what we have copied
above).
press Ctl+f11
go to segments. create your own structure and then compile
the flexfield.

thank u.

Is This Answer Correct ?    8 Yes 1 No

In a Standard form a DFF is disable?How we can Enable it?..

Answer / bujji

Help -> diagnostics -> Examine
find the DFF name

Application developer -> responsibility -> Flexfields -> dff
-> segments

open the DFF, uncheck "freeze Flexfield"
check the checkbox enable
save
check "freeze Flexfield"

Is This Answer Correct ?    4 Yes 0 No

In a Standard form a DFF is disable?How we can Enable it?..

Answer / 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

In a Standard form a DFF is disable?How we can Enable it?..

Answer / aparna

We can't able Enable/Disable a DFF Filed.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More Oracle Apps Technical Interview Questions

What is procedure?

3 Answers   IBM,


explain o2c cycle? what are the table reflected for this process?

1 Answers   BirlaSoft,


How to retry multiple errored workflow processes? What is the access level in workflow used for? How do you define start and end functions in workflow? How does they differ from normal functions? Give me some workflow tables? What is the difference between a function and notification in workflow? I have sent two different notifications to two different users and I want to wait till both they are approved to send 3rd notification. How can you achieve it? What is item type and item key in workflow? How do you use attribute values in workflow messages? How do you use lookups in workflow? What are roles in workflow and how they are used? How do you download or upload a workflow from a server? What are steps to customize the workflow? What functions can you perform from workflow administrator responsibility? To send an email to the user workflow notification is the only way or is there any other ways to send it? Give me some workflow standard procedures? How can you run/start/kickoff workflow? What is wf_engine package used for? How many processes can each workflow contain? What is Runnable option in workflow? At what level it exists? What are different types of attributes in workflow? How do you reassign a notification? What is process in workflow? How can you send direct oracle form link through workflow notifications? How can you send a notification to multiple users? Can you change the list dynamically? Can you send html code in workflow notification? I have sent two different notifications to two different users and I want to wait till atleast one is approved to send 3rd notification. How can you achieve it?

0 Answers   Accenture, CTS,


Can you explain the difference between architecture followed in 10g & 11g?

0 Answers  


what are stock locators and how to define them? name the tables where the stock locator information is stored. at least two.

3 Answers   Scan Steel,






Steps for DFF registration

2 Answers   IBM, Savvis, Wipro,


what is aim methodolozy

1 Answers  


How many types of projects are there in project module?

6 Answers   Fujitsu, Tech Mahindra,


what is meant by Drill Down in Discoverer report? why it will be use?

3 Answers   Oracle,


You are working with interfaces if client doesnot give any flat then what will u do?

8 Answers   Wipro,


What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1

25 Answers   IBM, Satyam,


Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen

2 Answers   TCS,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)