Search Results gl_ledger_norm_seg_vals
Overview
GL_LEDGER_NORM_SEG_VALS is a General Ledger table in the Oracle E-Business Suite GL schema that stores the set of valid balancing segment values (the "natural account" style normalizations applied to the balancing segment) associated with a specific ledger. In EBS 12.1.1 and 12.2.2, this table functions as a ledger-level validation and normalization registry, controlling which balancing segment values a ledger may use when posting journal entries and ensuring that only authorized legal-entity/balancing segment combinations are permitted.
From a Data Vault modeling perspective, the heuristic classification of this object is satellite-leaning. It carries descriptive attributes (status, start/end dates, segment value type) that embellish the parent ledger and legal-entity keys, rather than acting as an independent business hub or a pure many-to-many link. This classification is a modeling suggestion derived from the foreign-key structure and should not be treated as an authoritative Data Vault design.
Key Information Stored
The table is documented with 32 physical columns. The most consequential are:
- RECORD_ID — the surrogate primary key (GL_LEDGER_NORM_SEG_VALS_PK) and the single documented unique index (GL_LEDGER_NORM_SEG_VALS_U1), making it the principal business-key candidate.
- LEDGER_ID — foreign key to GL_LEDGERS, identifying the ledger to which the balancing segment normalization applies.
- LEGAL_ENTITY_ID — foreign key to FV_LEGAL_ENTITIES, tying the row to a specific legal entity.
- SEGMENT_TYPE_CODE and SEGMENT_VALUE — identify which segment (normally the balancing segment) and the specific value being normalized.
- SEGMENT_VALUE_TYPE_CODE — classifies the nature of the segment value.
- START_DATE and END_DATE — define the effective date range during which the normalization is active.
- STATUS_CODE — indicates whether the row is currently active or inactive.
- REQUEST_ID — foreign key to FND_CONCURRENT_REQUESTS, linking the row to the concurrent program that created or refreshed it.
- SLA_SEQUENCING_FLAG — governs subledger accounting sequencing behavior.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — standard EBS who-columns for audit and concurrency tracking.
- CONTEXT and ATTRIBUTE1–ATTRIBUTE15 — the standard EBS descriptive flexfield (DFF) and extensibility columns.
Common Use Cases and Queries
The table is commonly queried to determine which balancing segment values are valid for a given ledger, to reconcile legal-entity assignments, and to investigate posting or journal import failures caused by invalid balancing segment values. A representative query joining to the ledger is:
SELECT n.SEGMENT_VALUE, n.STATUS_CODE, n.START_DATE, n.END_DATE FROM GL_LEDGER_NORM_SEG_VALS n, GL_LEDGERS l WHERE n.LEDGER_ID = l.LEDGER_ID AND l.LEDGER_ID = :ledger_id;- Filtering active rows only with
WHERE STATUS_CODE = 'A'and enforcing the effective range viaSTART_DATE/END_DATEfor point-in-time reporting. - Tracing a row back to its originating concurrent request via the
REQUEST_IDjoin to FND_CONCURRENT_REQUESTS for audit and troubleshooting.
Related Objects
- GL_LEDGERS — parent ledger; joined on LEDGER_ID.
- FV_LEGAL_ENTITIES — joined on LEGAL_ENTITY_ID.
- FND_CONCURRENT_REQUESTS — joined on REQUEST_ID.
- GL_LEDGER_SEGMENT_VALUES — references this table through PARENT_RECORD_ID, linking normalized values to individual segment values.
-
Table: GL_LEDGER_NORM_SEG_VALS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_NORM_SEG_VALS, object_name:GL_LEDGER_NORM_SEG_VALS, status:VALID, product: GL - General Ledger , description: Valid balancing segment values for ledger , implementation_dba_data: GL.GL_LEDGER_NORM_SEG_VALS ,
-
Table: GL_LEDGER_NORM_SEG_VALS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_NORM_SEG_VALS, object_name:GL_LEDGER_NORM_SEG_VALS, status:VALID, product: GL - General Ledger , description: Valid balancing segment values for ledger , implementation_dba_data: GL.GL_LEDGER_NORM_SEG_VALS ,
-
Table: GL_LEDGER_SEGMENT_VALUES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SEGMENT_VALUES, object_name:GL_LEDGER_SEGMENT_VALUES, status:VALID, product: GL - General Ledger , description: Flattened valid balancing segment values for ledger , implementation_dba_data: GL.GL_LEDGER_SEGMENT_VALUES ,
-
Table: GL_LEDGER_SEGMENT_VALUES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SEGMENT_VALUES, object_name:GL_LEDGER_SEGMENT_VALUES, status:VALID, product: GL - General Ledger , description: Flattened valid balancing segment values for ledger , implementation_dba_data: GL.GL_LEDGER_SEGMENT_VALUES ,
-
View: GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_SPECIFIC_V, object_name:GL_LEDGER_LE_BSV_SPECIFIC_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_LE_BSV_SPECIFIC_V ,
-
View: GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_SPECIFIC_V, object_name:GL_LEDGER_LE_BSV_SPECIFIC_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_LE_BSV_SPECIFIC_V ,
-
View: GL_LEDGER_NORM_MSVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_NORM_MSVS_V, object_name:GL_LEDGER_NORM_MSVS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_NORM_MSVS_V ,
-
View: GL_LEDGER_NORM_MSVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_NORM_MSVS_V, object_name:GL_LEDGER_NORM_MSVS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_NORM_MSVS_V ,
-
View: GL_LEDGER_NORM_BSVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_NORM_BSVS_V, object_name:GL_LEDGER_NORM_BSVS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_NORM_BSVS_V ,
-
View: GL_LEDGER_NORM_BSVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_NORM_BSVS_V, object_name:GL_LEDGER_NORM_BSVS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_NORM_BSVS_V ,
-
Table: GL_LEDGERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,
-
Table: GL_LEDGERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,