Search Results inventory module in oracle apps
The GL_TEXT_TBL_TL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a translation table within the General Ledger (GL) module. It stores multilingual descriptions for various GL entities, enabling the application to support multiple languages in a global deployment. This table is part of Oracle's Translation Layer (TL) architecture, which separates base data from translated content to facilitate internationalization.
Table Structure and Purpose
TheGL_TEXT_TBL_TL
table primarily stores translated text for descriptive flexfields, reports, and other user-facing elements in the General Ledger. Its structure typically includes:
- Primary Key Columns: Combines an ID column (like
TEXT_ID
) withLANGUAGE
andSOURCE_LANG
to uniquely identify translations. - Text Columns: Contains columns like
DESCRIPTION
orTEXT
that store the actual translated content. - Audit Columns: Includes standard Oracle columns like
CREATED_BY
,CREATION_DATE
,LAST_UPDATED_BY
, andLAST_UPDATE_DATE
.
Integration with GL Module
This table supports multilingual functionality in key GL areas:- Descriptive Flexfields (DFFs): Stores translated prompts and values for GL-related DFFs.
- Report Titles and Headings: Maintains translated versions of financial report components.
- System Messages: Contains localized messages for GL processes and validations.
Technical Implementation
The table follows Oracle's standard multilingual architecture:- Each record represents a translation of a base entity (identified by
TEXT_ID
) in a specific language. - The
SOURCE_LANG
column indicates the original language of the record. - Oracle's NLS (National Language Support) framework automatically retrieves the appropriate translation based on user session settings.
Data Relationships
GL_TEXT_TBL_TL
typically relates to:
- Base tables in GL module through
TEXT_ID
foreign keys FND_LANGUAGES
for valid language codes- Other TL tables in the application for consistent translation handling
Customization Considerations
When extending GL functionality:- Custom reports using this table must handle multilingual data properly
- Any custom entities needing translation should follow the same TL pattern
- Batch processes should account for language preferences when updating translations
Maintenance and Performance
Key operational aspects:- Translation data is typically maintained through Oracle's translation tools
- Indexes on
TEXT_ID
,LANGUAGE
ensure efficient lookups - Volume is generally moderate but can grow significantly in multi-language environments
Upgrade Implications
Between 12.1.1 and 12.2.2:- Table structure remains largely consistent
- New translations may be added for enhanced features
- Online patching in 12.2.2 affects maintenance windows but not functionality
GL_TEXT_TBL_TL
table exemplifies Oracle's approach to internationalization, providing a scalable solution for multilingual GL deployments while maintaining data integrity and performance.
-
File: R115 GMF WAREHOUSE SETUP IN COS.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 18.951 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF WAREHOUSE SETUP IN COS.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 18.951 KBytes , file_type: PDF Diagram ,
-
Table: GL_TEXT_TBL_TL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_TEXT_TBL_TL, object_name:GL_TEXT_TBL_TL, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GMF.GL_TEXT_TBL_TL ,
-
Table: GL_TEXT_TBL_TL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_TEXT_TBL_TL, object_name:GL_TEXT_TBL_TL, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GMF.GL_TEXT_TBL_TL ,
-
Lookup Type: GMF_LC_IV_TRANSFER
12.2.2
product: GMF - Process Manufacturing Financials , meaning: GMF Landed Cost Adjustments in Actual Costing , description: GMF Landed Cost Adjustments in Actual Costing ,
-
Lookup Type: GMF_AC_IV_TRANSFER
12.1.1
product: GMF - Process Manufacturing Financials , meaning: GMF Invoice Variance Transfer in Actual Costing , description: GMF Invoice Variance Transfer in Actual Costing ,
-
Lookup Type: GMF_AC_IV_TRANSFER
12.2.2
product: GMF - Process Manufacturing Financials , meaning: GMF Invoice Variance Transfer in Actual Costing , description: GMF Invoice Variance Transfer in Actual Costing ,
-
Concurrent Program: GMFINVAL
12.2.2
execution_filename: GMFINVAL , product: GMF - Process Manufacturing Financials , user_name: GMFINVAL , description: Inventory Valuation Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GMFINVAL
12.1.1
execution_filename: GMFINVAL , product: GMF - Process Manufacturing Financials , user_name: GMFINVAL , description: Inventory Valuation Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
View: GMF_XLA_RCV_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_RCV_TXNS_V, object_name:GMF_XLA_RCV_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_RCV_TXNS_V ,
-
View: GMF_XLA_RCV_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_RCV_TXNS_V, object_name:GMF_XLA_RCV_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Receipt Transactions , implementation_dba_data: APPS.GMF_XLA_RCV_TXNS_V ,
-
Concurrent Program: GMFINVAL_XML
12.2.2
product: GMF - Process Manufacturing Financials , user_name: Inventory Valuation Report (XML) , description: Inventory Valuation Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: GMFINVAL_XML
12.1.1
product: GMF - Process Manufacturing Financials , user_name: Inventory Valuation Report (XML) , description: Inventory Valuation Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Table: GMF_XLA_EXTRACT_HEADERS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_HEADERS, object_name:GMF_XLA_EXTRACT_HEADERS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is the SLA Extract Headers table. The transactions for process inventory organizations are processed and all the necessary data for accounting are stored in this table. When the SLA accounting program is run data from this tabl , implementation_dba_data: GMF.GMF_XLA_EXTRACT_HEADERS ,
-
Table: GMF_XLA_EXTRACT_HEADERS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_HEADERS, object_name:GMF_XLA_EXTRACT_HEADERS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is the SLA Extract Headers table. The transactions for process inventory organizations are processed and all the necessary data for accounting are stored in this table. When the SLA accounting program is run data from this tabl , implementation_dba_data: GMF.GMF_XLA_EXTRACT_HEADERS ,
-
Table: GMF_XLA_EXTRACT_LINES
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_LINES, object_name:GMF_XLA_EXTRACT_LINES, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is the SLA Extract Lines table. The transactions for process inventory organizations are processed and all the necessary data for accounting are stored in this table. When the SLA accounting program is run data from this table , implementation_dba_data: GMF.GMF_XLA_EXTRACT_LINES ,
-
Table: GMF_XLA_EXTRACT_LINES
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_LINES, object_name:GMF_XLA_EXTRACT_LINES, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is the SLA Extract Lines table. The transactions for process inventory organizations are processed and all the necessary data for accounting are stored in this table. When the SLA accounting program is run data from this table , implementation_dba_data: GMF.GMF_XLA_EXTRACT_LINES ,
-
Concurrent Program: GMFORGSY
12.2.2
execution_filename: gmforgsy , product: GMF - Process Manufacturing Financials , user_name: GMFORGSY , description: Synchronize all inv orgs , argument_method: Standard , enabled: No , execution_method: SQL*Plus ,
-
Concurrent Program: GMFORGSY
12.1.1
execution_filename: gmforgsy , product: GMF - Process Manufacturing Financials , user_name: GMFORGSY , description: Synchronize all inv orgs , argument_method: Standard , enabled: No , execution_method: SQL*Plus ,
-
Table: GMF_PERIOD_BALANCES
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_PERIOD_BALANCES, object_name:GMF_PERIOD_BALANCES, status:VALID, product: GMF - Process Manufacturing Financials , description: Period Inventory Balances for Process Orgs , implementation_dba_data: GMF.GMF_PERIOD_BALANCES ,
-
Table: GMF_PERIOD_BALANCES
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_PERIOD_BALANCES, object_name:GMF_PERIOD_BALANCES, status:VALID, product: GMF - Process Manufacturing Financials , description: Period Inventory Balances for Process Orgs , implementation_dba_data: GMF.GMF_PERIOD_BALANCES ,
-
View: GML_OM_SHIP_DTL_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GML_OM_SHIP_DTL_VW, object_name:GML_OM_SHIP_DTL_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: Selects the OM Shipments and their related information in OPM Inventory Transactions. , implementation_dba_data: APPS.GML_OM_SHIP_DTL_VW ,
-
View: GML_OM_SHIP_DTL_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GML_OM_SHIP_DTL_VW, object_name:GML_OM_SHIP_DTL_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: OBSOLETE:Selects the OM Shipments and their related information in OPM Inventory Transactions. , implementation_dba_data: APPS.GML_OM_SHIP_DTL_VW ,
-
Table: GMF_PERIOD_BALANCES_GT
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_PERIOD_BALANCES_GT, object_name:GMF_PERIOD_BALANCES_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Temporary table for Period Inventory Balances for Process Orgs , implementation_dba_data: GMF.GMF_PERIOD_BALANCES_GT ,
-
Table: GMF_PERIOD_BALANCES_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_PERIOD_BALANCES_GT, object_name:GMF_PERIOD_BALANCES_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Temporary table for Period Inventory Balances for Process Orgs , implementation_dba_data: GMF.GMF_PERIOD_BALANCES_GT ,
-
Table: CM_WHSE_ASC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_ASC, object_name:CM_WHSE_ASC, status:VALID, product: GMF - Process Manufacturing Financials , description: The Costing Warehouse Association Table - allows the OPM user to build an association between costing and inventory warehouses. , implementation_dba_data: GMF.CM_WHSE_ASC ,
-
Table: CM_WHSE_ASC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_ASC, object_name:CM_WHSE_ASC, status:VALID, product: GMF - Process Manufacturing Financials , description: The Costing Warehouse Association Table - allows the OPM user to build an association between costing and inventory warehouses. , implementation_dba_data: GMF.CM_WHSE_ASC ,
-
View: GMF_XLA_ITEM_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEM_LOCATIONS_V, object_name:GMF_XLA_ITEM_LOCATIONS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Inventory Item Locations , implementation_dba_data: APPS.GMF_XLA_ITEM_LOCATIONS_V ,
-
View: GMF_XLA_TXN_REASONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_TXN_REASONS_V, object_name:GMF_XLA_TXN_REASONS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Inventory Transactions Reasons , implementation_dba_data: APPS.GMF_XLA_TXN_REASONS_V ,
-
View: GMF_XLA_TXN_REASONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_TXN_REASONS_V, object_name:GMF_XLA_TXN_REASONS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Inventory Transactions Reasons , implementation_dba_data: APPS.GMF_XLA_TXN_REASONS_V ,
-
View: GMF_XLA_ITEM_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEM_LOCATIONS_V, object_name:GMF_XLA_ITEM_LOCATIONS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Inventory Item Locations , implementation_dba_data: APPS.GMF_XLA_ITEM_LOCATIONS_V ,
-
View: GMF_XLA_ORG_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ORG_PARAMETERS_V, object_name:GMF_XLA_ORG_PARAMETERS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Inventory Organization parameters. , implementation_dba_data: APPS.GMF_XLA_ORG_PARAMETERS_V ,
-
View: GMF_XLA_INVENTORY_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_INVENTORY_TXNS_V, object_name:GMF_XLA_INVENTORY_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from inventory transactions , implementation_dba_data: APPS.GMF_XLA_INVENTORY_TXNS_V ,
-
View: GMF_XLA_INVENTORY_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_INVENTORY_TXNS_V, object_name:GMF_XLA_INVENTORY_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from inventory transactions , implementation_dba_data: APPS.GMF_XLA_INVENTORY_TXNS_V ,
-
View: GMF_XLA_ORG_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ORG_PARAMETERS_V, object_name:GMF_XLA_ORG_PARAMETERS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Inventory Organization parameters. , implementation_dba_data: APPS.GMF_XLA_ORG_PARAMETERS_V ,
-
View: IC_TRAN_PND_OM_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_TRAN_PND_OM_VW1, object_name:IC_TRAN_PND_OM_VW1, status:VALID, product: GMF - Process Manufacturing Financials , description: Pending inventory transactions for OM view , implementation_dba_data: APPS.IC_TRAN_PND_OM_VW1 ,
-
View: IC_TRAN_PND_OM_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_TRAN_PND_OM_VW1, object_name:IC_TRAN_PND_OM_VW1, status:VALID, product: GMF - Process Manufacturing Financials , description: OBSOLETE: Pending inventory transactions for OM view , implementation_dba_data: APPS.IC_TRAN_PND_OM_VW1 ,
-
View: GMF_XLA_SO_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_SO_TXNS_V, object_name:GMF_XLA_SO_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_SO_TXNS_V ,
-
View: GMF_XLA_SO_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_SO_TXNS_V, object_name:GMF_XLA_SO_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Sales Order Transactions , implementation_dba_data: APPS.GMF_XLA_SO_TXNS_V ,
-
Lookup Type: IN_USE
12.2.2
product: GMF - Process Manufacturing Financials , meaning: In Use , description: In Use ,
-
Lookup Type: IN_USE
12.1.1
product: GMF - Process Manufacturing Financials , meaning: In Use , description: In Use ,
-
Lookup Type: DIRECTION_IND
12.2.2
product: GMF - Process Manufacturing Financials , meaning: Direction indicator , description: Direction indicator ,
-
Lookup Type: DIRECTION_IND
12.1.1
product: GMF - Process Manufacturing Financials , meaning: Direction indicator , description: Direction indicator ,
-
Table: GMF_XLA_ITEMS_GT
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_ITEMS_GT, object_name:GMF_XLA_ITEMS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is only used in GMF Accounting Pre-Processor to store item location in the struct. Done to improve performance. , implementation_dba_data: GMF.GMF_XLA_ITEMS_GT ,
-
Table: GMF_XLA_ITEMS_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_ITEMS_GT, object_name:GMF_XLA_ITEMS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is only used in GMF Accounting Pre-Processor to store item location in the struct. Done to improve performance. , implementation_dba_data: GMF.GMF_XLA_ITEMS_GT ,
-
Table: GMF_XLA_EXTRACT_HEADERS_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_HEADERS_GT, object_name:GMF_XLA_EXTRACT_HEADERS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Stores extract headers temporarily in a Session to create events in SLA. Once events get created, rows from this table are inserted into GMF_XLA_EXTRACT_HEADERS table. , implementation_dba_data: GMF.GMF_XLA_EXTRACT_HEADERS_GT ,
-
File: GMFProduct_Dependencies.html
12.2.2
product: GMF - Process Manufacturing Financials , size: 18.682 KBytes , file_type: HTML Report , description: GMFProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMF product. ,
-
File: GMF_Dependencies.html
12.2.2
product: GMF - Process Manufacturing Financials , size: 262.597 KBytes , file_type: HTML Report , description: GMF_Dependencies.html is an html report that documents dependencies to tables and views in the GMF product. ,
-
Table: GMF_XLA_EXTRACT_HEADERS_GT
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_HEADERS_GT, object_name:GMF_XLA_EXTRACT_HEADERS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Stores extract headers temporarily in a Session to create events in SLA. Once events get created, rows from this table are inserted into GMF_XLA_EXTRACT_HEADERS table. , implementation_dba_data: GMF.GMF_XLA_EXTRACT_HEADERS_GT ,
-
File: GMFProduct_Dependencies.html
12.1.1
product: GMF - Process Manufacturing Financials , size: 20.244 KBytes , file_type: HTML Report , description: GMFProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMF product. ,