Search Results edw_flex_seg_mappings_v
Overview
EDW_FLEX_SEG_MAPPINGS_V is an Oracle Applications (APPS) view owned by the APPS schema and registered under the BIS (Business Intelligence System) product family. It is part of the Enterprise Data Warehouse (EDW) integration layer that exposes Oracle E-Business Suite Key Flexfield metadata in a flattened, warehouse-friendly form. In Oracle EBS 12.1.1 and 12.2.2, this view presents the mapping between key flexfield structures, their constituent segments, and the underlying value sets that govern allowed values. Its primary role is to support EDW and BIS-based reporting, ETL extraction, and analytical modeling where downstream consumers must understand how flexfield segments map to value sets and to application columns without querying the highly normalized flexfield definition tables directly.
The view exposes a curated set of attributes — including STRUCTURE_NAME, STRUCTURE_NUM, SEGMENT_NAME, VALUE_SET_NAME, and ID_FLEX_CODE — that describe the accounting and other key flexfield configurations in a single, denormalized result set. This makes it suitable for building EDW dimensions and for reconciling warehouse content with the source EBS configuration.
Underlying Base Objects
The view text reveals that EDW_FLEX_SEG_MAPPINGS_V is defined as a simple projection over the base table EDW_FLEX_SEG_MAPPINGS, selecting all of its documented columns without joins, filters, or aggregation. Consequently, the view shares the column list and data characteristics of its base table and inherits any population logic applied to that table by the BIS/EDW collection programs.
The ETRM metadata does not document any additional referenced base objects, so the view's dependency footprint is limited to APPS.EDW_FLEX_SEG_MAPPINGS. The upstream flexfield definition data — such as the key flexfield structure and segment definitions and their associated value sets — is materialized into that base table before the view is queried. Administrators should therefore treat the view as a read-only presentation layer and direct any data refresh or troubleshooting activity to the underlying collection and staging processes that populate the base table.
Key Columns
STRUCTURE_NAMEandSTRUCTURE_NUM— The name and internal number of the key flexfield structure, the primary grouping that defines a complete flexfield configuration. The user search term "structure_name" maps directly to this column.ID_FLEX_CODE— The identifying code of the key flexfield (for example, GL# for Accounting Flexfield), indicating which flexfield the structure belongs to.SEGMENT_NAMEandAPPLICATION_COLUMN_NAME— The segment's descriptive name and the underlying application table column it maps to.VALUE_SET_ID,VALUE_SET_NAME,VALUE_SET_TYPE, andPARENT_VALUE_SET_ID— Identity, name, type, and parent of the value set that validates values for the segment.VALUE_SET_DATATYPEandSEGMENT_DATATYPE— Data types at the value set and segment levels, used to reconcile warehouse column typing.DIMENSION_SHORT_NAME— Short name of the EDW dimension represented by the segment, useful for analytical mapping.INSTANCE_CODE,APPLICATION_ID,FLEX_FIELD_TYPE, andFLEX_FIELD_NAME— Instance and application context plus flexfield type/name descriptors.- Audit columns —
LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN,CREATED_BY, andCREATION_DATE.
Common Use Cases and Queries
The view is typically used to inventory flexfield structures and their segment-to-value-set mappings, to validate warehouse dimension definitions, and to drive ETL logic that resolves segment values.
- List segments for a specific structure:
SELECT structure_name, segment_name, value_set_name FROM apps.edw_flex_seg_mappings_v WHERE structure_name = :p_structure; - Find value sets by type across a flexfield:
SELECT id_flex_code, structure_name, segment_name, value_set_type FROM apps.edw_flex_seg_mappings_v WHERE id_flex_code = 'GL#'; - Review dimension mapping and datatypes:
SELECT dimension_short_name, segment_datatype, value_set_datatype FROM apps.edw_flex_seg_mappings_v ORDER BY structure_name, segment_name; - Check recently changed mappings:
SELECT structure_name, segment_name, last_update_date FROM apps.edw_flex_seg_mappings_v WHERE last_update_date > SYSDATE - 30;
-
View: EDW_FLEX_SEG_MAPPINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.EDW_FLEX_SEG_MAPPINGS_V, object_name:EDW_FLEX_SEG_MAPPINGS_V, status:VALID, product: BIS - Applications BIS , description: EDW_FLEX_SEG_MAPPINGS_V , implementation_dba_data: APPS.EDW_FLEX_SEG_MAPPINGS_V ,
-
View: EDW_FLEX_SEG_MAPPINGS_V
12.2.2
product: BIS - Applications BIS , description: EDW_FLEX_SEG_MAPPINGS_V , implementation_dba_data: Not implemented in this database ,
-
APPS.EDW_VBH_SETUP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EDW_VBH_SETUP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_VBH_SETUP, status:VALID,
-
VIEW: APPS.EDW_FLEX_SEG_MAPPINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.EDW_FLEX_SEG_MAPPINGS_V, object_name:EDW_FLEX_SEG_MAPPINGS_V, status:VALID,
-
SYNONYM: APPS.EDW_FLEX_SEG_MAPPINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_FLEX_SEG_MAPPINGS, status:VALID,
-
APPS.EDW_GL_ACCT_M_C SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EDW_GL_ACCT_M_T
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_GL_ACCT_M_T, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
APPS.FII_FLEX_MAPPING SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.EDW_VBH_SETUP
12.1.1
-
PACKAGE BODY: APPS.EDW_GL_ACCT_M_C
12.1.1
-
PACKAGE BODY: APPS.FII_FLEX_MAPPING
12.1.1
-
APPS.EDW_GL_ACCT_M_T dependencies on EDW_FLEX_SEG_MAPPINGS_V
12.1.1
-
APPS.EDW_VBH_SETUP dependencies on EDW_FLEX_SEG_MAPPINGS_V
12.1.1
-
APPS.EDW_GL_ACCT_M_T SQL Statements
12.1.1
-
APPS.EDW_VBH_SETUP dependencies on EDW_SET_OF_BOOKS
12.1.1
-
APPS.EDW_GL_ACCT_M_T dependencies on EDW_SET_OF_BOOKS
12.1.1
-
APPS.EDW_VBH_SETUP dependencies on EDW_DIMENSIONS_MD_V
12.1.1
-
APPS.EDW_GL_ACCT_M_C dependencies on EDW_LOCAL_EQUI_SET_OF_BOOKS
12.1.1
-
APPS.EDW_GL_ACCT_M_C dependencies on EDW_LOCAL_CONS_SET_OF_BOOKS
12.1.1
-
APPS.EDW_GL_ACCT_M_T dependencies on EDW_VBH_ROOTS
12.1.1
-
APPS.EDW_GL_ACCT_M_T dependencies on EDW_SEGMENT_CLASSES
12.1.1
-
PACKAGE BODY: APPS.EDW_GL_ACCT_M_T
12.1.1
-
APPS.EDW_GL_ACCT_M_C dependencies on EDW_LOCAL_SET_OF_BOOKS
12.1.1
-
APPS.EDW_GL_ACCT_M_C dependencies on FND_FLEX_VALUES_VL
12.1.1
-
APPS.EDW_VBH_SETUP dependencies on DBMS_SQL
12.1.1
-
APPS.EDW_GL_ACCT_M_C dependencies on DBMS_SQL
12.1.1
-
eTRM - BIS Tables and Views
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - BIS Tables and Views
12.1.1