Search Results edw_local_flex_seg_mappings
Overview
The EDW_LOCAL_FLEX_SEG_MAPPINGS table is a BIS (Business Intelligence System) repository object within the Oracle EBS Applications BIS product family. It belongs to the Enterprise Data Warehouse (EDW) layer and serves as a mapping bridge between locally defined key flexfield segment structures and the applications that consume them for reporting and dimensional analysis. Rather than storing transactional accounting data, this table captures metadata that describes how a key flexfield dimension maps to an application column, a value set, and an instance context — enabling the EDW to reconcile segment-level definitions across general ledger structures.
The object resides in the BIS schema and is documented with 15 columns in ETRM 12.1.1. The heuristic Data Vault classification mined from its foreign key structure identifies this table as standalone. In Data Vault modeling terms, this suggests the object functions independently rather than as a natural hub, link, or satellite — it is best treated as a mapping or reference construct. Any modeling exercise should validate this suggestion against the actual ETL lineage before committing to a hub or satellite design. Notably, the ETRM documentation records this table as not implemented in this database at the time of extraction; DBAs should confirm its physical presence in the target instance.
Key Information Stored
The table's business content describes the relationship between flexfield dimensions and their technical mappings. The most significant columns are:
- DIMENSION_SHORT_NAME — the abbreviated identifier of the analytical dimension used in the EDW.
- STRUCTURE_NUM and STRUCTURE_NAME — the accounting or key flexfield structure to which the dimension belongs.
- APPLICATION_COLUMN_NAME — the physical column in the consuming application that carries the segment value.
- SEGMENT_NAME — the individual flexfield segment being mapped.
- ID_FLEX_CODE and APPLICATION_ID — the flexfield registration identifier and the owning application, forming a natural composite business key.
- VALUE_SET_NAME and VALUE_SET_ID — the value set definition governing permissible segment values; the latter is a documented foreign key pointing to FRM_PART_VALUE_SETS.
- INSTANCE_CODE — the flexfield instance context distinguishing multiple deployments of the same structure.
- Audit columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE) — standard EBS who-columns supporting change tracking.
No surrogate primary key is enumerated in the documented column set; the effective uniqueness constraint is most likely carried by the combination of ID_FLEX_CODE, APPLICATION_ID, STRUCTURE_NUM, SEGMENT_NAME, and INSTANCE_CODE.
Common Use Cases and Queries
This table is primarily consumed by EDW load processes and BI metadata reconciliation reports. Typical scenarios include verifying that every flexfield segment used in a GL structure has a corresponding EDW dimension mapping, and resolving a value set identifier back to its definition for validation.
A representative query joins to the value set reference:
SELECT m.dimension_short_name, m.segment_name, m.value_set_name, v.* FROM edw_local_flex_seg_mappings m, frm_part_value_sets v WHERE m.value_set_id = v.value_set_id;- Filtering by
id_flex_codeandapplication_idisolates the mappings for a specific flexfield structure. - Grouping by
structure_nameproduces a segment inventory report for EDW governance.
Because the object is reported as unimplemented in the source ETRM database, queries should first confirm existence via ALL_TABLES before being promoted to production ETL jobs.
Related Objects
The documented foreign key relationship identifies the primary upstream dependency:
- FRM_PART_VALUE_SETS — referenced through
VALUE_SET_ID; supplies value set definitions for each mapped segment. - FND_ID_FLEX_STRUCTURES — the canonical definition of key flexfield structures keyed by ID_FLEX_CODE and APPLICATION_ID.
- FND_SEGMENT_ATTRIBUTES — supplies segment-level attributes referenced by SEGMENT_NAME.
- FND_FLEX_VALUE_SETS — the standard flexfield value set registry underlying VALUE_SET_NAME.
- EDW dimension and staging tables in the BIS schema — consume these mappings during warehouse load.
DBAs should treat this object as EDW metadata rather than a transactional source, and validate its population through the BIS ETL layer.
-
Table: EDW_LOCAL_FLEX_SEG_MAPPINGS
12.2.2
product: BIS - Applications BIS , description: EDW_LOCAL_FLEX_SEG_MAPPINGS , implementation_dba_data: Not implemented in this database ,
-
Table: EDW_LOCAL_FLEX_SEG_MAPPINGS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.EDW_LOCAL_FLEX_SEG_MAPPINGS, object_name:EDW_LOCAL_FLEX_SEG_MAPPINGS, status:VALID, product: BIS - Applications BIS , description: EDW_LOCAL_FLEX_SEG_MAPPINGS , implementation_dba_data: BIS.EDW_LOCAL_FLEX_SEG_MAPPINGS ,
-
VIEW: APPS.EDW_LOCAL_FLEX_SEG_MAPPINGS_V
12.1.1
-
TABLE: BIS.EDW_LOCAL_FLEX_SEG_MAPPINGS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.EDW_LOCAL_FLEX_SEG_MAPPINGS, object_name:EDW_LOCAL_FLEX_SEG_MAPPINGS, status:VALID,
-
SYNONYM: APPS.EDW_LOCAL_FLEX_SEG_MAPPINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_LOCAL_FLEX_SEG_MAPPINGS, status:VALID,
-
View: EDW_LOCAL_FLEX_SEG_MAPPINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.EDW_LOCAL_FLEX_SEG_MAPPINGS_V, object_name:EDW_LOCAL_FLEX_SEG_MAPPINGS_V, status:VALID, product: BIS - Applications BIS , description: EDW_LOCAL_FLEX_SEG_MAPPINGS_V , implementation_dba_data: APPS.EDW_LOCAL_FLEX_SEG_MAPPINGS_V ,
-
View: EDW_LOCAL_FLEX_SEG_MAPPINGS_V
12.2.2
product: BIS - Applications BIS , description: EDW_LOCAL_FLEX_SEG_MAPPINGS_V , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_LOCAL_FLEX_SEG_MAPPINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.EDW_LOCAL_FLEX_SEG_MAPPINGS_V, object_name:EDW_LOCAL_FLEX_SEG_MAPPINGS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.FII_FLEX_MAPPING
12.1.1
-
APPS.FII_FLEX_MAPPING dependencies on FII_FLEX_MAPPING
12.1.1
-
eTRM - BIS Tables and Views
12.1.1
-
eTRM - BIS Tables and Views
12.1.1
-
12.1.1 DBA Data
12.1.1