Search Results avamar customer reviews and testimonials
The GMA_PROCCOL_WF_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component within the Global Manufacturing Applications (GMA) module, specifically supporting Process Protocol workflows. This table serves as a translation table (_TL
suffix denotes "Translation") that stores multilingual descriptions and labels for workflow-related entities, ensuring compliance with global business requirements. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
1. Table Overview
TheGMA_PROCCOL_WF_TL
table is designed to store translated text for workflow definitions, statuses, and other process protocol attributes. It works in conjunction with its base table (typically GMA_PROCCOL_WF_B
or similar) to provide language-specific content. Key characteristics include:
- Schema: Part of the
GMA
(Global Manufacturing) schema in Oracle EBS. - Purpose: Enables multi-language support for workflow labels, instructions, and metadata in Process Protocol workflows.
- Primary Key: Likely a composite key combining
PROTOCOL_WF_ID
(foreign key to base table) andLANGUAGE
(ISO language code).
2. Key Columns and Relationships
The table typically includes the following columns:PROTOCOL_WF_ID
: Foreign key linking to the base workflow definition table.LANGUAGE
: Stores ISO language codes (e.g., 'US' for English, 'DE' for German).DESCRIPTION
: Translated description of the workflow or process step.STATUS_NAME
: Localized status labels (e.g., "Approved" in Spanish).CREATED_BY
,CREATION_DATE
,LAST_UPDATED_BY
: Standard Oracle audit columns.
3. Functional Role in Oracle EBS
In Process Protocol workflows, this table supports:- Localization: Displays workflow interfaces in the user's preferred language.
- Compliance: Meets regulatory requirements for multilingual documentation in manufacturing processes.
- User Experience: Enhances clarity for global teams by providing context in native languages.
4. Technical Integration
The table integrates with:- Oracle Workflow Builder: Translations are referenced during workflow runtime.
- FND_LANGUAGES: Leverages Oracle's language registry to validate
LANGUAGE
codes. - AD_ZD: In 12.2.2, may use Zero Downtime patching for translation updates.
5. Customization Considerations
Modifications to this table require careful planning:- Extensions: New columns must be added via
AD_DD
to maintain Oracle's supportability. - Data Migration: Translation data must be preserved during upgrades using Oracle's TCA (Trading Community Architecture) utilities.
- Indexing: Additional indexes on non-standard columns may impact performance.
6. Version-Specific Notes
- 12.1.1: Uses traditional translation tables with manual NLS (National Language Support) updates.
- 12.2.2: May leverage Oracle's newer translation architecture, including REST APIs for batch updates.
GMA_PROCCOL_WF_TL
is a foundational element for multilingual Process Protocol workflows in Oracle EBS, ensuring seamless global operations while adhering to Oracle's technical standards. Its design reflects Oracle's modular approach to localization, separating base data from translatable content for maintainability.
-
File: GMA_11i_Language and Text.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 14.975 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Language and Text.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 14.975 KBytes , file_type: PDF Diagram ,
-
View: GMA_PROCCOL_WF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GMA_PROCCOL_WF_VL, object_name:GMA_PROCCOL_WF_VL, status:VALID, product: GMA - Process Manufacturing Systems , description: GMA View , implementation_dba_data: APPS.GMA_PROCCOL_WF_VL ,
-
View: GMA_PROCCOL_WF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GMA_PROCCOL_WF_VL, object_name:GMA_PROCCOL_WF_VL, status:VALID, product: GMA - Process Manufacturing Systems , description: GMA View , implementation_dba_data: APPS.GMA_PROCCOL_WF_VL ,
-
Concurrent Program: SYPRGENG
12.1.1
execution_filename: GMA_PURGE_ENGINE.main , product: GMA - Process Manufacturing Systems , user_name: SYPRGENG , description: Archive and Purge Engine , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: SYPRGENG
12.2.2
execution_filename: GMA_PURGE_ENGINE.main , product: GMA - Process Manufacturing Systems , user_name: SYPRGENG , description: Archive and Purge Engine , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: GEM_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GEM_LOOKUPS, object_name:GEM_LOOKUPS, status:VALID, product: GMA - Process Manufacturing Systems , description: View of all OPM Lookups , implementation_dba_data: APPS.GEM_LOOKUPS ,
-
View: GEM_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GEM_LOOKUPS, object_name:GEM_LOOKUPS, status:VALID, product: GMA - Process Manufacturing Systems , description: View of all OPM Lookups , implementation_dba_data: APPS.GEM_LOOKUPS ,
-
View: GMA_ACTCOL_WF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GMA_ACTCOL_WF_VL, object_name:GMA_ACTCOL_WF_VL, status:VALID, product: GMA - Process Manufacturing Systems , description: This View will be the Used to fetch the data for Column prompt. , implementation_dba_data: APPS.GMA_ACTCOL_WF_VL ,
-
View: GMA_ACTCOL_WF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GMA_ACTCOL_WF_VL, object_name:GMA_ACTCOL_WF_VL, status:VALID, product: GMA - Process Manufacturing Systems , description: This View will be the Used to fetch the data for Column prompt. , implementation_dba_data: APPS.GMA_ACTCOL_WF_VL ,
-
View: SY_ADDR_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_V, object_name:SY_ADDR_MST_V, status:VALID, product: GMA - Process Manufacturing Systems , description: View of sy_addr_mst for OPM OF customers , implementation_dba_data: APPS.SY_ADDR_MST_V ,
-
View: SY_ADDR_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_V, object_name:SY_ADDR_MST_V, status:VALID, product: GMA - Process Manufacturing Systems , description: View of sy_addr_mst for OPM OF customers , implementation_dba_data: APPS.SY_ADDR_MST_V ,
-
View: GMA_MIGRATION_LOG_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GMA_MIGRATION_LOG_V1, object_name:GMA_MIGRATION_LOG_V1, status:VALID, product: GMA - Process Manufacturing Systems , description: Messages for OPM Migrations , implementation_dba_data: APPS.GMA_MIGRATION_LOG_V1 ,
-
View: GMA_MIGRATION_LOG_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GMA_MIGRATION_LOG_V1, object_name:GMA_MIGRATION_LOG_V1, status:VALID, product: GMA - Process Manufacturing Systems , description: Messages for OPM Migrations , implementation_dba_data: APPS.GMA_MIGRATION_LOG_V1 ,
-
Lookup Type: AP_STATUS
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: AP_STATUS
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: AP_TEST_STATUS
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Test Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: AP_TEST_STATUS
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Test Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: GMA_YES_NO
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Yes or No Lookup , description: Yes or No Lookup for codes of Y and N ,
-
Table: GMA_PROCCOL_WF_TL
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_PROCCOL_WF_TL, object_name:GMA_PROCCOL_WF_TL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table contains translated column prompts and provides multi-lingueal support. , implementation_dba_data: GMA.GMA_PROCCOL_WF_TL ,
-
Table: GMA_PROCCOL_WF_TL
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_PROCCOL_WF_TL, object_name:GMA_PROCCOL_WF_TL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table contains translated column prompts and provides multi-lingueal support. , implementation_dba_data: GMA.GMA_PROCCOL_WF_TL ,
-
File: GMAProduct_Dependencies.html
12.1.1
product: GMA - Process Manufacturing Systems , size: 23.067 KBytes , file_type: HTML Report , description: GMAProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMA product. ,
-
File: GMA_Dependencies.html
12.1.1
product: GMA - Process Manufacturing Systems , size: 89.54 KBytes , file_type: HTML Report , description: GMA_Dependencies.html is an html report that documents dependencies to tables and views in the GMA product. ,
-
Lookup Type: GMA_Y_N_10
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Yes or No Lookup Codes , description: Yes or No Lookup for codes of 0 and 1 ,
-
Table: SY_TRIGGER_ACTIVATION_WF
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_TRIGGER_ACTIVATION_WF, object_name:SY_TRIGGER_ACTIVATION_WF, status:VALID, product: GMA - Process Manufacturing Systems , description: Used to store the detail information about theTriggers responsible for Starting the Workflows and their Status ( Enabled, Disabled ) of the individual triggers. , implementation_dba_data: GMA.SY_TRIGGER_ACTIVATION_WF ,
-
Lookup Type: GMA_YES_NO
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Yes or No Lookup , description: Yes or No Lookup for codes of Y and N ,
-
File: GMAProduct_Dependencies.html
12.2.2
product: GMA - Process Manufacturing Systems , size: 21.655 KBytes , file_type: HTML Report , description: GMAProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMA product. ,
-
File: GMA_Tables.html
12.2.2
product: GMA - Process Manufacturing Systems , size: 291.776 KBytes , file_type: HTML Report , description: GMA_Tables.html is an html report that documents the table and view definitions for the GMA product. ,
-
Lookup Type: GMA_Y_N_10
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Yes or No Lookup Codes , description: Yes or No Lookup for codes of 0 and 1 ,
-
File: GMA_Tables.html
12.1.1
product: GMA - Process Manufacturing Systems , size: 294.589 KBytes , file_type: HTML Report , description: GMA_Tables.html is an html report that documents the table and view definitions for the GMA product. ,
-
File: GMA_Dependencies.html
12.2.2
product: GMA - Process Manufacturing Systems , size: 86.38 KBytes , file_type: HTML Report , description: GMA_Dependencies.html is an html report that documents dependencies to tables and views in the GMA product. ,
-
Table: GMA_AUDIT_TMPLT_DTL
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_TMPLT_DTL, object_name:GMA_AUDIT_TMPLT_DTL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is to store relation between Industry Templates and Audit Groups , implementation_dba_data: GMA.GMA_AUDIT_TMPLT_DTL ,
-
Table: SY_TRIGGER_ACTIVATION_WF
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_TRIGGER_ACTIVATION_WF, object_name:SY_TRIGGER_ACTIVATION_WF, status:VALID, product: GMA - Process Manufacturing Systems , description: Used to store the detail information about theTriggers responsible for Starting the Workflows and their Status ( Enabled, Disabled ) of the individual triggers. , implementation_dba_data: GMA.SY_TRIGGER_ACTIVATION_WF ,
-
Table: SY_UOMS_STD
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_UOMS_STD, object_name:SY_UOMS_STD, status:VALID, product: GMA - Process Manufacturing Systems , description: Table for associating Units of Measure and UOM Types. Not yet used. , implementation_dba_data: GMA.SY_UOMS_STD ,
-
Lookup Type: ORDER_STATUS
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Sales Order Status , description: Lookup to be used with Archive and Purge ,
-
Table: SY_PURG_LOG
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_LOG, object_name:SY_PURG_LOG, status:VALID, product: GMA - Process Manufacturing Systems , description: Stores OPM Purge and Archive statistics table by table based on Purge ID. , implementation_dba_data: GMA.SY_PURG_LOG ,
-
Table: GMA_AUDIT_TMPLT_DTL
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_TMPLT_DTL, object_name:GMA_AUDIT_TMPLT_DTL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is to store relation between Industry Templates and Audit Groups , implementation_dba_data: GMA.GMA_AUDIT_TMPLT_DTL ,
-
Lookup Type: ORDER_STATUS
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Sales Order Status , description: Lookup to be used with Archive and Purge ,
-
Table: SY_PURG_LOG
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_LOG, object_name:SY_PURG_LOG, status:VALID, product: GMA - Process Manufacturing Systems , description: Stores OPM Purge and Archive statistics table by table based on Purge ID. , implementation_dba_data: GMA.SY_PURG_LOG ,
-
Table: SY_UOMS_STD
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_UOMS_STD, object_name:SY_UOMS_STD, status:VALID, product: GMA - Process Manufacturing Systems , description: Table for associating Units of Measure and UOM Types. Not yet used. , implementation_dba_data: GMA.SY_UOMS_STD ,
-
Table: SY_PURG_MST_CRIT
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_MST_CRIT, object_name:SY_PURG_MST_CRIT, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Purge and Archive table used to store the criteria entered specific to a Purge ID. , implementation_dba_data: GMA.SY_PURG_MST_CRIT ,
-
Table: SY_PURG_DEF
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_DEF, object_name:SY_PURG_DEF, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Purge and Archive definitions are stored in this table , implementation_dba_data: GMA.SY_PURG_DEF ,
-
Table: SY_PURG_DEF_CRIT
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_DEF_CRIT, object_name:SY_PURG_DEF_CRIT, status:VALID, product: GMA - Process Manufacturing Systems , description: Stores the Purge Criteria tags. These criteria are used to determine what rows will be archived and purged. , implementation_dba_data: GMA.SY_PURG_DEF_CRIT ,
-
Table: SY_PURG_DEF
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_DEF, object_name:SY_PURG_DEF, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Purge and Archive definitions are stored in this table , implementation_dba_data: GMA.SY_PURG_DEF ,
-
Table: SY_PURG_DEF_ACT
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_DEF_ACT, object_name:SY_PURG_DEF_ACT, status:VALID, product: GMA - Process Manufacturing Systems , description: Designates the Action to be performed by OPM Purge and Archive on a table by table basis. , implementation_dba_data: GMA.SY_PURG_DEF_ACT ,
-
Table: SY_PURG_DEF_ACT
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_DEF_ACT, object_name:SY_PURG_DEF_ACT, status:VALID, product: GMA - Process Manufacturing Systems , description: Designates the Action to be performed by OPM Purge and Archive on a table by table basis. , implementation_dba_data: GMA.SY_PURG_DEF_ACT ,
-
Table: SY_PURG_MST_CRIT
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_MST_CRIT, object_name:SY_PURG_MST_CRIT, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Purge and Archive table used to store the criteria entered specific to a Purge ID. , implementation_dba_data: GMA.SY_PURG_MST_CRIT ,
-
Table: SY_PURG_DEF_CRIT
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_PURG_DEF_CRIT, object_name:SY_PURG_DEF_CRIT, status:VALID, product: GMA - Process Manufacturing Systems , description: Stores the Purge Criteria tags. These criteria are used to determine what rows will be archived and purged. , implementation_dba_data: GMA.SY_PURG_DEF_CRIT ,
-
Table: GMA_ACTCOL_WF_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_ACTCOL_WF_B, object_name:GMA_ACTCOL_WF_B, status:VALID, product: GMA - Process Manufacturing Systems , description: This table, will contain information associating a role definition tothe corresponding table and fields to which the role will beassociated. Also Defines the hierarchy of the role .This servers as aseed data for the form where the actual , implementation_dba_data: GMA.GMA_ACTCOL_WF_B ,
-
Table: GMA_ACTCOL_WF_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_ACTCOL_WF_B, object_name:GMA_ACTCOL_WF_B, status:VALID, product: GMA - Process Manufacturing Systems , description: This table, will contain information associating a role definition tothe corresponding table and fields to which the role will beassociated. Also Defines the hierarchy of the role .This servers as aseed data for the form where the actual , implementation_dba_data: GMA.GMA_ACTCOL_WF_B ,