Search Results warehouse
The GL_ACCU_MAP table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository table within the General Ledger (GL) module that stores mapping information for account combinations used in the AutoAccounting and Mass Allocation processes. This table plays a pivotal role in ensuring accurate financial data aggregation and reporting by maintaining relationships between source segment values and target general ledger accounts.
Table Structure and Key Columns
The GL_ACCU_MAP table contains several important columns that define the mapping relationships:- ACCU_MAP_ID: Primary key identifier for each mapping record
- APPLICATION_ID: Identifies the source application (e.g., Payables, Receivables)
- SOURCE_TYPE: Specifies the type of source being mapped (e.g., 'A' for AutoAccounting)
- SOURCE_CODE: The specific source code being mapped
- SOURCE_VALUE: The actual value from the source system
- TARGET_SEGMENT: Indicates which segment of the target account is being populated
- TARGET_VALUE: The value to be used in the target account segment
- SET_OF_BOOKS_ID: Links the mapping to a specific ledger
- LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns
Functional Significance
The GL_ACCU_MAP table serves two primary functions in Oracle GL:- AutoAccounting Mappings: When subledger transactions (like AP invoices or AR transactions) are transferred to GL, this table determines how source values map to GL account segments.
- Mass Allocation Definitions: For periodic allocation processes, this table stores how pooled amounts should be distributed to target accounts.
Technical Implementation
The table is populated through various GL setup processes:- AutoAccounting rules defined in GL Setup
- Mass Allocation formulas created through the Allocation Wizard
- Programmatic updates via API calls
Integration Points
GL_ACCU_MAP interacts with several key components:- GL_JE_LINES: Journal lines reference the mapped account combinations
- GL_CODE_COMBINATIONS: Validates mapped account combinations
- Subledger Modules: AP, AR, FA, etc. use these mappings during accounting entry creation
Performance Considerations
Due to its frequent access during journal creation processes, the GL_ACCU_MAP table benefits from:- Indexes on frequently queried columns (SOURCE_TYPE, SOURCE_CODE, SET_OF_BOOKS_ID)
- Regular purging of obsolete mappings
- Partitioning strategies in high-volume environments
Customization and Extension
While Oracle provides standard functionality, the table can be extended for:- Custom AutoAccounting rules for unique business requirements
- Special allocation formulas not covered by standard functionality
- Integration with custom subledger applications
Maintenance Best Practices
To ensure optimal performance and data integrity:- Regularly review and archive unused mappings
- Implement change control for mapping modifications
- Monitor growth patterns to anticipate storage needs
- Validate mappings during period-end close processes
-
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_ACCU_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MAP, object_name:GL_ACCU_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the GL Account Unit Mapping information. The Account Unit mapping are defined for a Company, Organization and Warehouse. Organization and Warehouse are optional and a blank value means all value. The GL Mapping program , implementation_dba_data: GMF.GL_ACCU_MAP ,
-
Table: GL_ACCU_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MAP, object_name:GL_ACCU_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the GL Account Unit Mapping information. The Account Unit mapping are defined for a Company, Organization and Warehouse. Organization and Warehouse are optional and a blank value means all value. The GL Mapping program , implementation_dba_data: GMF.GL_ACCU_MAP ,
-
View: CM_WHSE_ASC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_WHSE_ASC_V, object_name:CM_WHSE_ASC_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Cost Warehouse Associations form , implementation_dba_data: APPS.CM_WHSE_ASC_V ,
-
View: CM_WHSE_ASC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_WHSE_ASC_V, object_name:CM_WHSE_ASC_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Cost Warehouse Associations form , implementation_dba_data: APPS.CM_WHSE_ASC_V ,
-
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 ,
-
Table: CM_WHSE_EFF
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Warehouse Effectivities. Used by Cost Rollup Process , implementation_dba_data: GMF.CM_WHSE_EFF ,
-
Table: CM_WHSE_EFF
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Warehouse Effectivities. Used by Cost Rollup Process , implementation_dba_data: GMF.CM_WHSE_EFF ,