Search Results ic_perd_bal
Overview
The IC_PERD_BAL table is a core data repository within the Oracle E-Business Suite Process Manufacturing (GMI) module. It is owned by the GMI schema and is responsible for storing summarized inventory period balances. Its primary role is to support period-end inventory valuation and reporting by maintaining a snapshot of on-hand quantities and values for items, lots, and locations at the close of each accounting period. This table is fundamental to the financial integrity of inventory management, enabling reconciliation between perpetual inventory records and general ledger balances.
Key Information Stored
The table's structure is designed to uniquely identify an inventory balance record through its primary keys and to store associated transactional totals. The primary keys, defined in IC_PERD_BAL_PK and IC_PERD_BAL_U1, enforce uniqueness based on period, warehouse, item, lot, and location. While the specific quantity and value columns are not detailed in the provided metadata, tables of this nature typically contain columns for period-beginning and period-ending quantities, total receipts, total issues, and total adjustments, often broken down by cost elements. Key foreign key relationships, as documented, link to master and status tables for validation: IC_LOTS_MST (item/lot definition), IC_LOTS_STS (lot status), IC_WHSE_STS (warehouse/period status), and QC_HRES_MST (quality hold reason).
Common Use Cases and Queries
This table is central to period-end closing procedures and financial reporting. Common operational and analytical queries include generating period-end inventory valuation reports, analyzing inventory turnover by item or warehouse, and reconciling inventory sub-ledger to the general ledger. A typical query pattern involves joining IC_PERD_BAL with item and lot master tables to produce a detailed valuation report for a specific fiscal period.
- Sample Query for Period Balances:
SELECT ipb.whse_code, ipb.item_id, ipb.lot_id, ilm.item_no, SUM(ipb.period_end_qty) FROM gmi.ic_perd_bal ipb JOIN gmi.ic_item_mst ilm ON ipb.item_id = ilm.item_id WHERE ipb.fiscal_year = 2024 AND ipb.period = 3 GROUP BY ipb.whse_code, ipb.item_id, ipb.lot_id, ilm.item_no; - Use Case: Running the "Period Close" process in Process Manufacturing populates this table. Subsequent inventory valuation reports and the "Transfer to GL" process rely heavily on the balances stored here.
Related Objects
IC_PERD_BAL is integral to the Process Manufacturing inventory schema and has defined relationships with several key tables, as per the provided foreign key metadata.
- Master Data Tables: IC_LOTS_MST (provides item and lot master data) and QC_HRES_MST (provides quality hold reason codes).
- Status Tables: IC_LOTS_STS (lot status) and IC_WHSE_STS (warehouse period status, controlling period closes).
- Transactional Tables: While not listed in the metadata, this summary table is populated from detailed transaction tables like IC_TRAN_PND and IC_TRAN_CMP during period-end processing.
- Reporting Views: Various inventory valuation and period analysis reports within Oracle EBS are built upon queries against IC_PERD_BAL.
-
Table: IC_PERD_BAL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PERD_BAL, object_name:IC_PERD_BAL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory period balances , implementation_dba_data: GMI.IC_PERD_BAL ,
-
Table: IC_PERD_BAL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PERD_BAL, object_name:IC_PERD_BAL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory period balances , implementation_dba_data: GMI.IC_PERD_BAL ,
-
APPS.GMICCAL dependencies on IC_PERD_BAL
12.2.2
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_PERD_BAL
12.2.2
-
APPS.GMICDEP dependencies on IC_PERD_BAL
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_PERD_BAL
12.1.1
-
APPS.GMICDEP dependencies on IC_PERD_BAL
12.2.2
-
APPS.GMF_MIGRATION dependencies on IC_PERD_BAL
12.1.1
-
APPS.GMICCAL dependencies on IC_PERD_BAL
12.1.1
-
APPS.GMF_SUBLEDGER_REPORT dependencies on IC_PERD_BAL
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_PERD_BAL
12.1.1
-
APPS.GMF_SUBLEDGER_REPORT dependencies on IC_PERD_BAL
12.1.1
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_PERD_BAL
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_PERD_BAL
12.2.2
-
APPS.GMF_MIGRATION dependencies on IC_PERD_BAL
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_PERD_BAL
12.2.2
-
VIEW: APPS.IC_PERD_BAL_VW1
12.2.2
-
APPS.GMI_INVENTORY_CLOSE_CONC SQL Statements
12.2.2
-
VIEW: GMI.IC_PERD_BAL#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_PERD_BAL#, status:VALID,
-
APPS.GMICDEP SQL Statements
12.1.1
-
APPS.GMICDEP SQL Statements
12.2.2
-
VIEW: APPS.IC_PERD_BAL_VW1
12.1.1
-
APPS.GMI_INVENTORY_CLOSE_CONC SQL Statements
12.1.1
-
VIEW: APPS.PMIBV_PERIODINVENTORY_V
12.1.1
-
APPS.GMF_SUBLEDGER_REPORT dependencies on GL_SUBR_STA
12.1.1
-
VIEW: APPS.PMIBV_PERIODINVENTORY_V
12.2.2
-
APPS.GMF_SUBLEDGER_REPORT dependencies on IC_WHSE_MST
12.1.1
-
SYNONYM: APPS.IC_PERD_BAL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_PERD_BAL, status:VALID,
-
APPS.GMF_SUBLEDGER_REPORT dependencies on GL_SUBR_STA
12.2.2
-
SYNONYM: APPS.IC_PERD_BAL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_PERD_BAL, status:VALID,
-
APPS.GMF_SUBLEDGER_REPORT dependencies on IC_WHSE_MST
12.2.2
-
APPS.GMF_MIGRATION dependencies on IC_LOCT_MST
12.2.2
-
VIEW: GMI.IC_PERD_BAL#
12.2.2
-
APPS.GMICCAL SQL Statements
12.1.1
-
APPS.GMICCAL SQL Statements
12.2.2
-
APPS.GMF_MIGRATION dependencies on IC_LOCT_MST
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on PMI_INV_CALENDAR_V
12.1.1
-
APPS.GMF_MIGRATION dependencies on MTL_SECONDARY_INVENTORIES
12.1.1
-
APPS.GMF_MIGRATION dependencies on GMF_PERIOD_BALANCES
12.2.2
-
View: IC_PERD_BAL_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_PERD_BAL_VW1, object_name:IC_PERD_BAL_VW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Period balance view. , implementation_dba_data: APPS.IC_PERD_BAL_VW1 ,
-
APPS.PMI_COST_ANALZ_PACK dependencies on PMI_INV_CALENDAR_V
12.2.2
-
View: IC_PERD_BAL_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_PERD_BAL_VW1, object_name:IC_PERD_BAL_VW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Period balance view. , implementation_dba_data: APPS.IC_PERD_BAL_VW1 ,
-
Table: IC_WHSE_STS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_STS, object_name:IC_WHSE_STS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse close status , implementation_dba_data: GMI.IC_WHSE_STS ,
-
Table: IC_WHSE_STS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_STS, object_name:IC_WHSE_STS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse close status , implementation_dba_data: GMI.IC_WHSE_STS ,
-
APPS.GMF_MIGRATION dependencies on IC_LOTS_MST_MIG
12.2.2
-
Table: QC_HRES_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_HRES_MST, object_name:QC_HRES_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC hold reason code master. , implementation_dba_data: GMD.QC_HRES_MST ,
-
Table: BISOPM_ONHANDSALE_SUM
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains On-hand quantity information summarized for an item at warehouse level along with its value. WHSE_ONHAND_CONV is to store converted on-hand quantity to a single convertible UOM. We use IC_PERD_BAL to populate data for , implementation_dba_data: Not implemented in this database ,
-
Table: IC_LOTS_STS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_STS, object_name:IC_LOTS_STS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Lot status table. , implementation_dba_data: GMI.IC_LOTS_STS ,
-
PACKAGE BODY: APPS.GMICDEP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMICDEP, status:VALID,
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on FND_FILE
12.1.1