Search Results gl_item_dtl
Overview
The GL_ITEM_DTL table is a core data repository within Oracle E-Business Suite (EBS), specifically for the Process Manufacturing Financials (GMF) module. It functions as the detailed subsidiary ledger for item cost accounting. The table stores granular cost component detail, breaking down the total accounting cost for an item, which is maintained at a summary level in the related GL_ITEM_CST table. Its primary role is to support sophisticated cost analysis, inventory valuation, and financial reporting by preserving a historical and current record of the elemental makeup of product costs, such as material, resource, overhead, and outside processing components.
Key Information Stored
The table's structure is designed to link a specific item cost record to its constituent cost components. The primary key uniquely identifies a detail line for a given item cost, cost component class, and analysis code. Critical columns include ITEMCOST_ID, which is a foreign key to GL_ITEM_CST and ties the detail to a master cost record. The COST_CMPNTCLS_ID links to CM_CMPT_MST_B, identifying the cost component class (e.g., Material, Labor). The COST_ANALYSIS_CODE links to CM_ALYS_MST, allowing for further categorization or analysis of the cost. Additional columns typically store the calculated cost amount for the component and may include period or transaction identifiers to maintain cost history.
Common Use Cases and Queries
This table is essential for generating detailed cost analysis reports and reconciling inventory valuations to the general ledger. A common use case is drilling down from a reported inventory value to understand its cost composition. Typical queries involve joining to the item cost master and component class master tables. For example, to analyze the cost structure of a specific item in a given period, one might use a SQL pattern such as:
- SELECT cicd.cost_cmpntcls_id, ccmb.cmpntcls_desc, cicd.cost_analysis_code, cicd.cost_amount FROM gl_item_dtl cicd, gl_item_cst cic, cm_cmpt_mst_b ccmb WHERE cicd.itemcost_id = cic.itemcost_id AND cicd.cost_cmpntcls_id = ccmb.cost_cmpntcls_id AND cic.inventory_item_id = :item_id AND cic.cost_type_id = :cost_type AND cic.period_id = :period_id;
This data is also critical for standard cost updates, variance analysis, and supporting audits of product costing.
Related Objects
GL_ITEM_DTL is centrally connected to several key GMF tables. Its primary relationship is with GL_ITEM_CST, the master item cost table, via the ITEMCOST_ID foreign key. It references the cost component class definition tables CM_CMPT_MST and CM_CMPT_MST_B through COST_CMPNTCLS_ID. It also links to the cost analysis code master CM_ALYS_MST via COST_ANALYSIS_CODE. These relationships ensure referential integrity and enable comprehensive cost reporting by joining descriptive information from the master tables to the transactional detail stored in GL_ITEM_DTL.
-
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: GL_ITEM_DTL
12.2.2
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 ,
-
APPS.GMF_CMCOMMON dependencies on GL_ITEM_DTL
12.2.2
-
APPS.GMF_CMCOMMON dependencies on GL_ITEM_DTL
12.1.1
-
APPS.GMF_CMCOMMON dependencies on GL_ITEM_DTL
12.2.2
-
APPS.GMF_CMCOMMON dependencies on GL_ITEM_DTL
12.1.1
-
Table: GL_ITEM_DTL_EFC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL_EFC, object_name:GL_ITEM_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of GL_ITEM_DTL for EFC migration. Stores the original values of columns of GL_ITEM_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_ITEM_DTL and , implementation_dba_data: GMF.GL_ITEM_DTL_EFC ,
-
Table: GL_ITEM_DTL_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL_EFC, object_name:GL_ITEM_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of GL_ITEM_DTL for EFC migration. Stores the original values of columns of GL_ITEM_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_ITEM_DTL and , implementation_dba_data: GMF.GL_ITEM_DTL_EFC ,
-
VIEW: GMF.GL_ITEM_DTL#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_ITEM_DTL#, status:VALID,
-
SYNONYM: APPS.GL_ITEM_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ITEM_DTL, status:VALID,
-
APPS.GMF_CMCOMMON dependencies on GL_ITEM_CST
12.2.2
-
SYNONYM: APPS.GL_ITEM_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ITEM_DTL, status:VALID,
-
APPS.GMF_CMCOMMON dependencies on GL_ITEM_CST
12.1.1
-
Table: GL_ITEM_CST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_CST, object_name:GL_ITEM_CST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item costs for transactions. Maintains accounting and current costs. Component cost details are available in GL_ITEM_DTL table. , implementation_dba_data: GMF.GL_ITEM_CST ,
-
TABLE: GMF.GL_ITEM_DTL_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL_EFC, object_name:GL_ITEM_DTL_EFC, status:VALID,
-
TABLE: GMF.GL_ITEM_DTL_EFC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL_EFC, object_name:GL_ITEM_DTL_EFC, status:VALID,
-
Table: GL_ITEM_CST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_CST, object_name:GL_ITEM_CST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item costs for transactions. Maintains accounting and current costs. Component cost details are available in GL_ITEM_DTL table. , implementation_dba_data: GMF.GL_ITEM_CST ,
-
VIEW: GMF.GL_ITEM_DTL#
12.2.2
-
VIEW: APPS.PMIBV_ITEM_COST_FROM_GL_V
12.1.1
-
VIEW: APPS.PMIBV_ITEM_COST_FROM_GL_V
12.2.2
-
VIEW: APPS.PMIBV_GL_CM_COST_COMPARISON_V
12.1.1
-
VIEW: APPS.PMIBV_GL_CM_COST_COMPARISON_V
12.2.2
-
TABLE: GMF.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,
-
VIEW: APPS.PMIFV_ITEM_COST_FROM_GL_V
12.2.2
-
VIEW: APPS.PMIFV_ITEM_COST_FROM_GL_V
12.1.1
-
TABLE: GMF.GL_ITEM_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL, object_name:GL_ITEM_DTL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.PMIFV_GL_CM_COST_COMPARISON_V
12.2.2
-
Table: CM_CMPT_MST
12.1.1
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
Table: CM_CMPT_MST_B
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.PMIFV_GL_CM_COST_COMPARISON_V
12.1.1
-
APPS.GMF_CMCOMMON dependencies on CM_CMPT_MST
12.1.1
-
Table: CM_CMPT_MST
12.2.2
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
APPS.GMF_CMCOMMON SQL Statements
12.1.1
-
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: CM_CMPT_MST_B
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
PACKAGE BODY: APPS.GMF_CMCOMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_CMCOMMON, status:VALID,
-
APPS.GMF_CMCOMMON dependencies on CM_CMPT_MST
12.2.2
-
Table: CM_ALYS_MST
12.2.2
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 ,
-
PACKAGE BODY: APPS.GMF_CMCOMMON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_CMCOMMON, status:VALID,
-
APPS.GMF_CMCOMMON SQL Statements
12.2.2
-
View: PMIBV_ITEM_COST_FROM_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_ITEM_COST_FROM_GL_V, object_name:PMIBV_ITEM_COST_FROM_GL_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Costing info for an item. Costing info is retrieved from the GL equivalent of the item_cost view which retrieves data from OPM tables. , implementation_dba_data: APPS.PMIBV_ITEM_COST_FROM_GL_V ,
-
View: PMIBV_GL_CM_COST_COMPARISON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_GL_CM_COST_COMPARISON_V, object_name:PMIBV_GL_CM_COST_COMPARISON_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Costing info from the GL and OPM tables combined to facilitate comparison of these two sources of similar data. , implementation_dba_data: APPS.PMIBV_GL_CM_COST_COMPARISON_V ,
-
View: PMIBV_GL_CM_COST_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_GL_CM_COST_COMPARISON_V, object_name:PMIBV_GL_CM_COST_COMPARISON_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Costing info from the GL and OPM tables combined to facilitate comparison of these two sources of similar data. , implementation_dba_data: APPS.PMIBV_GL_CM_COST_COMPARISON_V ,
-
View: PMIBV_ITEM_COST_FROM_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_ITEM_COST_FROM_GL_V, object_name:PMIBV_ITEM_COST_FROM_GL_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Costing info for an item. Costing info is retrieved from the GL equivalent of the item_cost view which retrieves data from OPM tables. , implementation_dba_data: APPS.PMIBV_ITEM_COST_FROM_GL_V ,
-
VIEW: APPS.PMIBV_GL_CM_COST_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_GL_CM_COST_COMPARISON_V, object_name:PMIBV_GL_CM_COST_COMPARISON_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2