Search Results inventory module in oracle apps
The IN_TEXT_TBL_TL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a translation table that stores multilingual descriptions for various entities within the Inventory (INV) module. As part of Oracle's multi-language support (MLS) architecture, this table plays a critical role in enabling global deployments by maintaining translated text for key inventory-related data. Below is a detailed analysis of its structure, purpose, and usage in EBS.
Table Overview
IN_TEXT_TBL_TL
is a child table that extends the base table IN_TEXT_TBL_B
(where "B" stands for base and "TL" for translation). It follows Oracle's standard translation table pattern, where language-specific data is stored separately from the base data to optimize performance and simplify maintenance. This table is part of the Inventory module's data model and is primarily used for storing translated descriptions of items, categories, or other inventory-related entities.
Key Columns and Structure
The table typically contains the following key columns:- TEXT_ID: Foreign key linking to the base table (
IN_TEXT_TBL_B.TEXT_ID
), establishing the relationship between base and translated records. - LANGUAGE: Stores the ISO language code (e.g., 'US' for American English, 'DE' for German) indicating which language the translation applies to.
- SOURCE_LANG: Indicates the original language of the source text being translated.
- DESCRIPTION: The actual translated text content, varying in length depending on the implementation.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN: Standard Oracle audit columns tracking who created/changed records and when.
Functional Purpose
The primary purpose ofIN_TEXT_TBL_TL
is to:
- Enable multilingual support for inventory descriptions that appear in user interfaces, reports, and integrations.
- Maintain data integrity by separating language-specific content from core transactional data.
- Support concurrent translations for the same base record in multiple languages.
- Facilitate easy updates to translations without affecting the base data structure.
Integration Points
This table integrates with:- Oracle's MLS framework, which automatically retrieves the appropriate translation based on the user's session language.
- Inventory forms and reports that display item descriptions or other translatable text.
- Data conversion and migration processes when implementing or upgrading EBS in multilingual environments.
Technical Considerations
Important technical aspects include:- The table is typically accessed through views rather than directly, with
IN_TEXT_TBL_VL
(where "VL" stands for view, language) being the common access point. - Records are automatically maintained by Oracle's MLS infrastructure when translations are added via the application UI.
- Customizations should avoid direct DML on this table, instead using standard Oracle APIs to ensure proper MLS handling.
- Indexes on
TEXT_ID
andLANGUAGE
optimize translation lookups.
Implementation Notes
For EBS implementations:- Translation records are usually created when setting up inventory items or categories in multiple languages.
- The table's content is critical for global rollouts where users operate in different languages.
- Data migration scripts must properly handle the relationship between base and translation records.
- Performance testing should include scenarios with multiple active languages.
IN_TEXT_TBL_TL
is a fundamental component of Oracle EBS's multilingual capabilities within the Inventory module, enabling organizations to operate globally while maintaining data consistency and user experience across languages.
-
File: GMI 11i9 Inventory ERD.pdf
12.1.1
product: GMI - Process Manufacturing Inventory , size: 56.595 KBytes , file_type: PDF Diagram ,
-
File: GMI 11i9 Inventory ERD.pdf
12.2.2
product: GMI - Process Manufacturing Inventory , size: 56.595 KBytes , file_type: PDF Diagram ,
-
File: GMI 11i10 Inventory ERD.pdf
12.1.1
product: GMI - Process Manufacturing Inventory , size: 44.449 KBytes , file_type: PDF Diagram ,
-
File: GMI 11i10 Inventory ERD.pdf
12.2.2
product: GMI - Process Manufacturing Inventory , size: 44.449 KBytes , file_type: PDF Diagram ,
-
Table: IN_TEXT_TBL_TL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IN_TEXT_TBL_TL, object_name:IN_TEXT_TBL_TL, status:VALID, product: GMI - Process Manufacturing Inventory , description: IN Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GMI.IN_TEXT_TBL_TL ,
-
Table: IN_TEXT_TBL_TL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IN_TEXT_TBL_TL, object_name:IN_TEXT_TBL_TL, status:VALID, product: GMI - Process Manufacturing Inventory , description: IN Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GMI.IN_TEXT_TBL_TL ,
-
Table: IC_TEXT_TBL_TL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_TBL_TL, object_name:IC_TEXT_TBL_TL, status:VALID, product: GMI - Process Manufacturing Inventory , description: IC Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GMI.IC_TEXT_TBL_TL ,
-
Table: IC_TEXT_TBL_TL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_TBL_TL, object_name:IC_TEXT_TBL_TL, status:VALID, product: GMI - Process Manufacturing Inventory , description: IC Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GMI.IC_TEXT_TBL_TL ,
-
Table: IC_COMD_CDS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_COMD_CDS, object_name:IC_COMD_CDS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Commodity Codes Table. This table contains information about the commodity codes which are used by the Intrastat Module. , implementation_dba_data: GMI.IC_COMD_CDS ,
-
Table: IC_COMD_CDS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_COMD_CDS, object_name:IC_COMD_CDS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Commodity Codes Table. This table contains information about the commodity codes which are used by the Intrastat Module. , implementation_dba_data: GMI.IC_COMD_CDS ,
-
Table: GMI_ITEM_ORGANIZATIONS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_ORGANIZATIONS, object_name:GMI_ITEM_ORGANIZATIONS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Relates OPM to Apps Organization Definitions , implementation_dba_data: GMI.GMI_ITEM_ORGANIZATIONS ,
-
Table: GMI_ITEM_ORGANIZATIONS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_ORGANIZATIONS, object_name:GMI_ITEM_ORGANIZATIONS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Relates OPM to Apps Organization Definitions , implementation_dba_data: GMI.GMI_ITEM_ORGANIZATIONS ,
-
Table: IC_SUMM_INV
12.1.1
product: GMI - Process Manufacturing Inventory , description: Inventory summary table. This table contains inventory summary balances by item/warehouse/grade. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_SUMM_INV
12.2.2
product: GMI - Process Manufacturing Inventory , description: Inventory summary table. This table contains inventory summary balances by item/warehouse/grade. , implementation_dba_data: Not implemented in this database ,
-
Table: GMI_ITEM_CONV_AUDIT_DETAILS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_CONV_AUDIT_DETAILS, object_name:GMI_ITEM_CONV_AUDIT_DETAILS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Contains inventory transaction details for a conversion record in gmi_item_conversion_audit table , implementation_dba_data: GMI.GMI_ITEM_CONV_AUDIT_DETAILS ,
-
Lookup Type: TRANSFER_STATUS
12.2.2
product: GMI - Process Manufacturing Inventory , meaning: Transfer Status , description: Transfer Status ,
-
Lookup Type: TRANSFER_STATUS
12.1.1
product: GMI - Process Manufacturing Inventory , meaning: Transfer Status , description: Transfer Status ,
-
Table: GMI_ITEM_CONV_AUDIT_DETAILS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_CONV_AUDIT_DETAILS, object_name:GMI_ITEM_CONV_AUDIT_DETAILS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Contains inventory transaction details for a conversion record in gmi_item_conversion_audit table , implementation_dba_data: GMI.GMI_ITEM_CONV_AUDIT_DETAILS ,
-
Table: IC_CLDR_HDR_TL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_TL, object_name:IC_CLDR_HDR_TL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Translations table table holding OPM inventory calendar descriptions in multiple languages , implementation_dba_data: GMI.IC_CLDR_HDR_TL ,
-
Table: IC_CLDR_HDR_TL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_TL, object_name:IC_CLDR_HDR_TL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Translations table table holding OPM inventory calendar descriptions in multiple languages , implementation_dba_data: GMI.IC_CLDR_HDR_TL ,
-
Table: IC_CLDR_HDR
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CLDR_HDR
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_RANK_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_RANK_MST, object_name:IC_RANK_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory rank master. This table defines rank information for use in determining the cycle count schedule. , implementation_dba_data: GMI.IC_RANK_MST ,
-
Table: IC_RANK_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_RANK_MST, object_name:IC_RANK_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory rank master. This table defines rank information for use in determining the cycle count schedule. , implementation_dba_data: GMI.IC_RANK_MST ,
-
Table: IC_INVN_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the inventory classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_INVN_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the inventory classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CLDR_HDR_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_B, object_name:IC_CLDR_HDR_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: GMI.IC_CLDR_HDR_B ,
-
Table: IC_CLDR_HDR_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_B, object_name:IC_CLDR_HDR_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: GMI.IC_CLDR_HDR_B ,
-
Concurrent Program: CMXFER02
12.1.1
execution_filename: CMXFER02 , product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report By Batch , description: Inventory Transfer Report By Batch , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CMXFER02
12.2.2
execution_filename: CMXFER02 , product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report By Batch , description: Inventory Transfer Report By Batch , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: STATUS_CONTROL
12.2.2
product: GMI - Process Manufacturing Inventory , meaning: STATUS_CONTROL , description: STATUS_CONTROL ,
-
Concurrent Program: CMXFER01
12.1.1
execution_filename: CMXFER01 , product: GMI - Process Manufacturing Inventory , user_name: CMXFER01 , description: Inventory Transfer Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CMXFER01
12.2.2
execution_filename: CMXFER01 , product: GMI - Process Manufacturing Inventory , user_name: CMXFER01 , description: Inventory Transfer Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RILIN
12.2.2
execution_filename: RILIN , product: GMI - Process Manufacturing Inventory , user_name: RILIN , description: Lot Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: STATUS_CONTROL
12.1.1
product: GMI - Process Manufacturing Inventory , meaning: STATUS_CONTROL , description: STATUS_CONTROL ,
-
Concurrent Program: CMR02
12.1.1
execution_filename: CMR02 , product: GMI - Process Manufacturing Inventory , user_name: CMR02 , description: Inventory Valuation Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CMR02
12.2.2
execution_filename: CMR02 , product: GMI - Process Manufacturing Inventory , user_name: CMR02 , description: Inventory Valuation Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIADJL
12.1.1
execution_filename: RIADJL , product: GMI - Process Manufacturing Inventory , user_name: RIADJL , description: Inventory Adjustments Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIEDJL
12.2.2
execution_filename: RIEDJL , product: GMI - Process Manufacturing Inventory , user_name: RIEDJL , description: Inventory Edit Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIEDJL
12.1.1
execution_filename: RIEDJL , product: GMI - Process Manufacturing Inventory , user_name: RIEDJL , description: Inventory Edit Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIWIN
12.1.1
execution_filename: RIWIN , product: GMI - Process Manufacturing Inventory , user_name: RIWIN , description: Warehouse Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIWIN
12.2.2
execution_filename: RIWIN , product: GMI - Process Manufacturing Inventory , user_name: RIWIN , description: Warehouse Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RILOC
12.1.1
execution_filename: RILOC , product: GMI - Process Manufacturing Inventory , user_name: RILOC , description: Inventory Location Detail Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RILOC
12.2.2
execution_filename: RILOC , product: GMI - Process Manufacturing Inventory , user_name: RILOC , description: Inventory Location Detail Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RILIN
12.1.1
execution_filename: RILIN , product: GMI - Process Manufacturing Inventory , user_name: RILIN , description: Lot Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIADJL
12.2.2
execution_filename: RIADJL , product: GMI - Process Manufacturing Inventory , user_name: RIADJL , description: Inventory Adjustments Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GMISUBR
12.1.1
execution_filename: gmi_inventory_close_conc.run , product: GMI - Process Manufacturing Inventory , user_name: GMISUBR , description: Inventory Close OPM/GMI , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMISUBR
12.2.2
execution_filename: gmi_inventory_close_conc.run , product: GMI - Process Manufacturing Inventory , user_name: GMISUBR , description: Inventory Close OPM/GMI , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMIPEB
12.2.2
execution_filename: GMI_PURGE_EMPTY_BAL_PKG.PURGE_EMPTY_BALANCE , product: GMI - Process Manufacturing Inventory , user_name: GMIPEBAL , description: OPM Inventory purge empty balance , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMIPEB
12.1.1
execution_filename: GMI_PURGE_EMPTY_BAL_PKG.PURGE_EMPTY_BALANCE , product: GMI - Process Manufacturing Inventory , user_name: GMIPEBAL , description: OPM Inventory purge empty balance , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,