Search Results gr_country_profiles
Overview
The GR_COUNTRY_PROFILES table is a core master data object within Oracle E-Business Suite Process Manufacturing Regulatory Management (GR). It functions as a central repository for defining country-specific regulatory and document formatting profiles. Its primary role is to enable the system to generate and present regulatory documents, such as safety data sheets (SDS) and labels, in the correct format mandated by a particular country or region. By linking a customer or recipient to a specific profile via its TERRITORY_CODE, the application ensures compliance with local regulatory requirements for document content, layout, and language.
Key Information Stored
The table stores configuration that maps a geographical territory to specific regulatory artifacts. Its primary key is the TERRITORY_CODE, which directly references a standard Oracle EBS territory from FND_TERRITORIES. Other critical columns establish links to various regulatory components. The LANGUAGE column references FND_LANGUAGES to define the default document language. The table holds foreign keys to specific regulatory codes, including a DOCUMENT_CODE (linking to GR_DOCUMENT_CODES), a DISCLOSURE_CODE (linking to GR_DISCLOSURES), and distinct label codes for exposure (LABEL_CODE_EXPOSURE) and toxicological information (LABEL_CODE_TOXIC), both linking to the GR_LABELS_B table. This structure allows a single profile to dictate the complete set of document rules for a country.
Common Use Cases and Queries
The primary use case is the automated selection of a regulatory profile during document generation. When a transaction requires a regulatory document for a shipment destination, the system queries this table using the recipient's territory code to fetch the appropriate formatting rules. Common reporting and validation queries include listing all configured country profiles with their associated document codes, or identifying territories missing a required profile. A typical SQL pattern joins the table to its referenced master data tables for a comprehensive view:
- SELECT gcp.territory_code, ft.territory_short_name, gdc.document_code, glb_exposure.label_name AS exposure_label FROM gr_country_profiles gcp JOIN fnd_territories ft ON gcp.territory_code = ft.territory_code LEFT JOIN gr_document_codes gdc ON gcp.document_code = gdc.document_code LEFT JOIN gr_labels_b glb_exposure ON gcp.label_code_exposure = glb_exposure.label_code WHERE gcp.territory_code = 'US';
Related Objects
GR_COUNTRY_PROFILES is a central hub with defined foreign key relationships to several key tables in the GR module, as documented in the ETRM.
- Primary Key Reference: The GR_RECIPIENT_INFO table references GR_COUNTRY_PROFILES.TERRITORY_CODE via its TERRITORY_CODE column, applying the profile to specific customer data.
- Foreign Key Dependencies (Parent Tables):
- FND_TERRITORIES (TERRITORY_CODE)
- FND_LANGUAGES (LANGUAGE)
- GR_LABELS_B (LABEL_CODE_EXPOSURE and LABEL_CODE_TOXIC)
- GR_DOCUMENT_CODES (DOCUMENT_CODE)
- GR_DISCLOSURES (DISCLOSURE_CODE)
These relationships enforce data integrity and ensure that profiles are built upon valid, existing regulatory definitions and application setup data.
-
Table: GR_COUNTRY_PROFILES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_COUNTRY_PROFILES, object_name:GR_COUNTRY_PROFILES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Country Codes and Descriptions that can be linked to a customer so that documents display or print in the appropriate country's format. , implementation_dba_data: GR.GR_COUNTRY_PROFILES ,
-
Table: GR_COUNTRY_PROFILES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_COUNTRY_PROFILES, object_name:GR_COUNTRY_PROFILES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Country Codes and Descriptions that can be linked to a customer so that documents display or print in the appropriate country's format. , implementation_dba_data: GR.GR_COUNTRY_PROFILES ,
-
APPS.GR_PROCESS_ORDERS dependencies on GR_COUNTRY_PROFILES
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on GR_COUNTRY_PROFILES
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on GR_COUNTRY_PROFILES
12.2.2
-
APPS.GR_LABELS_B_PKG dependencies on GR_COUNTRY_PROFILES
12.1.1
-
APPS.GR_REG_PRINT_DOC dependencies on GR_COUNTRY_PROFILES
12.2.2
-
APPS.GR_DISCLOSURE_PKG dependencies on GR_COUNTRY_PROFILES
12.1.1
-
APPS.GR_LABELS_B_PKG dependencies on GR_COUNTRY_PROFILES
12.2.2
-
APPS.GR_REG_PRINT_DOC dependencies on GR_COUNTRY_PROFILES
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on GR_COUNTRY_PROFILES
12.1.1
-
APPS.GR_DISCLOSURE_PKG dependencies on GR_COUNTRY_PROFILES
12.2.2
-
SYNONYM: APPS.GR_COUNTRY_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_COUNTRY_PROFILES, status:VALID,
-
SYNONYM: APPS.GR_COUNTRY_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_COUNTRY_PROFILES, status:VALID,
-
VIEW: GR.GR_COUNTRY_PROFILES#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_COUNTRY_PROFILES#, status:VALID,
-
Table: GR_LABELS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_B, object_name:GR_LABELS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains many label classes, each containing many rows that define the format and text for each line on the document. For example, a label of BOILING will determine how and where the physical characteristics of boiling point display on the , implementation_dba_data: GR.GR_LABELS_B ,
-
VIEW: GR.GR_COUNTRY_PROFILES#
12.2.2
-
VIEW: APPS.GR_COUNTRY_PROFILES_V
12.1.1
-
Table: GR_LABELS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_B, object_name:GR_LABELS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains many label classes, each containing many rows that define the format and text for each line on the document. For example, a label of BOILING will determine how and where the physical characteristics of boiling point display on the , implementation_dba_data: GR.GR_LABELS_B ,
-
VIEW: APPS.GR_COUNTRY_PROFILES_V
12.2.2
-
TABLE: GR.GR_COUNTRY_PROFILES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_COUNTRY_PROFILES, object_name:GR_COUNTRY_PROFILES, status:VALID,
-
TABLE: GR.GR_COUNTRY_PROFILES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_COUNTRY_PROFILES, object_name:GR_COUNTRY_PROFILES, status:VALID,
-
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_DISCLOSURES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DISCLOSURES, object_name:GR_DISCLOSURES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Disclosure information and Minimum, Text, Label, Exposure, and Toxicity Reporting Levels for an ingredient. , implementation_dba_data: GR.GR_DISCLOSURES ,
-
Table: GR_DOCUMENT_CODES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_CODES, object_name:GR_DOCUMENT_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the date format and determines whether detailed ingredient, toxic, and exposure information displays or prints on the document. Also allows customization of the appearance of the detailed elements. , implementation_dba_data: GR.GR_DOCUMENT_CODES ,
-
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 ,
-
PACKAGE BODY: APPS.GR_DISCLOSURE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DISCLOSURE_PKG, status:VALID,
-
APPS.GR_PROCESS_ORDERS dependencies on GR_RECIPIENT_INFO
12.2.2
-
Table: GR_DISCLOSURES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DISCLOSURES, object_name:GR_DISCLOSURES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Disclosure information and Minimum, Text, Label, Exposure, and Toxicity Reporting Levels for an ingredient. , implementation_dba_data: GR.GR_DISCLOSURES ,
-
PACKAGE: APPS.GR_PROCESS_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_ORDERS, status:VALID,
-
PACKAGE: APPS.GR_PROCESS_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.GR_DISCLOSURE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DISCLOSURE_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
APPS.GR_DISCLOSURE_PKG SQL Statements
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on GR_RECIPIENT_INFO
12.1.1
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
APPS.GR_REG_PRINT_DOC dependencies on HZ_LOCATIONS
12.2.2
-
APPS.GR_REG_PRINT_DOC dependencies on HZ_LOCATIONS
12.1.1
-
Table: GR_DOCUMENT_CODES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_CODES, object_name:GR_DOCUMENT_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the date format and determines whether detailed ingredient, toxic, and exposure information displays or prints on the document. Also allows customization of the appearance of the detailed elements. , implementation_dba_data: GR.GR_DOCUMENT_CODES ,
-
View: GR_COUNTRY_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_COUNTRY_PROFILES_V, object_name:GR_COUNTRY_PROFILES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the country profiles , implementation_dba_data: APPS.GR_COUNTRY_PROFILES_V ,
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.GR_REG_PRINT_DOC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_REG_PRINT_DOC, status:VALID,
-
PACKAGE BODY: APPS.GR_REG_PRINT_DOC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_REG_PRINT_DOC, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: GR_COUNTRY_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_COUNTRY_PROFILES_V, object_name:GR_COUNTRY_PROFILES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the country profiles , implementation_dba_data: APPS.GR_COUNTRY_PROFILES_V ,
-
12.2.2 DBA Data
12.2.2
-
APPS.GR_DISCLOSURE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
APPS.GR_PROCESS_ORDERS dependencies on GR_RECIPIENT_INFO
12.1.1