FND Flex Values
Description:
Report for all flex values and the hierarchies they are included in. Column ‘Hierarchy Position’ can be used to validate your account hierarchy setup and check which account segment values are not included in any (or a specific) hierarchy yet.
In EBS R12.2., there is new flexfield value security in place, which would require the UMX|FND_FLEX_VSET_ALL_PRIVS_ROLE role to maintain flexfield values. If you do not have this role but apps DB access, you can add it from the backend:
begin wf_local_synch.propagateuserrole( p_user_name=>’ANDY.HAACK’, p_role_name=>’UMX|FND_FLEX_VSET_ALL_PRIVS_ROLE’ ); commit; end;
Parameters
Used by Key Flexfield, Used by Key Flex Structure, Flex Value Set, Independent Value, Flex Value like, Created By, Creation Date From, Creation Date To, Last Updated By, Last Update Date From, Last Update Date To, Active only, Missing in Hierarchy, Parent or Child, Parent Value like, Used in Rollup Group, Show DFF Attributes
Used tables
fnd_flex_value_norm_hierarchy, fnd_flex_value_sets, fnd_flex_values, fnd_flex_values_tl, fnd_flex_hierarchies_vl
Categories
Dependencies
If you would like to try one of these Oracle EBS SQLs without having Blitz Report installed, note that some of the reports require functions from utility package xxen_util.
Example Report
FND Flex Values 03-Mar-2024 002021.xlsx
Report SQL
www.enginatics.com/reports/fnd-flex-values/
Blitz Report™ import options
Executive Summary
The FND Flex Values report is the standard master data report for segment values. It lists every value in an Independent or Dependent value set, along with its attributes and hierarchy status.
Business Challenge
- Master Data Management: Reviewing the list of active Cost Centers, Accounts, or Products.
- Hierarchy Maintenance: Identifying “Orphan” values that are missing from a parent hierarchy (using the “Missing in Hierarchy” parameter).
- Attribute Audit: Checking settings like “Allow Budgeting” or “Allow Posting” for GL accounts.
The Solution
This Blitz Report extracts the value definition:
- Value: The code and description.
- Status: Enabled/Disabled, Start/End Dates.
- Attributes: Segment qualifiers (Account Type, Reconcile, etc.).
- Hierarchy: Shows if the value is a Parent or Child and which Rollup Group it belongs to.
Technical Architecture
The report queries FND_FLEX_VALUES and FND_FLEX_VALUES_TL. It also checks FND_FLEX_VALUE_NORM_HIERARCHY to determine hierarchy status.
Parameters & Filtering
- Flex Value Set: The set to analyze (e.g., “Operations_Account”).
- Missing in Hierarchy: A critical filter for GL maintenance. It finds values that exist but are not rolled up to any parent.
- Active only: Filter out disabled values.
Performance & Optimization
- Volume: For very large charts of accounts, filter by a specific range or value set to keep the report manageable.
FAQ
- Q: How do I see the “Compiled” attributes?
- A: The report shows the raw attributes stored in
COMPILED_VALUE_ATTRIBUTES. These are often decoded into readable columns like “Account Type”.
- A: The report shows the raw attributes stored in
Oracle E-Business Suite Reporting Library
We provide an open source Oracle EBS SQLs as a part of operational and project implementation support toolkits for rapid Excel reports generation.
Blitz Report™ is based on Oracle EBS forms technology, and hence requires minimal training. There are no data or performance limitations since the output files are created directly from the database without going through intermediate file formats such as XML.
Blitz Report can be used as BI Publisher and Oracle Discoverer replacement tool. Standard Oracle BI Publisher and Discoverer reports can also be imported into Blitz Report for immediate output to Excel. Typically, reports can be created and version tracked within hours instead of days. The concurrent request output automatically opens upon completion without the need for re-formatting.
The Filters, Columns, Rows and Values fields are used to create and deliver the data in pivot table format with full drill down to details.

The Excel template upload functionality in Blitz Report allows users to create their own layouts by uploading an Excel template with additional sheets and charts, automatically refreshed when the report runs again. This allows to create custom dashboards and more advanced visualizations of report data.

You can download and use Blitz Report free of charge for your first 30 reports.
The installation and implementation process usually takes less than 1 hour; you can refer to our installation and user guides for specific details.
If you would like to optimize your Oracle EBS implementation and or operational reporting you can visit www.enginatics.com to review great ideas and example usage in blog. Or why not try for yourself in our demo environment.
Useful Links
Blitz Report™ – World’s fastest data upload and reporting for Oracle EBS
Oracle Discoverer replacement – importing worksheets into Blitz Report™
Blitz Report™ Questions & Answers
Supply Chain Hub by Blitz Report™
© 2025 Enginatics