Search Results gr_properties_tl
Overview
The GR_PROPERTIES_TL table is a core translation table within the Oracle E-Business Suite (EBS) Process Manufacturing Regulatory Management (GR) module. It serves as the repository for language-specific descriptions of regulatory properties. These properties define the specific attributes or data points required for regulatory labels, such as hazard statements, precautionary codes, or other mandated information. The table's primary role is to support the multilingual capabilities of the EBS system by storing translated text for each property code, enabling the generation of compliant labels in the language required for different regions and markets. Its existence is critical for organizations operating in a global regulatory environment.
Key Information Stored
The table stores the translated textual descriptions linked to base property definitions. Its structure is characteristic of EBS translation tables, utilizing a composite primary key and language columns. The most significant columns include:
- PROPERTY_ID: The unique identifier linking the translation row to its base definition in the GR_PROPERTIES_B table.
- LANGUAGE: The code (e.g., 'US', 'F', 'D') identifying the language of the translated description in this row. This column references FND_LANGUAGES.
- SOURCE_LANG: Indicates the original language in which the data was entered. This column also references FND_LANGUAGES and is used to identify which row contains the source data for subsequent translations.
- DESCRIPTION: The actual translated text of the property description for the specified language.
The combination of PROPERTY_ID and LANGUAGE forms the table's primary key, ensuring a unique description exists for each property in each supported language.
Common Use Cases and Queries
This table is primarily accessed for generating localized regulatory content and for administrative setup and maintenance. A common reporting scenario involves retrieving all translations for a specific property or verifying translation completeness. For example, to fetch the English and French descriptions for a specific property, a query would join to FND_LANGUAGES for clarity:
SELECT gpt.property_id, fl.meaning, gpt.description
FROM gr_properties_tl gpt,
fnd_languages fl
WHERE gpt.language = fl.language_code
AND gpt.property_id = :p_property_id
AND gpt.language IN ('US', 'F');
Another critical use case is during the label generation process, where the system queries this table using the PROPERTY_ID and the user's session language to retrieve the correct localized description for inclusion on a regulatory label or report.
Related Objects
GR_PROPERTIES_TL sits at the intersection of regulatory data and the EBS foundation. Its key relationships are explicitly documented through foreign key constraints:
- GR_PROPERTIES_B: This is the base table. The foreign key from GR_PROPERTIES_TL.PROPERTY_ID to GR_PROPERTIES_B provides the core property definition to which the translations apply. All translations must reference a valid base record.
- FND_LANGUAGES: The table has two foreign key relationships to this Oracle Application Object Library (FND) table. GR_PROPERTIES_TL.LANGUAGE ensures the translation language is valid within the EBS instance. GR_PROPERTIES_TL.SOURCE_LANG ensures the source language reference is also valid.
This structure ensures data integrity, where every translated description is tied to a base property and a recognized EBS language code.
-
Table: GR_PROPERTIES_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PROPERTIES_TL, object_name:GR_PROPERTIES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Property Description for the label attributes. A label can have several Property Codes. , implementation_dba_data: GR.GR_PROPERTIES_TL ,
-
Table: GR_PROPERTIES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PROPERTIES_TL, object_name:GR_PROPERTIES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Property Description for the label attributes. A label can have several Property Codes. , implementation_dba_data: GR.GR_PROPERTIES_TL ,
-
View: GR_LABEL_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROPERTIES_V, object_name:GR_LABEL_PROPERTIES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Label properties view , implementation_dba_data: APPS.GR_LABEL_PROPERTIES_V ,
-
View: GR_PROPERTIES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PROPERTIES_TL_V, object_name:GR_PROPERTIES_TL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the property code , implementation_dba_data: APPS.GR_PROPERTIES_TL_V ,
-
View: GR_LABEL_PROP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROP_V, object_name:GR_LABEL_PROP_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the label property code. , implementation_dba_data: APPS.GR_LABEL_PROP_V ,
-
Table: GR_PROPERTIES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PROPERTIES_B, object_name:GR_PROPERTIES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Property Code and Indicator for the label attributes. A label can have several Property Codes , implementation_dba_data: GR.GR_PROPERTIES_B ,
-
Table: GR_PROPERTIES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PROPERTIES_B, object_name:GR_PROPERTIES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Property Code and Indicator for the label attributes. A label can have several Property Codes , implementation_dba_data: GR.GR_PROPERTIES_B ,
-
View: GR_PROPERTIES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PROPERTIES_TL_V, object_name:GR_PROPERTIES_TL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the property code , implementation_dba_data: APPS.GR_PROPERTIES_TL_V ,
-
View: GR_LABEL_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROPERTIES_V, object_name:GR_LABEL_PROPERTIES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Label properties view , implementation_dba_data: APPS.GR_LABEL_PROPERTIES_V ,
-
View: GR_LABEL_PROP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROP_V, object_name:GR_LABEL_PROP_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the label property code. , implementation_dba_data: APPS.GR_LABEL_PROP_V ,
-
View: GR_OTHER_PROPERTY_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_OTHER_PROPERTY_XML, object_name:GR_OTHER_PROPERTY_XML, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Inventory Item and its associated Other Physical Properties details , implementation_dba_data: APPS.GR_OTHER_PROPERTY_XML ,
-
View: GR_OTHER_PROPERTY_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_OTHER_PROPERTY_XML, object_name:GR_OTHER_PROPERTY_XML, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Inventory Item and its associated Other Physical Properties details , implementation_dba_data: APPS.GR_OTHER_PROPERTY_XML ,
-
View: GR_LABEL_CLASSES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_CLASSES_B_V, object_name:GR_LABEL_CLASSES_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the label class code. , implementation_dba_data: APPS.GR_LABEL_CLASSES_B_V ,
-
View: GR_LABEL_CLASSES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_CLASSES_B_V, object_name:GR_LABEL_CLASSES_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the label class code. , implementation_dba_data: APPS.GR_LABEL_CLASSES_B_V ,