The FND Key Flexfields report documents the structure of the major accounting and system keys in Oracle EBS (e.g., Accounting Flexfield, Item Category, Asset Key).
- Chart of Accounts Review: Documenting the segment structure (Company, Department, Account) for the GL.
- System Configuration: Verifying the setup of Item Categories or Sales Territories.
- Validation Analysis: Checking which value set is attached to each segment of the key.
This Blitz Report details the KFF structure:
- Structure: The name of the structure (e.g., "Operations Accounting Flex").
- Segments: The list of segments, their order, and window prompt.
- Validation: The value set and any specific segment qualifiers (e.g., "Balancing Segment").
The report joins FND_ID_FLEXS, FND_ID_FLEX_STRUCTURES, and FND_ID_FLEX_SEGMENTS. It also links to FND_SEGMENT_ATTRIBUTE_VALUES to show qualifiers.
- Title: Filter by the flexfield name (e.g., "Accounting Flexfield").
- Structure Name: Filter by a specific chart of accounts structure.
- Fast Execution: Runs quickly against the metadata tables.
- Q: What is the difference between "Title" and "Code"?
- A: "Title" is the user-friendly name (e.g., "Accounting Flexfield"). "Code" is the internal short code (e.g., "GL#").