Search Results mtl_period_cg_summary
Overview
The MTL_PERIOD_CG_SUMMARY table is a core data repository within the Oracle E-Business Suite Inventory (INV) module. It functions as a summary ledger for inventory valuation, storing aggregated financial data at the close of an accounting period. Its primary role is to support the period-end costing and inventory valuation processes by providing a summarized snapshot of inventory balances. This summary is critical for generating accurate financial reports, reconciling inventory accounts in the general ledger, and facilitating efficient period-end closing procedures. The table organizes data along key dimensions: accounting period, operating unit (organization), category of inventory (inventory type), and cost group, enabling granular financial analysis and compliance with various costing methodologies.
Key Information Stored
The table's structure is designed to hold summarized valuation metrics. While the specific detail columns are not fully enumerated in the provided metadata, the primary and foreign key relationships define its critical dimensions. The essential columns include ACCT_PERIOD_ID, which links to the accounting calendar; ORGANIZATION_ID, identifying the specific inventory organization; INVENTORY_TYPE, classifying inventory (e.g., raw material, work in process, finished goods); and COST_GROUP_ID, which segregates inventory by different cost accumulation methods or ownership (e.g., average costing, FIFO, or owned versus consigned). The table's primary key is a composite of these first three columns. The summarized data stored against these keys typically includes quantities and monetary values for opening balances, period receipts, period issues, and closing balances, providing the foundation for inventory valuation reports.
Common Use Cases and Queries
This table is central to period-end financial closing and inventory analysis. A primary use case is the generation of inventory valuation reports, such as the "Inventory Valuation Report" or "Cost Workbench" summaries, which display ending balances by cost group and inventory type. Database administrators and functional consultants may query this table to troubleshoot period close issues or reconcile inventory subledger details to the general ledger. A typical analytical query would join to related master tables to retrieve descriptive information.
- Sample Query for Period Summary:
SELECT mpcs.*, oap.period_name, ccg.cost_group
FROM inv.mtl_period_cg_summary mpcs,
inv.org_acct_periods oap,
cst.cost_groups ccg
WHERE mpcs.acct_period_id = oap.acct_period_id
AND mpcs.organization_id = oap.organization_id
AND mpcs.cost_group_id = ccg.cost_group_id
AND oap.period_name = 'JAN-2024';
Related Objects
MTL_PERIOD_CG_SUMMARY is integrally connected to other key inventory and costing entities through defined foreign key relationships, ensuring referential integrity. The documented relationships are as follows:
- ORG_ACCT_PERIODS: The table links to ORG_ACCT_PERIODS via ACCT_PERIOD_ID and ORGANIZATION_ID. This validates that summary records correspond to a valid, defined accounting period for the organization.
- CST_COST_GROUPS: The table links to CST_COST_GROUPS via COST_GROUP_ID. This ensures that every summarized record is associated with a legitimate cost group defined in the costing setup.
These relationships are essential for any joins performed in reporting or data validation scripts. The table is also a likely source for various inventory valuation views within the application.
-
Table: MTL_PERIOD_CG_SUMMARY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PERIOD_CG_SUMMARY, object_name:MTL_PERIOD_CG_SUMMARY, status:VALID, product: INV - Inventory , description: The table contains summarized inventory valuation details for an accounting period, organization, inventory type and cost group , implementation_dba_data: INV.MTL_PERIOD_CG_SUMMARY ,
-
Table: MTL_PERIOD_CG_SUMMARY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PERIOD_CG_SUMMARY, object_name:MTL_PERIOD_CG_SUMMARY, status:VALID, product: INV - Inventory , description: The table contains summarized inventory valuation details for an accounting period, organization, inventory type and cost group , implementation_dba_data: INV.MTL_PERIOD_CG_SUMMARY ,
-
APPS.CSTACPCS dependencies on MTL_PERIOD_CG_SUMMARY
12.2.2
-
APPS.PERIOD_SUMMARY_TRANSFER_UTIL dependencies on MTL_PERIOD_CG_SUMMARY
12.2.2
-
APPS.CSTACPCS dependencies on MTL_PERIOD_CG_SUMMARY
12.1.1
-
APPS.PERIOD_SUMMARY_TRANSFER_UTIL dependencies on MTL_PERIOD_CG_SUMMARY
12.1.1
-
SYNONYM: APPS.MTL_PERIOD_CG_SUMMARY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PERIOD_CG_SUMMARY, status:VALID,
-
VIEW: INV.MTL_PERIOD_CG_SUMMARY#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PERIOD_CG_SUMMARY#, status:VALID,
-
SYNONYM: APPS.MTL_PERIOD_CG_SUMMARY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PERIOD_CG_SUMMARY, status:VALID,
-
VIEW: INV.MTL_PERIOD_CG_SUMMARY#
12.2.2
-
VIEW: APPS.CST_PERIOD_CG_SUMMARY_V
12.1.1
-
View: CST_PERIOD_CG_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_CG_SUMMARY_V, object_name:CST_PERIOD_CG_SUMMARY_V, status:VALID, product: BOM - Bills of Material , description: This view consolidates the results from MTL_PERIOD_CG_SUMMARY and CST_PERIOD_CLOSE_SUMMARY , implementation_dba_data: APPS.CST_PERIOD_CG_SUMMARY_V ,
-
View: CST_PERIOD_CG_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_CG_SUMMARY_V, object_name:CST_PERIOD_CG_SUMMARY_V, status:VALID, product: BOM - Bills of Material , description: This view consolidates the results from MTL_PERIOD_CG_SUMMARY and CST_PERIOD_CLOSE_SUMMARY , implementation_dba_data: APPS.CST_PERIOD_CG_SUMMARY_V ,
-
VIEW: APPS.CST_PERIOD_CG_SUMMARY_V
12.2.2
-
TABLE: INV.MTL_PERIOD_CG_SUMMARY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PERIOD_CG_SUMMARY, object_name:MTL_PERIOD_CG_SUMMARY, status:VALID,
-
VIEW: APPS.CST_PERIOD_CG_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_CG_SUMMARY_V, object_name:CST_PERIOD_CG_SUMMARY_V, status:VALID,
-
TABLE: INV.MTL_PERIOD_CG_SUMMARY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PERIOD_CG_SUMMARY, object_name:MTL_PERIOD_CG_SUMMARY, status:VALID,
-
VIEW: APPS.CST_PERIOD_CG_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_CG_SUMMARY_V, object_name:CST_PERIOD_CG_SUMMARY_V, status:VALID,
-
PACKAGE BODY: APPS.CSTACPCS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTACPCS, status:VALID,
-
APPS.PERIOD_SUMMARY_TRANSFER_UTIL dependencies on INV_TRX_UTIL_PUB
12.1.1
-
APPS.PERIOD_SUMMARY_TRANSFER_UTIL dependencies on INV_TRX_UTIL_PUB
12.2.2
-
PACKAGE BODY: APPS.CSTACPCS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTACPCS, status:VALID,
-
APPS.PERIOD_SUMMARY_TRANSFER_UTIL SQL Statements
12.1.1
-
APPS.PERIOD_SUMMARY_TRANSFER_UTIL SQL Statements
12.2.2
-
Table: ORG_ACCT_PERIODS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.ORG_ACCT_PERIODS, object_name:ORG_ACCT_PERIODS, status:VALID, product: INV - Inventory , description: Organization accounting period definition table , implementation_dba_data: INV.ORG_ACCT_PERIODS ,
-
Table: ORG_ACCT_PERIODS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.ORG_ACCT_PERIODS, object_name:ORG_ACCT_PERIODS, status:VALID, product: INV - Inventory , description: Organization accounting period definition table , implementation_dba_data: INV.ORG_ACCT_PERIODS ,
-
PACKAGE BODY: APPS.PERIOD_SUMMARY_TRANSFER_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PERIOD_SUMMARY_TRANSFER_UTIL, status:VALID,
-
PACKAGE BODY: APPS.PERIOD_SUMMARY_TRANSFER_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PERIOD_SUMMARY_TRANSFER_UTIL, status:VALID,
-
Table: CST_COST_GROUPS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUPS, object_name:CST_COST_GROUPS, status:VALID, product: BOM - Bills of Material , description: Stores cost group definitions , implementation_dba_data: BOM.CST_COST_GROUPS ,
-
Table: CST_COST_GROUPS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUPS, object_name:CST_COST_GROUPS, status:VALID, product: BOM - Bills of Material , description: Stores cost group definitions , implementation_dba_data: BOM.CST_COST_GROUPS ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PERIOD_SUMMARY_TRANSFER_UTIL
12.2.2
-
PACKAGE BODY: APPS.PERIOD_SUMMARY_TRANSFER_UTIL
12.1.1
-
TABLE: BOM.CST_PERIOD_CLOSE_SUMMARY
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PERIOD_CLOSE_SUMMARY, object_name:CST_PERIOD_CLOSE_SUMMARY, status:VALID,
-
TABLE: BOM.CST_PERIOD_CLOSE_SUMMARY
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PERIOD_CLOSE_SUMMARY, object_name:CST_PERIOD_CLOSE_SUMMARY, status:VALID,
-
APPS.CSTACPCS SQL Statements
12.2.2
-
APPS.CSTACPCS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSTACPCS
12.2.2
-
PACKAGE BODY: APPS.CSTACPCS
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,