Search Results wip_eam_period_balances
Overview
The WIP_EAM_PERIOD_BALANCES table is a core transactional table within the Oracle E-Business Suite (EBS) Work in Process (WIP) module, specifically supporting Enterprise Asset Management (EAM) functionality. Its primary role is to store and track the accumulated costs for EAM work orders (jobs) by accounting period. This table is essential for the periodic costing and financial reconciliation of maintenance activities, enabling organizations to capture and report asset-related expenses accurately over time. It serves as a detailed ledger for EAM job charges, forming a critical link between operational maintenance execution and the general ledger.
Key Information Stored
While the full column list is not detailed in the provided metadata, the table's description and foreign key relationship indicate its core data structure. It stores period-specific balances for EAM jobs, typically including fields such as the work order identifier (WIP_ENTITY_ID), the accounting period, and the accumulated charges categorized by maintenance cost type. A crucial column is MAINT_COST_CATEGORY, which classifies the cost (e.g., labor, material, overhead) and is a foreign key to the CST_EAM_COST_ELEMENTS table. Other columns likely include the organization ID (ORGANIZATION_ID), period identifier (ACCT_PERIOD_ID), and various amount columns (e.g., APPLIED_AMOUNT, RELIEVED_AMOUNT) representing the monetary value of charges incurred within that period.
Common Use Cases and Queries
This table is central to EAM cost accounting and reporting. Common use cases include generating period-end cost reports for maintenance work orders, analyzing historical maintenance spend by asset or cost category, and reconciling WIP balances before closing an accounting period. A typical analytical query would join this table to WIP entities and cost elements to summarize costs.
- Sample SQL Pattern: To retrieve period costs for a specific work order by cost category:
SELECT wb.WIP_ENTITY_ID, wb.MAINT_COST_CATEGORY, ce.COST_ELEMENT, wb.APPLIED_AMOUNT
FROM WIP_EAM_PERIOD_BALANCES wb,
CST_EAM_COST_ELEMENTS ce
WHERE wb.MAINT_COST_CATEGORY = ce.MAINT_COST_CATEGORY
AND wb.WIP_ENTITY_ID = :p_wip_entity_id
AND wb.ORGANIZATION_ID = :p_org_id
ORDER BY wb.ACCT_PERIOD_ID; - This data is vital for internal cost allocation, asset lifecycle cost analysis, and ensuring maintenance costs are correctly relieved to the fixed asset or expense accounts.
Related Objects
The table has documented relationships with other key EBS objects, primarily through its foreign key constraint. This establishes a direct dependency for data integrity and is essential for accurate joins in queries and reports.
- CST_EAM_COST_ELEMENTS: This is the primary related table, as defined by the foreign key. The column WIP_EAM_PERIOD_BALANCES.MAINT_COST_CATEGORY references CST_EAM_COST_ELEMENTS.MAINT_COST_CATEGORY. This relationship ensures that every cost recorded in the period balances table is associated with a valid, predefined cost element (e.g., Direct Labor, Material, Contractor).
- While not listed in the provided metadata, this table is inherently linked to core WIP and inventory tables such as WIP_DISCRETE_JOBS (or WIP_ENTITIES) for work order details, ORG_ACCT_PERIODS for accounting period information, and likely interfaces with the general ledger via the CST_EAM_ASSET_PERF_COSTS or similar costing engine tables.
-
Table: WIP_EAM_PERIOD_BALANCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_PERIOD_BALANCES, object_name:WIP_EAM_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: EAM Job charges by accounting period , implementation_dba_data: WIP.WIP_EAM_PERIOD_BALANCES ,
-
Table: WIP_EAM_PERIOD_BALANCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_PERIOD_BALANCES, object_name:WIP_EAM_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: EAM Job charges by accounting period , implementation_dba_data: WIP.WIP_EAM_PERIOD_BALANCES ,
-
APPS.EAM_FORECAST_PVT dependencies on WIP_EAM_PERIOD_BALANCES
12.1.1
-
APPS.EAM_PROCESS_WO_PVT dependencies on WIP_EAM_PERIOD_BALANCES
12.1.1
-
APPS.EAM_PROCESS_WO_PVT dependencies on WIP_EAM_PERIOD_BALANCES
12.2.2
-
APPS.EAM_FAILURE_ANALYSIS_PVT dependencies on WIP_EAM_PERIOD_BALANCES
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on WIP_EAM_PERIOD_BALANCES
12.1.1
-
APPS.ISC_MAINT_WO_CST_ETL_PKG dependencies on WIP_EAM_PERIOD_BALANCES
12.1.1
-
APPS.EAM_COMPLETION dependencies on WIP_EAM_PERIOD_BALANCES
12.1.1
-
APPS.EAM_COMPLETION dependencies on WIP_EAM_PERIOD_BALANCES
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on WIP_EAM_PERIOD_BALANCES
12.2.2
-
APPS.EAM_FAILURE_ANALYSIS_PVT dependencies on WIP_EAM_PERIOD_BALANCES
12.1.1
-
APPS.EAM_FORECAST_PVT dependencies on WIP_EAM_PERIOD_BALANCES
12.2.2
-
VIEW: WIP.WIP_EAM_PERIOD_BALANCES#
12.2.2
owner:WIP, object_type:VIEW, object_name:WIP_EAM_PERIOD_BALANCES#, status:VALID,
-
SYNONYM: APPS.WIP_EAM_PERIOD_BALANCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_EAM_PERIOD_BALANCES, status:VALID,
-
APPS.ISC_MAINT_WO_CST_ETL_PKG dependencies on ISC_MAINT_WORK_ORDERS_F
12.1.1
-
APPS.CST_EAMCOST_PUB dependencies on CST_EAM_ASSET_PER_BALANCES
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on CST_EAM_ASSET_PER_BALANCES
12.1.1
-
SYNONYM: APPS.WIP_EAM_PERIOD_BALANCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_EAM_PERIOD_BALANCES, status:VALID,
-
APPS.EAM_FORECAST_PVT dependencies on CST_DISTRIBUTION_LITE_V
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on CST_DISTRIBUTION_LITE_V
12.1.1
-
VIEW: WIP.WIP_EAM_PERIOD_BALANCES#
12.2.2
-
VIEW: APPS.WIP_EAM_OP_COST_DETAILS_V
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on ORG_ACCT_PERIODS
12.2.2
-
VIEW: APPS.WIP_EAM_OP_COST_DETAILS_V
12.1.1
-
APPS.EAM_FORECAST_PVT dependencies on ORG_ACCT_PERIODS
12.1.1
-
TABLE: WIP.WIP_EAM_PERIOD_BALANCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_PERIOD_BALANCES, object_name:WIP_EAM_PERIOD_BALANCES, status:VALID,
-
Table: CST_EAM_COST_ELEMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_EAM_COST_ELEMENTS, object_name:CST_EAM_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: EAM cost elements , implementation_dba_data: BOM.CST_EAM_COST_ELEMENTS ,
-
Table: CST_EAM_COST_ELEMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_EAM_COST_ELEMENTS, object_name:CST_EAM_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: EAM cost elements , implementation_dba_data: BOM.CST_EAM_COST_ELEMENTS ,
-
APPS.EAM_FORECAST_PVT dependencies on MFG_LOOKUPS
12.1.1
-
PACKAGE BODY: APPS.EAM_FAILURE_ANALYSIS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_FAILURE_ANALYSIS_PVT, status:VALID,
-
VIEW: APPS.WIP_EAM_COST_DETAILS_V
12.2.2
-
VIEW: APPS.WIP_EAM_COST_DETAILS_V
12.1.1
-
PACKAGE BODY: APPS.EAM_FAILURE_ANALYSIS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_FAILURE_ANALYSIS_PVT, status:VALID,
-
PACKAGE BODY: APPS.ISC_MAINT_WO_CST_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_MAINT_WO_CST_ETL_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
TABLE: WIP.WIP_EAM_PERIOD_BALANCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_PERIOD_BALANCES, object_name:WIP_EAM_PERIOD_BALANCES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on MFG_LOOKUPS
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.EAM_COMPLETION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_COMPLETION, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: WIP_EAM_OP_COST_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_OP_COST_DETAILS_V, object_name:WIP_EAM_OP_COST_DETAILS_V, status:VALID, product: WIP - Work in Process , description: Cost information by operation , implementation_dba_data: APPS.WIP_EAM_OP_COST_DETAILS_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.EAM_FORECAST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_FORECAST_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: WIP_EAM_OP_COST_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_OP_COST_DETAILS_V, object_name:WIP_EAM_OP_COST_DETAILS_V, status:VALID, product: WIP - Work in Process , description: Cost information by operation , implementation_dba_data: APPS.WIP_EAM_OP_COST_DETAILS_V ,