Procedure to make DFF read only at run time

Which procedure should be used to make the DFF read only at run time?

FND_DESCR_FLEX.UPDATE_DEFINITION () is the name of the procedure that we need DFF read only at run time.

What is the significance of reference field in a DFF?

Using reference field in the DFF, you can toggle the DFF on the basis of reference field value. But using a field as a reference field has no effect on the field itself. That is, the reference field is simply a normal form field that has nothing to do with the flexfield unless you define the flexfield to use it as a reference field. If we use a reference field, the value of that field will populate its own column.
Significance of reference field in a DFF
Using reference field in the DFF, you can toggle the DFF on the basis of reference field value......
How to define global segment qualifier?
A segment qualifier for all segments is known as global segment qualifier. We can define global segment qualifier by tying the segment qualifier to global flex field qualifier......
Post your comment