Search Results
The GMF_MATERIAL_LOT_COST_TXNS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Global Manufacturing and Supply Chain (GMF) module, specifically designed to track and manage cost transactions related to material lots. This table plays a pivotal role in inventory valuation, cost accounting, and financial reporting by capturing detailed cost-related data for material lots as they move through various stages of the manufacturing and supply chain processes. Below is a detailed breakdown of its purpose, structure, and functional significance in Oracle EBS.
Purpose and Functional Context
TheGMF_MATERIAL_LOT_COST_TXNS
table serves as a repository for transactional cost data associated with material lots. It is tightly integrated with Oracle Inventory, Cost Management, and Manufacturing modules, ensuring accurate cost capture and propagation across the supply chain. Key functionalities supported by this table include:
- Cost Accumulation: Records cost adjustments, transfers, and revaluations for material lots, ensuring alignment with organizational costing methods (e.g., Standard, Average, or FIFO).
- Inventory Valuation: Provides granular cost data for inventory valuation reports, enabling compliance with accounting standards (e.g., GAAP, IFRS).
- Traceability: Links cost transactions to specific material lots, facilitating audit trails and compliance with regulatory requirements.
- Integration: Interfaces with other EBS modules like General Ledger (GL) and Subledger Accounting (SLA) for seamless financial posting.
Table Structure and Key Columns
TheGMF_MATERIAL_LOT_COST_TXNS
table comprises columns that capture transactional metadata, cost details, and references to related entities. Notable columns include:
- TRANSACTION_ID: Primary key uniquely identifying each cost transaction.
- LOT_NUMBER: References the material lot involved in the transaction.
- ORGANIZATION_ID: Identifies the inventory organization where the transaction occurred.
- ITEM_ID: Links to the item master (
MTL_SYSTEM_ITEMS_B
) for item-specific cost data. - TRANSACTION_TYPE: Indicates the type of cost transaction (e.g., 'Purchase', 'Transfer', 'Adjustment').
- COST_ELEMENT_ID: Categorizes costs (e.g., Material, Labor, Overhead) for analytical purposes.
- TRANSACTION_COST: Stores the monetary value associated with the transaction.
- TRANSACTION_DATE: Timestamp of the transaction for period-end processing.
- REFERENCE_NUM: Optional field for external document references (e.g., PO or invoice numbers).
Integration with Oracle EBS Modules
The table interacts with several core EBS modules:- Inventory (INV): Captures lot-level cost changes triggered by inventory movements (receipts, issues, transfers).
- Cost Management (CST): Feeds data into cost rollup processes and supports cost simulations.
- General Ledger (GL): Cost transactions are summarized and posted to GL via Subledger Accounting (SLA).
- Manufacturing (WIP): Tracks lot costs for work-in-progress jobs and assemblies.
Business Process Flow Example
A typical workflow involving this table might include:- A material lot is received into inventory, triggering a cost transaction record in
GMF_MATERIAL_LOT_COST_TXNS
with transaction type 'Purchase' and the associated purchase order cost. - During production, the lot is consumed in a work order, generating a new transaction with type 'Issue' and the applicable standard cost.
- Period-end cost adjustments are recorded, updating the lot's value based on actual overhead allocations.
- Financial reports leverage this data to reflect accurate inventory valuations and cost of goods sold (COGS).
Technical Considerations
- Indexing: Key columns like
LOT_NUMBER
,ORGANIZATION_ID
, andTRANSACTION_DATE
are typically indexed for performance. - Partitioning: In high-volume environments, partitioning by date or organization may optimize query performance.
- Purge Policies: Historical data may be archived to maintain system performance.
Conclusion
TheGMF_MATERIAL_LOT_COST_TXNS
table is a cornerstone of cost management in Oracle EBS, enabling precise tracking of lot-level costs across the supply chain. Its integration with inventory, manufacturing, and financial modules ensures data consistency and supports critical business processes like inventory valuation, financial reporting, and compliance. Understanding its structure and functionality is essential for consultants and implementers designing or optimizing cost accounting solutions in Oracle EBS 12.1.1 or 12.2.2.
-
Concurrent Program: GMFACOST
12.1.1
execution_filename: GMFACOST , product: GMF - Process Manufacturing Financials , user_name: GMFACOST , description: OPM Actual Cost Program , subroutine_name: ACTUALCOST , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Table: GMF_MATERIAL_LOT_COST_TXNS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_MATERIAL_LOT_COST_TXNS, object_name:GMF_MATERIAL_LOT_COST_TXNS, status:VALID, product: GMF - Process Manufacturing Financials , description: Transaction history table for lot costs , implementation_dba_data: GMF.GMF_MATERIAL_LOT_COST_TXNS ,
-
Table: GL_LEDG_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LEDG_MAP, object_name:GL_LEDG_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledger mapping. Used for GL mapping. , implementation_dba_data: GMF.GL_LEDG_MAP ,
-
View: TERTORY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.TERTORY_VIEW, object_name:TERTORY_VIEW, status:VALID, product: GMF - Process Manufacturing Financials , description: Territory view , implementation_dba_data: APPS.TERTORY_VIEW ,
-
View: GMF_XLA_BATCH_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_BATCH_DETAILS_V, object_name:GMF_XLA_BATCH_DETAILS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_BATCH_DETAILS_V ,
-
Table: GL_SUBR_LED_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_LED_EFC, object_name:GL_SUBR_LED_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of GL_SUBR_LED for EFC migration. Stores the original values of columns of GL_SUBR_LED that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of GL_SUBR_LED and , implementation_dba_data: GMF.GL_SUBR_LED_EFC ,
-
View: GMF_FORM_EFF_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_FORM_EFF_VW, object_name:GMF_FORM_EFF_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: Internal helper view for Standard Cost Rollup , implementation_dba_data: APPS.GMF_FORM_EFF_VW ,
-
Table: GMF_XLA_EVENT_MODEL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EVENT_MODEL, object_name:GMF_XLA_EVENT_MODEL, status:VALID, product: GMF - Process Manufacturing Financials , description: This is a helper table for Accounting Pre-Processor. This table stores the Subledger Accounting event model names that is used by the pre-processor. , implementation_dba_data: GMF.GMF_XLA_EVENT_MODEL ,
-
Concurrent Program: GMFVNSYN
12.1.1
execution_filename: GMF_SYNC_VENDOR.GMF_SYNC_VENDOR , product: GMF - Process Manufacturing Financials , user_name: GMFVNSYN , description: Vendor Syncronization for new companies , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: GL_ACCU_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
Table: CM_MTHD_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_MTHD_MST, object_name:CM_MTHD_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item Cost Methods - Cost methods are defined by the user. Cost calculation types for raw material and product costs are also specified for Actual Costing Methods. , implementation_dba_data: GMF.CM_MTHD_MST ,
-
Lookup Type: GMF_COST_LEVEL
12.1.1
product: GMF - Process Manufacturing Financials , meaning: Cost Level , description: Item Cost Level ,
-
Concurrent Program: GMFCSTDL
12.1.1
execution_filename: gmfcstdl , product: GMF - Process Manufacturing Financials , user_name: GMFCSTDL , description: Program to delete OPM Customers , argument_method: Standard , enabled: No , execution_method: SQL*Plus ,
-
Table: CM_CMPT_DTL_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL_EFC, object_name:CM_CMPT_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_CMPT_DTL for EFC migration. Stores the original values of columns of CM_CMPT_DTL that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of CM_CMPT_DTL and , implementation_dba_data: GMF.CM_CMPT_DTL_EFC ,
-
Table: CM_ACPR_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Control Table will allow the OPM user to communicate with the Actual Cost Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to a , implementation_dba_data: GMF.CM_ACPR_CTL ,
-
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 ,
-
View: GLEX_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GLEX_VIEW, object_name:GLEX_VIEW, status:VALID, product: GMF - Process Manufacturing Financials , description: Glex view , implementation_dba_data: APPS.GLEX_VIEW ,
-
Table: GL_PLCY_SYS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_SYS, object_name:GL_PLCY_SYS, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy sub-systems , implementation_dba_data: GMF.GL_PLCY_SYS ,
-
Table: GL_ALOC_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_DTL, object_name:GL_ALOC_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the result of the allocation processing. The Actual Costing Process will use this table to determine the expense allocation for the items. , implementation_dba_data: GMF.GL_ALOC_DTL ,
-
Table: GMF_BURDEN_CODES
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_CODES, object_name:GMF_BURDEN_CODES, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this is where the Percentage Burden Codes are stored. , implementation_dba_data: GMF.GMF_BURDEN_CODES ,
-
View: CM_ACST_LED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_ACST_LED_V, object_name:CM_ACST_LED_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Acquisition cost LED view , implementation_dba_data: APPS.CM_ACST_LED_V ,
-
Table: CM_ALYS_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
View: GMF_LEDGER_VALUATION_METHODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LEDGER_VALUATION_METHODS_V, object_name:GMF_LEDGER_VALUATION_METHODS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Helper view for Ledger Valuation methods form , implementation_dba_data: APPS.GMF_LEDGER_VALUATION_METHODS_V ,
-
View: GL_ALOC_EXP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GL_ALOC_EXP_V, object_name:GL_ALOC_EXP_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Expenses to Allocate form , implementation_dba_data: APPS.GL_ALOC_EXP_V ,
-
Concurrent Program: GLJVR
12.1.1
execution_filename: GLJVR , product: GMF - Process Manufacturing Financials , user_name: GLJVR , description: Detailed Subledger Report of OPM GL , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Table: GMF_PROCESS_ORGANIZATIONS_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_PROCESS_ORGANIZATIONS_GT, object_name:GMF_PROCESS_ORGANIZATIONS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: This table stores process organizations for temporary session , implementation_dba_data: GMF.GMF_PROCESS_ORGANIZATIONS_GT ,
-
Concurrent Program: GMGUPD
12.1.1
execution_filename: GMGUPD , product: GMF - Process Manufacturing Financials , user_name: GMGUPD , description: OPM Subledger Update , subroutine_name: GLUPD , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
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 ,
-
Table: CM_TEXT_TBL_TL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_TEXT_TBL_TL, object_name:CM_TEXT_TBL_TL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Translation Text Table. , implementation_dba_data: GMF.CM_TEXT_TBL_TL ,
-
Table: CM_RSRC_DTL_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RSRC_DTL_EFC, object_name:CM_RSRC_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_RSRC_DTL for EFC migration. Stores the original values of columns of CM_RSRC_DTL that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of CM_RSRC_DTL and , implementation_dba_data: GMF.CM_RSRC_DTL_EFC ,
-
Lookup Type: DELETE_MARK
12.1.1
product: GMF - Process Manufacturing Financials , meaning: Delete Mark , description: Delete Mark ,
-
Table: GL_ALOC_DTL_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_DTL_EFC, object_name:GL_ALOC_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of GL_ALOC_DTL for EFC migration. Stores the original values of columns of GL_ALOC_DTL that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of GL_ALOC_DTL and , implementation_dba_data: GMF.GL_ALOC_DTL_EFC ,
-
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 ,
-
File: R115 GMF EXPENSE ALLOCATION.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 14.556 KBytes , file_type: PDF Diagram ,
-
View: CM_BRDN_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_BRDN_DTL_V, object_name:CM_BRDN_DTL_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Burden Details form , implementation_dba_data: APPS.CM_BRDN_DTL_V ,
-
Table: GL_ALOC_INP_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_INP_EFC, object_name:GL_ALOC_INP_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of GL_ALOC_INP for EFC migration. Stores the original values of columns of GL_ALOC_INP that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of GL_ALOC_INP an , implementation_dba_data: GMF.GL_ALOC_INP_EFC ,
-
File: GMF 11i10 Costing and Accounting ERD.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 157.32 KBytes , file_type: PDF Diagram ,
-
Table: CM_CMPT_MST_TL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_TL, object_name:CM_CMPT_MST_TL, status:VALID, product: GMF - Process Manufacturing Financials , description: Table to store translated columns for Cost Component Master Table , implementation_dba_data: GMF.CM_CMPT_MST_TL ,
-
Table: GL_ACCT_KEY
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_KEY, object_name:GL_ACCT_KEY, status:VALID, product: GMF - Process Manufacturing Financials , description: *NOT USED* , implementation_dba_data: GMF.GL_ACCT_KEY ,
-
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: GL_EXPN_CDS_TMP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EXPN_CDS_TMP, object_name:GL_EXPN_CDS_TMP, status:VALID, product: GMF - Process Manufacturing Financials , description: Temporary table used for performance improvment in cost allocation process. This table is populated with values from GL_CODE_COMBINATIONS table. , implementation_dba_data: GMF.GL_EXPN_CDS_TMP ,
-
File: R115 GMF STANDARD COST PROCESSI.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 21.31 KBytes , file_type: PDF Diagram ,
-
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: GMF_XLA_SUBINV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_SUBINV_V, object_name:GMF_XLA_SUBINV_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Subinventory definition , implementation_dba_data: APPS.GMF_XLA_SUBINV_V ,
-
Lookup Type: LOOKUP1
12.1.1
product: GMF - Process Manufacturing Financials , meaning: CM , description: CM ,
-
Table: CM_ACST_LED_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACST_LED_EFC, object_name:CM_ACST_LED_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_ACST_LED for EFC migration. Stores the original values of columns of CM_ACST_LED that are to be converted tothe Euro currency as a part of EFC migration. The table consists of the primary key columns of CM_ACST_LED and , implementation_dba_data: GMF.CM_ACST_LED_EFC ,
-
Table: CM_CMPT_GRP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_GRP, object_name:CM_CMPT_GRP, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component Groups , implementation_dba_data: GMF.CM_CMPT_GRP ,
-
Table: CM_RSRC_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RSRC_DTL, object_name:CM_RSRC_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Resource Costs , implementation_dba_data: GMF.CM_RSRC_DTL ,
-
Table: GL_UPDT_MSG
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_UPDT_MSG, object_name:GL_UPDT_MSG, status:VALID, product: GMF - Process Manufacturing Financials , description: OPM GL Update process error messages table. Only used with OPM integrated with Oracle Financials. , implementation_dba_data: GMF.GL_UPDT_MSG ,
-
View: GMF_XLA_VENDOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_VENDOR_V, object_name:GMF_XLA_VENDOR_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_VENDOR_V ,