Search Results supplier sites table in ebs
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.
-
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: 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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
Table: GMF_LOT_COST_BURDENS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_LOT_COST_BURDENS, object_name:GMF_LOT_COST_BURDENS, status:VALID, product: GMF - Process Manufacturing Financials , description: Burden details for lot costed items , implementation_dba_data: GMF.GMF_LOT_COST_BURDENS ,
-
Table: GL_ALOC_EXP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_EXP, object_name:GL_ALOC_EXP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the expense to allocate information for an allocation code. The data from this table is used for GL expense allocation processing in determining total expense to allocate. , implementation_dba_data: GMF.GL_ALOC_EXP ,
-
Table: GMF_LOT_COST_ADJUSTMENT_DTLS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_LOT_COST_ADJUSTMENT_DTLS, object_name:GMF_LOT_COST_ADJUSTMENT_DTLS, status:VALID, product: GMF - Process Manufacturing Financials , description: OPM Lot Cost Adjustments details table , implementation_dba_data: GMF.GMF_LOT_COST_ADJUSTMENT_DTLS ,
-
Table: GL_MEMO_STA
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_MEMO_STA, object_name:GL_MEMO_STA, status:VALID, product: GMF - Process Manufacturing Financials , description: Internal Table used by AR Update process , implementation_dba_data: GMF.GL_MEMO_STA ,
-
Table: SY_SOFT_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.SY_SOFT_DTL, object_name:SY_SOFT_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Defines tables(sources) and their attributes for use in supporting a given Third-Party integration. , implementation_dba_data: GMF.SY_SOFT_DTL ,
-
Table: CM_WHSE_SRC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_SRC, object_name:CM_WHSE_SRC, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Source Warehouses - Used by Rollup process , implementation_dba_data: GMF.CM_WHSE_SRC ,
-
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 ,
-
Table: GL_TEXT_HDR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_TEXT_HDR, object_name:GL_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Table used to store text types for GL , implementation_dba_data: GMF.GL_TEXT_HDR ,
-
Table: GL_ITEM_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL, object_name:GL_ITEM_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component detail information for the item. Component details for the Accounting cost available in GL_ITEM_CST table. , implementation_dba_data: GMF.GL_ITEM_DTL ,
-
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_LEDGER_VALUATION_METHODS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_LEDGER_VALUATION_METHODS, object_name:GMF_LEDGER_VALUATION_METHODS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains valuation cost type of the secondary ledgers associated to the primary ledger of the Legal Entity. With SLA it is possible to create the subledger journals in draft mode for multiple cost types for comparison and simulat , implementation_dba_data: GMF.GMF_LEDGER_VALUATION_METHODS ,
-
Table: CM_CMPT_MST
12.2.2
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: CM_ADJS_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ADJS_DTL, object_name:CM_ADJS_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Adjustments Details table - contains the adjustments details required and entered for cost adjustments. , implementation_dba_data: GMF.CM_ADJS_DTL ,
-
Table: GL_LEDG_MAP
12.2.2
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 ,
-
Table: CM_CLDR_HDR_B
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_HDR_B, object_name:CM_CLDR_HDR_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Header Table , implementation_dba_data: GMF.CM_CLDR_HDR_B ,
-
Table: GMF_BATCH_VIB_DETAILS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BATCH_VIB_DETAILS, object_name:GMF_BATCH_VIB_DETAILS, status:VALID, product: GMF - Process Manufacturing Financials , description: Batch VIB Details , implementation_dba_data: GMF.GMF_BATCH_VIB_DETAILS ,
-
Table: CM_MTHD_MST
12.2.2
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 ,
-
Table: GL_ACCT_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
Table: CM_SCST_LED_EFC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_SCST_LED_EFC, object_name:CM_SCST_LED_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_SCST_DTL for EFC migration. Stores the original values of columns of CM_SCST_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_SCST_DTL and , implementation_dba_data: GMF.CM_SCST_LED_EFC ,
-
Table: GL_ALOC_DTL
12.2.2
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.2.2
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 ,
-
Table: GL_ACCT_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,