Search Results to_segment_name
Overview
APPS.GL_CONS_SEGMENT_ACTIONS_V is a supplementary view in the Oracle E-Business Suite General Ledger module, owned by the APPS schema and registered under FND Design Data as SQLGL.GL_CONS_SEGMENT_ACTIONS_V. Its status is VALID in both Oracle EBS 12.1.1 and 12.2.2. The view type is classified as a supplementary view used to simplify forms coding, meaning it exists primarily to support the Oracle Forms-based Consolidation user interface rather than to serve as a general-purpose reporting or integration object.
The view exposes the segment-level mapping rules that govern how chart of accounts segments are translated during a consolidation or elimination run. It surfaces the relationship between a source ("from") segment and a target ("to") segment within a consolidation mapping, along with the flexfield and value set metadata needed to resolve each segment. Because it is a forms-support view, Oracle explicitly warns that querying or altering data through it is not recommended, and that its definition may change dramatically in subsequent minor or major releases. The user search term "from_segment_num" corresponds directly to the FROM_SEGMENT_NUM column, which identifies the ordinal position of the source segment in the source chart of accounts.
Underlying Base Objects
The view is defined over three documented base objects. GL_CONS_SEGMENT_MAP, referenced as a synonym, is the principal consolidation mapping table that stores the segment mapping definitions themselves. FND_ID_FLEX_SEGMENTS, also referenced as a synonym, is the Oracle Application Object Library table that defines the individual segments of an accounting flexfield, providing segment names, segment numbers, and flexfield identifiers. GL_CONS_SEGMENT_ACTIONS_PKG is the consolidation segment actions PL/SQL package, which participates in the view's dependencies and supplies the procedural logic that the forms layer invokes. In the documented dependency graph, APPS.GL_CONS_SEGMENT_ACTIONS_V is not referenced by any other database object, confirming that it is a terminal presentation-layer view rather than an intermediate object consumed by further database code.
Key Columns
- SEGMENT_MAP_ID and MAPPING_ID — identifiers linking each row to its parent segment map and consolidation mapping definition.
- SEGMENT_MAP_TYPE — classifies the type of segment mapping action being applied.
- FROM_SEGMENT_NUM — the ordinal position of the source segment within the source accounting flexfield structure; this is the column targeted by the user's search.
- FROM_SEGMENT_NAME, FROM_VALUE_SET_ID, FROM_ID_FLEX_NUM, FROM_APPLICATION_COLUMN_NAME — the source segment's name, value set identifier, accounting flexfield identifier, and the application column it maps from.
- TO_SEGMENT_NUM, TO_SEGMENT_NAME, TO_VALUE_SET_ID, TO_ID_FLEX_NUM, TO_APPLICATION_COLUMN_NAME — the corresponding target-side attributes describing the destination segment.
- SINGLE_VALUE — a constant or single value applied to the mapping when a one-to-one segment substitution is defined.
- ROW_ID — the ROWID pseudo-column, and the standard WHO audit columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN).
Common Use Cases and Queries
The principal use case is diagnostic and reference: understanding how consolidation mappings translate source segments to target segments, and confirming which source segment numbers and value sets participate in each mapping. Because Oracle advises against direct querying, any use should be read-only and treated as informational.
A representative query filtering by the searched column is:
SELECT SEGMENT_MAP_ID, MAPPING_ID, FROM_SEGMENT_NUM, FROM_SEGMENT_NAME, TO_SEGMENT_NUM, TO_SEGMENT_NAME, SINGLE_VALUE FROM APPS.GL_CONS_SEGMENT_ACTIONS_V WHERE FROM_SEGMENT_NUM = :p_segment_num;SELECT MAPPING_ID, SEGMENT_MAP_TYPE, FROM_SEGMENT_NAME, TO_SEGMENT_NAME FROM APPS.GL_CONS_SEGMENT_ACTIONS_V ORDER BY MAPPING_ID, FROM_SEGMENT_NUM;
For production reporting, join the underlying GL_CONS_SEGMENT_MAP and FND_ID_FLEX_SEGMENTS tables directly rather than relying on this view, since its columns and joins are subject to change across releases.
-
VIEW: APPS.GL_CONS_SEGMENT_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_ACTIONS_V, object_name:GL_CONS_SEGMENT_ACTIONS_V, status:VALID,
-
View: GL_IEA_SEGMENT_MAP_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_CONS_SEGMENT_MAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_MAP_V, object_name:GL_CONS_SEGMENT_MAP_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_CONS_SEGMENT_MAP_V ,
-
VIEW: APPS.GL_CONS_SEGMENT_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_ACTIONS_V, object_name:GL_CONS_SEGMENT_ACTIONS_V, status:VALID,
-
View: GL_CONS_SEGMENT_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_ACTIONS_V, object_name:GL_CONS_SEGMENT_ACTIONS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONS_SEGMENT_ACTIONS_V ,
-
VIEW: APPS.GL_CONS_SEGMENT_MAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_MAP_V, object_name:GL_CONS_SEGMENT_MAP_V, status:VALID,
-
VIEW: APPS.GL_CONS_SEGMENT_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_MAP_V, object_name:GL_CONS_SEGMENT_MAP_V, status:VALID,
-
VIEW: APPS.GL_CONS_SEGMENT_MAP_V
12.1.1
-
View: GL_CONS_SEGMENT_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_MAP_V, object_name:GL_CONS_SEGMENT_MAP_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_CONS_SEGMENT_MAP_V ,
-
View: GL_IEA_SEGMENT_MAP_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_CONS_SEGMENT_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SEGMENT_ACTIONS_V, object_name:GL_CONS_SEGMENT_ACTIONS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONS_SEGMENT_ACTIONS_V ,
-
VIEW: APPS.GL_CONS_SEGMENT_MAP_V
12.2.2
-
VIEW: APPS.GL_CONS_SEGMENT_ACTIONS_V
12.1.1
-
VIEW: APPS.GL_CONS_SEGMENT_ACTIONS_V
12.2.2
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,