Requirement for Dynamic Dependent DFF Values Based on Site Selection in Oracle Fusion
We have two Descriptive Flexfield (DFF) fields:
- Site DFF (First DFF): This field has two possible values:
a. San Salvo
b. At Supplier - Building DFF (Second DFF): This field is dependent on the selection made in the Site DFF.
Current Setup:
- When the user selects San Salvo in the Site DFF, the Building DFF is populated with a fixed dependent value set.
- When the user selects At Supplier in the Site DFF, the Building DFF currently remains empty (null).
New Requirement:
- For "San Salvo": The current logic (fixed value set) will remain unchanged.
- For "At Supplier": We need to implement a SQL query that pulls all active suppliers from the database when "At Supplier" is selected in the Site DFF.
Tagged:
0