Search Results je_no_gei_controls
Overview
The JE_NO_GEI_CONTROLS table is a repository object owned by the JE schema within the European Localizations module of Oracle E-Business Suite. Its documented purpose is to store information about the ordering and receiving of files related to the S-Report, a statutory reporting requirement used in certain European jurisdictions (notably Norway) to transmit payroll and tax-related information to government authorities.
In practical terms, the table acts as a control ledger for the exchange of files between Oracle EBS and external reporting agencies. Each record corresponds to a discrete file ordering event and tracks the lifecycle of that order, including the reporting period to which it applies and the nature of the receipt. This makes the table valuable for reconciliation, audit, and troubleshooting purposes, allowing functional and technical users to verify that S-Report transmissions have been ordered, acknowledged, and processed within the correct reporting window.
From a data modeling perspective, the ETRM metadata classifies this object as standalone, with a heuristic Data Vault classification that suggests it functions as a satellite or independent hub-like structure. Because no foreign key relationships were mined, the table should be modeled as an independent entity rather than a link between two business hubs. This classification is a modeling suggestion only; it reflects the absence of documented FK dependencies rather than a definitive architectural designation.
Key Information Stored
The table contains eight documented columns. The most significant are:
- ORDER_NUMBER — The surrogate primary key (via JE_NO_GEI_CONTROLS_PK) and the principal business identifier. It uniquely identifies each file ordering control record and is the recommended join column in downstream queries.
- MSG_PERIOD — The reporting period to which the ordered or received file pertains. This is a key business attribute for filtering S-Report activity by fiscal or calendar period.
- MSG_RECEIPT_TYPE — Indicates the category or direction of the message receipt, distinguishing inbound acknowledgements or responses from outbound orders.
- CREATED_BY — The user or process that created the control record, supporting audit traceability.
- CREATION_DATE — The timestamp when the control record was first inserted.
- LAST_UPDATED_BY — The user or process responsible for the most recent modification.
- LAST_UPDATE_DATE — The timestamp of the most recent modification, commonly used for incremental extraction and change tracking.
- LAST_UPDATE_LOGIN — The session login identifier associated with the last update, useful in audit investigations.
The surrogate key is ORDER_NUMBER. No separate unique index columns are documented beyond the primary key, so business-key candidates are limited to ORDER_NUMBER itself. The WHO-column set (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) follows the standard Oracle EBS audit convention.
Common Use Cases and Queries
Typical scenarios include verifying that a file order exists for a given reporting period, reconciling ordered versus received files, and auditing who created or modified control records. A representative query to retrieve control records for a specific period follows:
- SELECT all columns from JE.JE_NO_GEI_CONTROLS WHERE MSG_PERIOD = :period, ordered by CREATION_DATE, to inspect ordering sequence and receipt activity.
- Filter by MSG_RECEIPT_TYPE to isolate inbound receipts from outbound orders for reconciliation reporting.
- Use LAST_UPDATE_DATE in incremental ETL extracts to capture newly modified control records.
- Join ORDER_NUMBER to related S-Report staging or transmission tables where such references are maintained at the application layer, since no FK is documented.
- Produce exception reports identifying periods with orders but no corresponding receipts.
Related Objects
The metadata documents no foreign key relationships for this table, confirming its standalone classification. As a result, the most significant related objects are those that reference it through application logic rather than declarative constraints. These typically include:
- JE_NO_GEI_CONTROLS_PK — The primary key constraint on ORDER_NUMBER, the defining relationship for the table itself.
- S-Report transmission and staging tables in the JE schema that consume ORDER_NUMBER logically.
- Concurrent program and request tables that invoke the S-Report file ordering and receiving processes.
- Standard EBS audit and user tables referenced through CREATED_BY, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN.
Because no FK data was mined, join relationships must be validated at the application layer before being relied upon in production SQL.
-
Table: JE_NO_GEI_CONTROLS
12.1.1
owner:JE, object_type:TABLE, fnd_design_data:JE.JE_NO_GEI_CONTROLS, object_name:JE_NO_GEI_CONTROLS, status:VALID, product: JE - European Localizations , description: Table Stores info about ordering and recieving files related to S-Report. , implementation_dba_data: JE.JE_NO_GEI_CONTROLS ,
-
Table: JE_NO_GEI_CONTROLS
12.2.2
owner:JE, object_type:TABLE, fnd_design_data:JE.JE_NO_GEI_CONTROLS, object_name:JE_NO_GEI_CONTROLS, status:VALID, product: JE - European Localizations , description: Table Stores info about ordering and recieving files related to S-Report. , implementation_dba_data: JE.JE_NO_GEI_CONTROLS ,
-
SYNONYM: APPS.JE_NO_GEI_CONTROLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JE_NO_GEI_CONTROLS, status:VALID,
-
VIEW: JE.JE_NO_GEI_CONTROLS#
12.2.2
owner:JE, object_type:VIEW, object_name:JE_NO_GEI_CONTROLS#, status:VALID,
-
SYNONYM: APPS.JE_NO_GEI_CONTROLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JE_NO_GEI_CONTROLS, status:VALID,
-
VIEW: JE.JE_NO_GEI_CONTROLS#
12.2.2
-
TABLE: JE.JE_NO_GEI_CONTROLS
12.1.1
owner:JE, object_type:TABLE, fnd_design_data:JE.JE_NO_GEI_CONTROLS, object_name:JE_NO_GEI_CONTROLS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: JE.JE_NO_GEI_CONTROLS
12.2.2
owner:JE, object_type:TABLE, fnd_design_data:JE.JE_NO_GEI_CONTROLS, object_name:JE_NO_GEI_CONTROLS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: JE_NO_GEI_MESSAGES
12.2.2
owner:JE, object_type:TABLE, fnd_design_data:JE.JE_NO_GEI_MESSAGES, object_name:JE_NO_GEI_MESSAGES, status:VALID, product: JE - European Localizations , description: Table Stores messages recieved from FIN , implementation_dba_data: JE.JE_NO_GEI_MESSAGES ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JE_JENOGEIS_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JE_JENOGEIS_XMLP_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.JE_JENOGEIS_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JE_JENOGEIS_XMLP_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JE_JENOGEIS_XMLP_PKG SQL Statements
12.1.1
-
APPS.JE_JENOGEIS_XMLP_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JE_JENOGEIS_XMLP_PKG
12.1.1
-
eTRM - JE Tables and Views
12.2.2
-
PACKAGE BODY: APPS.JE_JENOGEIS_XMLP_PKG
12.2.2
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on JE_NO_GEI_CONTROLS
12.1.1
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on JE_NO_GEI_CONTROLS
12.2.2
-
eTRM - JE Tables and Views
12.1.1
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on DBMS_SESSION
12.1.1
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on DBMS_SESSION
12.2.2
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on FND_GLOBAL
12.2.2
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on FND_GLOBAL
12.1.1
-
eTRM - JE Tables and Views
12.2.2
-
eTRM - JE Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1