Search Results gr_item_field_name_masks_tl
Overview
The GR_ITEM_FIELD_NAME_MASKS_TL table is a core translation table within the Process Manufacturing Regulatory Management (GR) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It stores translated text for field name masks associated with regulatory items. This object is essential for supporting multilingual deployments, enabling the system to display field labels and descriptions in a user's preferred language. Its existence underscores the global nature of regulatory compliance, where product data must be presented accurately across different regions and languages. The table operates as a child or supporting object to its base table counterpart, which holds the language-independent seed data.
Key Information Stored
The table's structure, as indicated by its primary key constraint (GR_ITEM_FIELD_NAME_MASK_TL_PK), is designed to uniquely identify a specific translation for a field name mask. The key columns are ITEM_CODE, DISCLOSURE_CODE, LABEL_CODE, and LANGUAGE. The ITEM_CODE, DISCLOSURE_CODE, and LABEL_CODE together identify the specific regulatory field or attribute being described. The LANGUAGE column holds the language code (e.g., 'US' for American English, 'F' for French) for the translation. While the provided metadata does not list all columns, a typical Translation (TL) table contains at least a DESCRIPTION or MEANING column to hold the translated text, and a SOURCE_LANG column to denote the original language of the seed data. This table is populated and maintained through the standard EBS translation mechanisms.
Common Use Cases and Queries
The primary use case is the dynamic rendering of regulatory item data entry screens and reports in a user's session language. When a user accesses a regulatory item form, the application queries this table to fetch the appropriate field labels. A common reporting query involves joining this table with its base table to extract human-readable descriptions for a specific language. For example, to retrieve all Spanish translations for field name masks, one might use a query pattern such as:
- SELECT gifnm.ITEM_CODE, gifnmtl.DESCRIPTION FROM GR_ITEM_FIELD_NAME_MASKS_B gifnm, GR_ITEM_FIELD_NAME_MASKS_TL gifnmtl WHERE gifnm.ITEM_CODE = gifnmtl.ITEM_CODE AND gifnm.DISCLOSURE_CODE = gifnmtl.DISCLOSURE_CODE AND gifnmtl.LANGUAGE = 'E';
Data fixes or validation reports often query for missing translations by comparing the TL table against the base table for a given language.
Related Objects
This table has intrinsic relationships with several key objects within the GR module. Its direct parent is the base table GR_ITEM_FIELD_NAME_MASKS_B, which contains the non-translatable columns and seed data. It is referenced by the Regulatory Management application's underlying PL/SQL packages and views that present regulatory item information. The table is also linked to the broader regulatory item master data structure, which likely includes tables such as GR_ITEM_FIELD_NAMES_B/TL and GR_ITEM_DISCLOSURES. Any custom integrations or reports that present regulatory field information in a specific language must join to this TL table to obtain the correct translated labels.
-
Table: GR_ITEM_FIELD_NAME_MASKS_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_TL, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: GR translated field name masks for regulatory items , implementation_dba_data: GR.GR_ITEM_FIELD_NAME_MASKS_TL ,
-
Table: GR_ITEM_FIELD_NAME_MASKS_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_TL, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: GR translated field name masks for regulatory items , implementation_dba_data: GR.GR_ITEM_FIELD_NAME_MASKS_TL ,
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on GR_ITEM_FIELD_NAME_MASKS_TL
12.2.2
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on GR_ITEM_FIELD_NAME_MASKS_TL
12.1.1
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG SQL Statements
12.1.1
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG SQL Statements
12.2.2
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on GR_ITEM_FIELD_NAME_MASKS_B
12.1.1
-
VIEW: GR.GR_ITEM_FIELD_NAME_MASKS_TL#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_ITEM_FIELD_NAME_MASKS_TL#, status:VALID,
-
SYNONYM: APPS.GR_ITEM_FIELD_NAME_MASKS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID,
-
SYNONYM: APPS.GR_ITEM_FIELD_NAME_MASKS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID,
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.1.1
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.2.2
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on GR_ITEM_FIELD_NAME_MASKS_B
12.2.2
-
VIEW: GR.GR_ITEM_FIELD_NAME_MASKS_TL#
12.2.2
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on FND_LANGUAGES
12.2.2
-
View: GR_ITEM_FIELD_NAME_MASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Translated View of Regulatory Item Field Name Masks , implementation_dba_data: APPS.GR_ITEM_FIELD_NAME_MASKS_VL ,
-
PACKAGE BODY: APPS.GR_FIELD_NAME_MASKS_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_FIELD_NAME_MASKS_TL_PKG, status:VALID,
-
TABLE: GR.GR_ITEM_FIELD_NAME_MASKS_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_TL, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID,
-
TABLE: GR.GR_ITEM_FIELD_NAME_MASKS_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_TL, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID,
-
PACKAGE BODY: APPS.GR_FIELD_NAME_MASKS_TL_PKG
12.1.1
-
PACKAGE BODY: APPS.GR_FIELD_NAME_MASKS_TL_PKG
12.2.2
-
View: GR_ITEM_FIELD_NAME_MASKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Translated View of Regulatory Item Field Name Masks , implementation_dba_data: APPS.GR_ITEM_FIELD_NAME_MASKS_VL ,
-
PACKAGE BODY: APPS.GR_FIELD_NAME_MASKS_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_FIELD_NAME_MASKS_TL_PKG, 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
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID,
-
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
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on FND_API
12.1.1
-
APPS.GR_FIELD_NAME_MASKS_TL_PKG dependencies on FND_API
12.2.2
-
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 ,
-
eTRM - GR Tables and Views
12.1.1
description: GR XML mapping table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1