Search Results journal
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.
-
Lookup Type: JE_BATCH_APPROVAL_STATUS
12.2.2
product: JE - European Localizations , meaning: JE_BATCH_APPROVAL_STATUS ,
-
Lookup Type: JE_BATCH_APPROVAL_STATUS
12.1.1
product: JE - European Localizations , meaning: JE_BATCH_APPROVAL_STATUS ,
-
Concurrent Program: JENORMVA
12.2.2
execution_filename: JENORMVA , product: JE - European Localizations , user_name: Norwegian Merverdiavg. journal , description: Norwegian Merverdiavg. journal , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JENORMVA
12.1.1
execution_filename: JENORMVA , product: JE - European Localizations , user_name: Norwegian Merverdiavg. journal , description: Norwegian Merverdiavg. journal , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEPLDZIK
12.1.1
execution_filename: JEZZDZIK , product: JE - European Localizations , user_name: JEZZDZIK , description: Polish Journal Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEFILGPK
12.2.2
execution_filename: JEFILGPK , product: JE - European Localizations , user_name: JEFILGPK , description: Finnish Daily Journal Book , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JETRRDJT
12.2.2
execution_filename: JEZZDZIK , product: JE - European Localizations , user_name: JEZZDZIK , description: Polish Journal Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEFILGPK
12.1.1
execution_filename: JEFILGPK , product: JE - European Localizations , user_name: JEFILGPK , description: Finnish Daily Journal Book , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JETRRTJR
12.1.1
execution_filename: JEZZDZIK , product: JE - European Localizations , user_name: JEZZDZIK , description: Polish Journal Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JETRRTJR
12.2.2
execution_filename: JEZZDZIK , product: JE - European Localizations , user_name: JEZZDZIK , description: Polish Journal Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEPLDZIK
12.2.2
execution_filename: JEZZDZIK , product: JE - European Localizations , user_name: JEZZDZIK , description: Polish Journal Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JETRRDJT
12.1.1
execution_filename: JEZZDZIK , product: JE - European Localizations , user_name: JEZZDZIK , description: Polish Journal Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEBEDV07_XMLP
12.1.1
product: JE - European Localizations , user_name: Belgian VAT Sales Journal , description: Belgian VAT Sales Journal , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEBEDV08_XMLP
12.1.1
product: JE - European Localizations , user_name: Belgian VAT Purchases Journal , description: Belgian VAT Purchases Journal , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEBEDV08_XMLP
12.2.2
product: JE - European Localizations , user_name: Belgian VAT Purchases Journal , description: Belgian VAT Purchases Journal , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
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 ,
-
Concurrent Program: JEESRDIO
12.2.2
execution_filename: JEESRDIO , product: JE - European Localizations , user_name: JEESRDIO , description: Diario Oficial , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
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 ,
-
Concurrent Program: JEESRVAR_XMLP
12.1.1
product: JE - European Localizations , user_name: Spanish Inter-EU Invoices Journal Report , description: Spanish Inter-EU Invoices Journal Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEESRVAR_XMLP
12.2.2
product: JE - European Localizations , user_name: Spanish Inter-EU Invoices Journal Report , description: Spanish Inter-EU Invoices Journal Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEESRVAR
12.2.2
execution_filename: JEESRVAR , product: JE - European Localizations , user_name: JEESRVAR , description: Self Invoice Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEBEDV07_XMLP
12.2.2
product: JE - European Localizations , user_name: Belgian VAT Sales Journal , description: Belgian VAT Sales Journal , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEESRPVP_XMLP
12.1.1
product: JE - European Localizations , user_name: Spanish Input VAT Journal Report , description: Spanish Input VAT Journal Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEESRPVP_XMLP
12.2.2
product: JE - European Localizations , user_name: Spanish Input VAT Journal Report , description: Spanish Input VAT Journal Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEESRDIO
12.1.1
execution_filename: JEESRDIO , product: JE - European Localizations , user_name: JEESRDIO , description: Diario Oficial , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEESRVAR
12.1.1
execution_filename: JEESRVAR , product: JE - European Localizations , user_name: JEESRVAR , description: Self Invoice Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEBEDV08
12.1.1
execution_filename: JEBEDV08 , product: JE - European Localizations , user_name: JEBEDV08 , description: Belgian VAT Facturier d'Entree Inkomend Facturenboek Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEBEDV07
12.2.2
execution_filename: JEBEDV07 , product: JE - European Localizations , user_name: JEBEDV07 , description: Belgian Facturier de sortie Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEBEDV07
12.1.1
execution_filename: JEBEDV07 , product: JE - European Localizations , user_name: JEBEDV07 , description: Belgian Facturier de sortie Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEBEDV08
12.2.2
execution_filename: JEBEDV08 , product: JE - European Localizations , user_name: JEBEDV08 , description: Belgian VAT Facturier d'Entree Inkomend Facturenboek Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Lookup Type: JE CATEGORY
12.1.1
product: JE - European Localizations , meaning: Je Category , description: Journal entry category ,
-
Lookup Type: JE CATEGORY
12.2.2
product: JE - European Localizations , meaning: Je Category , description: Journal entry category ,
-
Concurrent Program: JEESRRVR_XMLP
12.2.2
product: JE - European Localizations , user_name: Spanish Output VAT Journal Report , description: Spanish VAT Received Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEESRRVR_XMLP
12.1.1
product: JE - European Localizations , user_name: Spanish Output VAT Journal Report , description: Spanish VAT Received Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: JEESRPVP
12.1.1
execution_filename: JEESRPVP , product: JE - European Localizations , user_name: JEESRPVP , description: VAT Paid Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEESRRVR
12.1.1
execution_filename: JEESRRVR , product: JE - European Localizations , user_name: JEESRRVR , description: VAT Received Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEESRPVP
12.2.2
execution_filename: JEESRPVP , product: JE - European Localizations , user_name: JEESRPVP , description: VAT Paid Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEESRRVR
12.2.2
execution_filename: JEESRRVR , product: JE - European Localizations , user_name: JEESRRVR , description: VAT Received Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
View: JE_ES_TAX_TYPE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JE.JE_ES_TAX_TYPE_V, object_name:JE_ES_TAX_TYPE_V, status:VALID, product: JE - European Localizations , description: JE_ES_TAX_TYPE_V View is created for value set JEES_TAX_TYPE for Spanish Output VAT Journal Report. , implementation_dba_data: APPS.JE_ES_TAX_TYPE_V ,