Search Results je_gr_je_header_sequence_pk
Overview
The table JE_GR_JE_HEADER_SEQUENCE is a core data object within the European Localizations module of Oracle E-Business Suite, specifically designed to support Greek accounting and statutory reporting requirements. It functions as a supporting table for the General Ledger (GL) module, storing the unique sequential numbering mandated for journal entries in the Greek localization. Its primary role is to ensure that each journal entry created within a Greek legal entity context is assigned a distinct, sequential identifier, which is a critical component for audit trails, financial reporting, and regulatory compliance in Greece. The table operates in conjunction with standard GL journal tables to extend their functionality for this specific localization.
Key Information Stored
The table's structure is designed to link a standard journal entry to its Greek-specific sequence number. Based on the provided metadata, the central column is JE_HEADER_ID, which serves as the primary key and is a foreign key to the standard GL journal header table (GL_JE_HEADERS). This column uniquely identifies the journal entry. While the full column list is not detailed in the excerpt, the description confirms the table stores the associated "Greek Accounting sequence and value." Therefore, it must contain at least one additional column to hold the sequential numeric value itself, likely named SEQUENCE_VALUE or similar. This value represents the official, localized document number for the journal entry within the Greek accounting system.
Common Use Cases and Queries
The primary use case is generating and retrieving the Greek sequence number for financial reporting and transaction inquiries. A common operational query would join this table to the standard journal header to produce a localized journal listing. For reporting purposes, queries often aggregate data to validate sequence continuity or for statutory submissions.
- Retrieve Greek Sequence for a Journal:
SELECT gr_seq.sequence_value FROM gl.je_gr_je_header_sequence gr_seq WHERE gr_seq.je_header_id = :p_je_header_id; - List Journals with Greek Sequence:
SELECT jeh.name, jeh.je_category, gr_seq.sequence_value FROM gl.gl_je_headers jeh, gl.je_gr_je_header_sequence gr_seq WHERE jeh.je_header_id = gr_seq.je_header_id AND jeh.period_name = 'JAN-2024'; - Audit Check for Sequence Gaps: Reports can be built to analyze the sequence_value column for any breaks in numbering, which could indicate data integrity or posting process issues.
Related Objects
This table has a direct and essential relationship with the core General Ledger journal entry tables. The documented primary key constraint, JE_GR_JE_HEADER_SEQUENCE_PK, is on the JE_HEADER_ID column. This column is a foreign key referencing the JE_HEADER_ID in the standard GL journal header table, GL_JE_HEADERS. This one-to-one relationship ensures every record in JE_GR_JE_HEADER_SEQUENCE corresponds to exactly one journal entry. The table is also intrinsically linked to the setup and definition of the Greek journal sequence itself, which is likely configured elsewhere within the GL setup for Greek legal entities. Any APIs or processes that create or update Greek journal entries will interact with this table to populate the sequence value.
-
Table: JE_GR_JE_HEADER_SEQUENCE
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:JE.JE_GR_JE_HEADER_SEQUENCE, object_name:JE_GR_JE_HEADER_SEQUENCE, status:VALID, product: JE - European Localizations , description: This table stores the Greek Accounting sequence and value for each journal entry whose journal , implementation_dba_data: GL.JE_GR_JE_HEADER_SEQUENCE ,
-
Table: JE_GR_JE_HEADER_SEQUENCE
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:JE.JE_GR_JE_HEADER_SEQUENCE, object_name:JE_GR_JE_HEADER_SEQUENCE, status:VALID, product: JE - European Localizations , description: This table stores the Greek Accounting sequence and value for each journal entry whose journal , implementation_dba_data: GL.JE_GR_JE_HEADER_SEQUENCE ,
-
eTRM - JE Tables and Views
12.1.1
-
eTRM - JE Tables and Views
12.2.2
-
eTRM - JE Tables and Views
12.1.1
-
eTRM - JE Tables and Views
12.2.2