Search Results gr_regions
Overview
The GR_REGIONS table is a core reference data object within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Process Manufacturing Regulatory Management (GR) module. Its primary role is to serve as the master repository for geographic region definitions. Each record in this table represents a distinct geographic region, which is a fundamental classification used to organize and manage regulatory compliance data, such as recipient information and language-specific requirements, across different jurisdictions. The table's integrity is enforced by a primary key constraint, and it acts as a parent table for several other entities within the module, establishing a standardized and controlled list of valid region codes for the application.
Key Information Stored
The table's structure is designed to capture essential identifiers and descriptors for a region. While the full column list is not detailed in the provided metadata, the documented primary key and foreign key relationships explicitly identify the REGION_CODE column as the unique identifier for each region. This code is the critical piece of data used throughout the module to associate other records with a specific geographic area. The table's description also confirms it stores the region's description, which would typically be a name or textual explanation for the code (e.g., a column such as REGION_NAME or DESCRIPTION). This combination of a concise code and a clear description allows for both efficient data processing and user-friendly reporting.
Common Use Cases and Queries
The GR_REGIONS table is central to any process requiring region-based filtering or reporting within Regulatory Management. Common use cases include setting up and maintaining regulatory recipient profiles, generating region-specific compliance reports, and configuring which languages are applicable for documentation within a given region. A fundamental query would involve joining this table to its child tables to enrich data with region descriptions. For example, to list all recipient information with their corresponding region names, a query would be:
- SELECT ri.*, gr.region_name FROM gr_recipient_info ri, gr_regions gr WHERE ri.region_code = gr.region_code;
Another typical pattern is a simple lookup to populate a list of values (LOV) for a region selection field in the application's user interface, executed via a query such as: SELECT region_code, description FROM gr_regions ORDER BY description.
Related Objects
Based on the documented foreign key relationships, the GR_REGIONS table has direct dependencies with at least two other key tables in the GR module:
- GR_RECIPIENT_INFO: This table stores detailed information about regulatory recipients. It references GR_REGIONS via the foreign key column GR_RECIPIENT_INFO.REGION_CODE, linking each recipient to a defined geographic region.
- GR_REGION_LANGUAGES: This table manages the association between regions and the languages required or used for regulatory purposes within them. It references GR_REGIONS via the foreign key column GR_REGION_LANGUAGES.REGION_CODE, establishing which languages are pertinent to a specific region.
These relationships underscore the table's role as a master data source for region codes, ensuring referential integrity across the regulatory data model.
-
Table: GR_REGIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_REGIONS, object_name:GR_REGIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores the region code and its description. Each record represents a geographic region. , implementation_dba_data: GR.GR_REGIONS ,
-
Table: GR_REGIONS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_REGIONS, object_name:GR_REGIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores the region code and its description. Each record represents a geographic region. , implementation_dba_data: GR.GR_REGIONS ,
-
APPS.GR_REGIONS_PKG dependencies on GR_REGIONS
12.1.1
-
APPS.GR_REGIONS_PKG dependencies on GR_REGIONS
12.2.2
-
APPS.GR_REGIONS_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.GR_REGIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_REGIONS, status:VALID,
-
VIEW: GR.GR_REGIONS#
12.2.2
-
APPS.GR_REGIONS_PKG SQL Statements
12.1.1
-
VIEW: GR.GR_REGIONS#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_REGIONS#, status:VALID,
-
SYNONYM: APPS.GR_REGIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_REGIONS, status:VALID,
-
TABLE: GR.GR_REGIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_REGIONS, object_name:GR_REGIONS, status:VALID,
-
TABLE: GR.GR_REGIONS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_REGIONS, object_name:GR_REGIONS, status:VALID,
-
VIEW: APPS.GR_RECIPIENT_INFO_V
12.1.1
-
VIEW: APPS.GR_RECIPIENT_INFO_V
12.2.2
-
Table: GR_REGION_LANGUAGES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_REGION_LANGUAGES, object_name:GR_REGION_LANGUAGES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the language and region combinations. , implementation_dba_data: GR.GR_REGION_LANGUAGES ,
-
Table: GR_RECIPIENT_INFO
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RECIPIENT_INFO, object_name:GR_RECIPIENT_INFO, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains additional customer specific information. , implementation_dba_data: GR.GR_RECIPIENT_INFO ,
-
Table: GR_RECIPIENT_INFO
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RECIPIENT_INFO, object_name:GR_RECIPIENT_INFO, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains additional customer specific information. , implementation_dba_data: GR.GR_RECIPIENT_INFO ,
-
Table: GR_REGION_LANGUAGES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_REGION_LANGUAGES, object_name:GR_REGION_LANGUAGES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the language and region combinations. , implementation_dba_data: GR.GR_REGION_LANGUAGES ,
-
PACKAGE BODY: APPS.GR_REGIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_REGIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_REGIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_REGIONS_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
View: GR_RECIPIENT_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RECIPIENT_INFO_V, object_name:GR_RECIPIENT_INFO_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the recipients information table , implementation_dba_data: APPS.GR_RECIPIENT_INFO_V ,
-
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.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 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: GR_RECIPIENT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RECIPIENT_INFO_V, object_name:GR_RECIPIENT_INFO_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the recipients information table , implementation_dba_data: APPS.GR_RECIPIENT_INFO_V ,
-
PACKAGE BODY: APPS.GR_REGIONS_PKG
12.2.2
-
PACKAGE BODY: APPS.GR_REGIONS_PKG
12.1.1
-
VIEW: APPS.GR_RECIPIENT_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RECIPIENT_INFO_V, object_name:GR_RECIPIENT_INFO_V, status:VALID,
-
VIEW: APPS.GR_RECIPIENT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RECIPIENT_INFO_V, object_name:GR_RECIPIENT_INFO_V, status:VALID,
-
APPS.GR_REGIONS_PKG dependencies on FND_API
12.1.1
-
APPS.GR_REGIONS_PKG dependencies on FND_API
12.2.2
-
eTRM - GR Tables and Views
12.1.1
description: GR XML mapping table ,
-
eTRM - GR Tables and Views
12.2.2
description: GR XML mapping table ,
-
eTRM - GR Tables and Views
12.1.1
description: GR XML mapping table ,
-
eTRM - GR Tables and Views
12.2.2
description: GR XML mapping table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1