In a Standard form a DFF is disable?How we can Enable it?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
How many standard interface programs in oracle purchasing module and oracle inventory? What are they?
AOL?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using >CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
If we transfer the data from legacy system to oracle base tables. I want to hold the data in interface table how?
We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
can we get profile values in report without using user exists is it possible how?
how to enable Zoom function and steps?
please send me forms, xml pulisher questions,answers
how will you refer a report column (data column,formula,summery,placeholderr)?
How many parameters we can pass through pl/sql program in Oracle apps
link between po and ap modules