Search Results gr_phrases_tl
Overview
The GR_PHRASES_TL table is a core data object within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. It functions as a translation table (indicated by the "_TL" suffix), storing the language-specific, translatable text for regulatory phrases. Its primary role is to manage the multilingual descriptions and print-ready text for phrases used in regulatory documentation, such as safety data sheets and product labels. The table works in conjunction with its base table, GR_PHRASES_B, which holds the non-translatable attributes, enabling the system to support global regulatory compliance across multiple languages.
Key Information Stored
The table's structure is designed to support multilingual content management. Its primary key is a composite of PHRASE_CODE and LANGUAGE, ensuring a unique entry for each phrase in each language. Key columns include PHRASE_CODE, which is the foreign key linking to the base table GR_PHRASES_B and serves as the unique identifier for the regulatory phrase concept. The LANGUAGE column stores the language code (e.g., 'US', 'F') for the translated text, linked to the FND_LANGUAGES table. Another critical column is SOURCE_LANG, which records the original language in which the phrase text was entered, also linked to FND_LANGUAGES. The table contains descriptive columns, such as DESCRIPTION and PRINT_IMAGE, which hold the translated textual description and the formatted text intended for printed regulatory output, respectively.
Common Use Cases and Queries
A primary use case is retrieving the translated text for a specific regulatory phrase in a user's session language for display in forms or reports. For example, to fetch the description of a phrase code 'HAZARD_WARNING' in the current session language, a common SQL pattern would join with the FND_LANGUAGES table. Another critical use case is generating regulatory documents, where the PRINT_IMAGE column provides the pre-formatted text for inclusion in safety sheets or labels. Administrators may also query this table to audit translation completeness or to identify phrases missing translations for a target language by checking for entries where SOURCE_LANG differs from the LANGUAGE of interest but no corresponding translated row exists.
Related Objects
The GR_PHRASES_TL table is centrally connected to several key objects in the Regulatory Management schema, as documented by its foreign key relationships:
- GR_PHRASES_B: The base table. Joined via
GR_PHRASES_TL.PHRASE_CODE = GR_PHRASES_B.PHRASE_CODEto get non-translatable phrase data. - FND_LANGUAGES (two references): The application's language master. Joined via
GR_PHRASES_TL.LANGUAGE = FND_LANGUAGES.LANGUAGE_CODEfor the translation language and viaGR_PHRASES_TL.SOURCE_LANG = FND_LANGUAGES.LANGUAGE_CODEfor the source language. - GR_PHRASE_GROUP_ASSOC: A child table that references this table. It associates phrases with regulatory groups using the composite key:
GR_PHRASE_GROUP_ASSOC.PHRASE_CODE = GR_PHRASES_TL.PHRASE_CODEandGR_PHRASE_GROUP_ASSOC.LANGUAGE_CODE = GR_PHRASES_TL.LANGUAGE.
-
Table: GR_PHRASES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_TL, object_name:GR_PHRASES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains information for indexing and the print image. , implementation_dba_data: GR.GR_PHRASES_TL ,
-
Table: GR_PHRASES_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_TL, object_name:GR_PHRASES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains information for indexing and the print image. , implementation_dba_data: GR.GR_PHRASES_TL ,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_PHRASES_TL
12.1.1
-
APPS.GR_PHRASES_TL_PKG dependencies on GR_PHRASES_TL
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_PHRASES_TL
12.2.2
-
APPS.GR_PHRASES_TL_PKG dependencies on GR_PHRASES_TL
12.1.1
-
APPS.GR_PHRASES_TL_PKG dependencies on GR_PHRASES_B
12.1.1
-
APPS.GR_PHRASES_TL_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.GR_PHRASES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_PHRASES_TL, status:VALID,
-
APPS.GR_PHRASES_TL_PKG SQL Statements
12.2.2
-
VIEW: APPS.GR_PHRASES_TL_DFV
12.1.1
-
VIEW: APPS.GR_PHRASES_TL_DFV
12.2.2
-
VIEW: APPS.GR_PHRASE_GROUPS_V
12.1.1
-
APPS.GR_PHRASES_TL_PKG dependencies on GR_PHRASES_B
12.2.2
-
SYNONYM: APPS.GR_PHRASES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_PHRASES_TL, status:VALID,
-
VIEW: APPS.GR_ITEM_SAFETY_PHRASES_VL
12.2.2
-
VIEW: APPS.GR_ITEM_SAFETY_PHRASES_VL
12.1.1
-
VIEW: APPS.GR_ITEM_RISK_PHRASES_VL
12.1.1
-
VIEW: APPS.GR_PHRASES_VL
12.1.1
-
VIEW: GR.GR_PHRASES_TL#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_PHRASES_TL#, status:VALID,
-
VIEW: APPS.GR_PHRASE_GROUPS_V
12.2.2
-
VIEW: APPS.GR_PHRASES_TL_V
12.1.1
-
VIEW: APPS.GR_ITEM_RISK_PHRASES_VL
12.2.2
-
VIEW: APPS.GR_PHRASES_VL
12.2.2
-
APPS.GR_PHRASES_TL_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPS.GR_PHRASES_TL_V
12.2.2
-
APPS.GR_PHRASES_TL_PKG dependencies on FND_LANGUAGES
12.1.1
-
VIEW: GR.GR_PHRASES_TL#
12.2.2
-
Table: GR_PHRASE_GROUP_ASSOC
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_GROUP_ASSOC, object_name:GR_PHRASE_GROUP_ASSOC, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Group Sequence Number. , implementation_dba_data: GR.GR_PHRASE_GROUP_ASSOC ,
-
Table: GR_PHRASE_GROUP_ASSOC
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_GROUP_ASSOC, object_name:GR_PHRASE_GROUP_ASSOC, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Group Sequence Number. , implementation_dba_data: GR.GR_PHRASE_GROUP_ASSOC ,
-
Table: GR_PHRASES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_B, object_name:GR_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the high-level information about the Phrase, the Label Code, and the wording that identifies where on the document the phrase normally displays or prints. The default can be overridden when the phrase is attached to an item or a d , implementation_dba_data: GR.GR_PHRASES_B ,
-
View: GR_PHRASE_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_GROUPS_V, object_name:GR_PHRASE_GROUPS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the phrase group code , implementation_dba_data: APPS.GR_PHRASE_GROUPS_V ,
-
View: GR_PHRASE_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_GROUPS_V, object_name:GR_PHRASE_GROUPS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the phrase group code , implementation_dba_data: APPS.GR_PHRASE_GROUPS_V ,
-
VIEW: APPS.GR_PHRASES_TL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GR_PHRASES_TL_DFV, status:VALID,
-
VIEW: APPS.GR_PHRASES_TL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GR_PHRASES_TL_DFV, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASES_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASES_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_TL_PKG, status:VALID,
-
View: GR_ITEM_SAFETY_PHRASES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_SAFETY_PHRASES_VL, object_name:GR_ITEM_SAFETY_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the item safety phrase where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_ITEM_SAFETY_PHRASES_VL ,
-
View: GR_ITEM_SAFETY_PHRASES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_SAFETY_PHRASES_VL, object_name:GR_ITEM_SAFETY_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the item safety phrase where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_ITEM_SAFETY_PHRASES_VL ,
-
View: GR_PHRASES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASES_VL, object_name:GR_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the phrase code where the language is equal to the user environment variable LANG , implementation_dba_data: APPS.GR_PHRASES_VL ,
-
Table: GR_PHRASES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_B, object_name:GR_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the high-level information about the Phrase, the Label Code, and the wording that identifies where on the document the phrase normally displays or prints. The default can be overridden when the phrase is attached to an item or a d , implementation_dba_data: GR.GR_PHRASES_B ,
-
View: GR_ITEM_RISK_PHRASES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_RISK_PHRASES_VL, object_name:GR_ITEM_RISK_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the item risk phrase where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_ITEM_RISK_PHRASES_VL ,
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_DOCUMENTS, status:VALID,
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_DOCUMENTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GR_PHRASES_TL_PKG
12.1.1
-
PACKAGE BODY: APPS.GR_PHRASES_TL_PKG
12.2.2
-
VIEW: APPS.GR_PHRASE_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_GROUPS_V, object_name:GR_PHRASE_GROUPS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: GR_ITEM_RISK_PHRASES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_RISK_PHRASES_VL, object_name:GR_ITEM_RISK_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the item risk phrase where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_ITEM_RISK_PHRASES_VL ,