Search Results wip_period_balances
Overview
The WIP_PERIOD_BALANCES table is a core transactional table within the Oracle E-Business Suite Work in Process (WIP) module. Its primary function is to store the cumulative accounting charges for manufacturing jobs and repetitive schedules, organized by accounting period. This table serves as the definitive ledger for work-in-process inventory valuation at the period level, enabling critical financial processes such as period-end closing, cost roll-up, variance analysis, and inventory reconciliation. By maintaining a historical, period-by-period record of job costs, it provides the essential audit trail required for accurate financial reporting and cost management in a manufacturing environment.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies a period balance for a specific manufacturing entity. The key columns are WIP_ENTITY_ID (identifying the discrete job or flow schedule), REPETITIVE_SCHEDULE_ID (identifying the repetitive schedule, if applicable), and ACCT_PERIOD_ID. The ORGANIZATION_ID is also a critical foreign key. The table primarily stores aggregated charge amounts in its detail columns, which typically include totals for material, resource, overhead, outside processing, and associated variances. These amounts represent the net charges posted to the job or schedule within a specific accounting period, forming the basis for the period-end WIP valuation.
Common Use Cases and Queries
The most frequent use case is generating period-end WIP valuation reports and reconciling the WIP subledger to the general ledger. Analysts query this table to analyze cost accumulation trends, identify jobs with significant period-over-period cost changes, and calculate variances. A common SQL pattern involves joining to WIP_DISCRETE_JOBS, ORG_ACCT_PERIODS, and inventory tables to produce a detailed cost report.
- Sample Query for Period Balances: SELECT wjb.organization_id, wjb.wip_entity_name, oap.period_name, wpb.* FROM wip_period_balances wpb, wip_discrete_jobs wjb, org_acct_periods oap WHERE wpb.wip_entity_id = wjb.wip_entity_id AND wpb.acct_period_id = oap.acct_period_id AND wjb.organization_id = 123 AND oap.period_name = 'JAN-2024';
- Critical Process: During the WIP period close, the system finalizes transactions for the period and updates the balances in this table. Any subsequent adjustments to a closed period's costs must be handled through the appropriate WIP accounting interfaces to maintain integrity.
Related Objects
WIP_PERIOD_BALANCES is centrally linked to other major WIP and inventory entities through foreign key relationships, as documented in the ETRM.
- WIP_DISCRETE_JOBS & WIP_FLOW_SCHEDULES: The WIP_ENTITY_ID links to these tables to provide the discrete job or flow schedule details for the balance.
- WIP_REPETITIVE_SCHEDULES: The REPETITIVE_SCHEDULE_ID links balances specifically to repetitive manufacturing schedules.
- ORG_ACCT_PERIODS: The ACCT_PERIOD_ID and ORGANIZATION_ID link to the accounting calendar, defining the period for which the balances are recorded.
- Dependent Views & APIs: Various WIP cost and valuation reports (e.g., WIP Value Report) are built upon this table. Key APIs for cost maintenance and period close procedures read from and update this table.
-
Table: WIP_PERIOD_BALANCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PERIOD_BALANCES, object_name:WIP_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: Job and schedule charges, by accounting period , implementation_dba_data: WIP.WIP_PERIOD_BALANCES ,
-
Table: WIP_PERIOD_BALANCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PERIOD_BALANCES, object_name:WIP_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: Job and schedule charges, by accounting period , implementation_dba_data: WIP.WIP_PERIOD_BALANCES ,
-
APPS.CSTPACWB dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.FLM_PURGE dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.OPIMPXWP dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.WIP_CHANGE_STATUS dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CSD_RECALLS_PVT dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPWPVR dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.EAM_WORKORDER_UTIL_PKG dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.FLM_PURGE dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.OPI_DBI_INV_VALUE_INIT_PKG dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CST_COSTPROCVALIDATION_PVT dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.WIP_DISCRETE_WS_MOVE dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPCFMS dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPPWMX dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPSMUT dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WIP_MOVE_VALIDATOR dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WIP_MASSLOAD_PUB dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.EAM_WORKORDER_UTIL_PKG dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.OPI_EDW_JOB_DETAIL_F_SZ dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CSTPACWC dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.WIP_MOVE_VALIDATOR dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.WIP_UNRELEASE dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CSTPACWC dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WIP_UNRELEASE dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSE_ASSET_UTIL_PKG dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.ISC_DEPOT_MARGIN_ETL_PKG dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WSMPLBJI dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPCWPB dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPOYLD dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.INV_TURNS dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CST_EAMCOST_PUB dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CSTPWPVR dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.OPI_EDW_OPI_JOB_DETAIL_F_C dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.INV_TURNS dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CST_COSTPROCVALIDATION_PVT dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPCWPB dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WIP_CHANGE_STATUS dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPPWMX dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.OPI_DBI_MTL_VARIANCE_PKG dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CSTPACWB dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.WIP_BIS_PERIOD_BAL_PKG dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CSTPOYLD dependencies on WIP_PERIOD_BALANCES
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on WIP_PERIOD_BALANCES
12.2.2