What is the significance of structure id in key flexfields?
A Key-Flexfield may be associated with single or multiple structures. This is specified when creating a new flexfield.
This can be clearly understood when defining a new key flexfield. Note that All the fields expect description and Structure column are optional.
If you want to enable a multi-structured flex-field you need to associate the corresponding back-end column.
What is the maximum number of segments that can be defined for kff?
Once can compile a KFF without any segments defined within. There is no lower limit. However, there is limit on the maximum number of segments to be used and that is 30 as rightly said by my friend.
Do we need to register standard DFF'S?
Stndars DFF’s are given by Oracle. We need not register. We can register Custom DFF’s.
Are the value sets mandatory for DFF segments?
Valuesets for the segments in DFF’s are not mandatory.
If require you can change as mandatory. In this Dff form on check box as unable/ disable you can using as require.
How do i enable a database column to use it in a DFF segment?
Open Flexfield => Descriptive=>Register and query required DFF. Click on “Columns” button enable/disable required columns there.
What is the use of group flex field and where exactly we use?
Group Flexfield is Used in Oracle Payroll. This Group Flexfield catches the information to which the employee belongs. eg : Regular then the employee belongs to Regular payroll Group.
Based on our requirements we categorize the employees in to groups for easy identification purpose.
How many flexfields are there in total modules?
There are Two types of flexfield they are
- Descriptve flexfield (which is optional)
- Key flexfield
IN keyflex thereare 33 key flexfilds which are used in varios modules of oracle application package.
Is it possible to enable/disable only few fields of any DFF?
Yes, it is possible to enable or disable few fileds in DFF by usning Check Box
What is the purpose of a flex field qualifier? why is it needed when you can have a unique name for a segment?
Flexfield qualifiers are basically used to identify the nature of the segment at the flexfield level. Qualifiers like Balancing, Cost Centre, InterEntity, Natural Account etc. indicates the type of segment.
For Ex–> Normally company segment is qualified as Balancing, which will intimate that the debits should balance the credits for a particular account for a specified company. i.e for a specific GL code combination.
Hence having unique names to the segments/flexfield has no connection with this as the purpose of the above is totally different.
Can we disable/enable a whole DFF not few attributes?
Yes, this can be done with Custom.pll It has a procedure call Event.In this procedure you can capture events like when-new-form-instance,when-new-item-instance etc So capture tht event on which you want to disable your DFF and use
name_in(‘system.current_form/item’) to know the name of your DFF and then using form built-in set_item_property disable that field. Same way we can do enable the DFF
Give the complete process cycle for OE / AR?
Order EnteredOrder BookedDispatch EligibleDispatchedPick Release EligiblePick ReleasedShip ConfirmInvoicedPosted in GL
What is the difference between flexfield qualifier and segment qualifier?
Flexfield qualifier identifies segement in a flexfield and segment qualifier identifies value in a segment.
There are four types of flexfiled qualifier 1) Balancing segment qualifier 2) cost center 3) natural account and 4) intercompnay.
segemtn qualifier:
- allow budgeting
- allow posting
- account type
- contral account and
- reconciliation flag
How do i enter the default value of key flexfield or DFF segment?
While defining segments or attribute of KFF or DFF in segement(accounting flexfield) window in validation box select constant in default type and enter default value.
What Is Concurrent Prg?
Concurrent Program is nothing but an instance of execution file along with parameters and incompatable.
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.
What is the significance of cross validate segments in the key flexfield structure screen?
Cross validation prevents the users from entering the invalid flexfield combinations. This is applicable to all the responsibilities.
Which procedure should be used to make the DFF read only at run time?
FND_DESCR_FLEX.UPDATE_DEFINITION ()
What is the difference between key flex field and descriptive flex field?
Key Flexfield is used to describe unique identifiers that will have a better meaning than using number IDs. e.g a part number, a cost centre etc.
Desc Flex is used to just capture extra information.
Key Flexfields have qualifiers whereas Desc Flexfields do not.
Desc Flexfields can have context sensitive segments while Key Flexfields cannot.
Â