Search Results gr_exposure_types_tl
Overview
The GR_EXPOSURE_TYPES_TL table is a core data object within the Process Manufacturing Regulatory Management (GR) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. As a translation table (indicated by the '_TL' suffix), its primary function is to store language-specific descriptions for Exposure Type codes. This enables the multi-language support required for global regulatory compliance, ensuring that exposure type descriptions are accurately presented in the user's preferred language within the application interface and on generated reports.
Key Information Stored
The table's structure is designed to map static codes to their dynamic, translatable text. The primary key is a composite of EXPOSURE_TYPE_CODE and LANGUAGE, enforcing uniqueness for each translation. Key columns include EXPOSURE_TYPE_CODE, which links to the base table code; LANGUAGE, which holds the language code (e.g., 'US', 'F'); and DESCRIPTION, which contains the translated text for the exposure type. The SOURCE_LANG column is critical for the translation process, identifying the original language in which the record was created, typically the installation base language.
Common Use Cases and Queries
The primary use case is retrieving the user-visible description of an exposure type for a given language context, often for regulatory reports, substance tracking screens, or compliance documentation. A standard query involves joining the translation table with its base table to get a complete record. For example, to retrieve all active exposure type descriptions in the current session language, a developer might use:
- SELECT b.EXPOSURE_TYPE_CODE, tl.DESCRIPTION
- FROM GR_EXPOSURE_TYPES_B b, GR_EXPOSURE_TYPES_TL tl
- WHERE b.EXPOSURE_TYPE_CODE = tl.EXPOSURE_TYPE_CODE
- AND tl.LANGUAGE = USERENV('LANG');
Administrative use cases include seeding or updating translations via the standard EBS translation utilities, which rely on the SOURCE_LANG column to manage the translation repository.
Related Objects
GR_EXPOSURE_TYPES_TL has defined relationships with several key EBS objects. Its primary relationship is with the base table GR_EXPOSURE_TYPES_B, via a foreign key on EXPOSURE_TYPE_CODE. This base table holds the non-translatable attributes of an exposure type. Furthermore, the table has two foreign key relationships with the application foundation table FND_LANGUAGES: one on the LANGUAGE column and another on the SOURCE_LANG column. This ensures referential integrity, validating that the language codes used for both the translation and its source are valid, installed application languages. Any forms, reports, or APIs that display exposure type descriptions will inherently depend on this translation table.
-
Table: GR_EXPOSURE_TYPES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL, object_name:GR_EXPOSURE_TYPES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Type Description in multiple languages. , implementation_dba_data: GR.GR_EXPOSURE_TYPES_TL ,
-
Table: GR_EXPOSURE_TYPES_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL, object_name:GR_EXPOSURE_TYPES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Type Description in multiple languages. , implementation_dba_data: GR.GR_EXPOSURE_TYPES_TL ,
-
APPS.GR_EXPOSURE_TYPES_TL_PKG dependencies on GR_EXPOSURE_TYPES_TL
12.2.2
-
APPS.GR_EXPOSURE_TYPES_TL_PKG dependencies on GR_EXPOSURE_TYPES_TL
12.1.1
-
APPS.GR_EXPOSURE_TYPES_TL_PKG SQL Statements
12.1.1
-
APPS.GR_EXPOSURE_TYPES_TL_PKG dependencies on GR_EXPOSURE_TYPES_B
12.1.1
-
APPS.GR_EXPOSURE_TYPES_TL_PKG SQL Statements
12.2.2
-
VIEW: GR.GR_EXPOSURE_TYPES_TL#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_EXPOSURE_TYPES_TL#, status:VALID,
-
SYNONYM: APPS.GR_EXPOSURE_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_EXPOSURE_TYPES_TL, status:VALID,
-
VIEW: APPS.GR_EXPOSURE_TYPES_TL_V
12.2.2
-
VIEW: APPS.GR_EXPOSURE_TYPES_VL
12.1.1
-
VIEW: GR.GR_EXPOSURE_TYPES_TL#
12.2.2
-
VIEW: APPS.GR_EXPOSURE_TYPES_VL
12.2.2
-
APPS.GR_EXPOSURE_TYPES_TL_PKG dependencies on GR_EXPOSURE_TYPES_B
12.2.2
-
SYNONYM: APPS.GR_EXPOSURE_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_EXPOSURE_TYPES_TL, status:VALID,
-
VIEW: APPS.GR_EXPOSURE_TYPES_TL_V
12.1.1
-
PACKAGE BODY: APPS.GR_EXPOSURE_TYPES_TL_PKG
12.2.2
-
VIEW: APPS.GR_ITEM_EXPOSURE_VL
12.2.2
-
APPS.GR_EXPOSURE_TYPES_TL_PKG dependencies on FND_LANGUAGES
12.1.1
-
View: GR_EXPOSURE_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_VL, object_name:GR_EXPOSURE_TYPES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the exposure type code. , implementation_dba_data: APPS.GR_EXPOSURE_TYPES_VL ,
-
VIEW: APPS.GR_ITEM_EXPOSURE_VL
12.1.1
-
TABLE: GR.GR_EXPOSURE_TYPES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL, object_name:GR_EXPOSURE_TYPES_TL, status:VALID,
-
PACKAGE BODY: APPS.GR_EXPOSURE_TYPES_TL_PKG
12.1.1
-
APPS.GR_EXPOSURE_TYPES_TL_PKG dependencies on FND_LANGUAGES
12.2.2
-
Table: GR_EXPOSURE_TYPES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_B, object_name:GR_EXPOSURE_TYPES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Type Code. , implementation_dba_data: GR.GR_EXPOSURE_TYPES_B ,
-
Table: GR_EXPOSURE_TYPES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_B, object_name:GR_EXPOSURE_TYPES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Type Code. , implementation_dba_data: GR.GR_EXPOSURE_TYPES_B ,
-
View: GR_EXPOSURE_TYPES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL_V, object_name:GR_EXPOSURE_TYPES_TL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the exposure type code. , implementation_dba_data: APPS.GR_EXPOSURE_TYPES_TL_V ,
-
TABLE: GR.GR_EXPOSURE_TYPES_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL, object_name:GR_EXPOSURE_TYPES_TL, status:VALID,
-
View: GR_EXPOSURE_TYPES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL_V, object_name:GR_EXPOSURE_TYPES_TL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the exposure type code. , implementation_dba_data: APPS.GR_EXPOSURE_TYPES_TL_V ,
-
View: GR_EXPOSURE_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_VL, object_name:GR_EXPOSURE_TYPES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the exposure type code. , implementation_dba_data: APPS.GR_EXPOSURE_TYPES_VL ,
-
VIEW: APPS.GR_EXPOSURE_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_VL, object_name:GR_EXPOSURE_TYPES_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GR_EXPOSURE_TYPES_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EXPOSURE_TYPES_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_EXPOSURE_TYPES_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EXPOSURE_TYPES_TL_PKG, status:VALID,
-
View: GR_ITEM_EXPOSURE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_EXPOSURE_VL, object_name:GR_ITEM_EXPOSURE_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the item exposure code that have a language dependent description for theitem exposure code , implementation_dba_data: APPS.GR_ITEM_EXPOSURE_VL ,
-
12.1.1 DBA Data
12.1.1
-
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 FND Design Data
12.1.1
-
View: GR_ITEM_EXPOSURE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_EXPOSURE_VL, object_name:GR_ITEM_EXPOSURE_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the item exposure code that have a language dependent description for theitem exposure code , implementation_dba_data: APPS.GR_ITEM_EXPOSURE_VL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.GR_EXPOSURE_TYPES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL_V, object_name:GR_EXPOSURE_TYPES_TL_V, status:VALID,
-
VIEW: APPS.GR_EXPOSURE_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_VL, object_name:GR_EXPOSURE_TYPES_VL, status:VALID,
-
VIEW: APPS.GR_EXPOSURE_TYPES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL_V, object_name:GR_EXPOSURE_TYPES_TL_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
Table: FND_LANGUAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_LANGUAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,