Search Results wip_transaction_accounts
Overview
The WIP_TRANSACTION_ACCOUNTS table is a core transactional data repository within the Oracle E-Business Suite Work in Process (WIP) module for versions 12.1.1 and 12.2.2. Its primary role is to store the detailed accounting entries—debits and credits—generated from resource transactions on manufacturing jobs and repetitive schedules. This table acts as the critical link between operational shop floor activities and the financial ledger, ensuring that all material, resource, and overhead costs are captured and properly accounted for. It is essential for maintaining accurate job cost accumulation, supporting period-end close processes, and providing the granular data required for cost analysis and financial reporting.
Key Information Stored
The table's structure is designed to capture the full accounting context of a manufacturing transaction. Key columns include the TRANSACTION_ID, which links to the source transaction in WIP_TRANSACTIONS, and the WIP_ENTITY_ID for the specific job or schedule. It identifies the cost element through RESOURCE_ID and ACTIVITY_ID. The financial impact is recorded in monetary columns (e.g., BASE_TRANSACTION_VALUE), while the accounting flexfield information, such as the REFERENCE_ACCOUNT, ties the entry to a specific General Ledger code combination. The ORGANIZATION_ID and GL_BATCH_ID columns facilitate the grouping and transfer of these accounting entries to the General Ledger module.
Common Use Cases and Queries
This table is central to cost inquiry and reconciliation activities. Common use cases include drilling into the detailed cost composition of a specific job, auditing the accounting impact of a particular resource transaction, and reconciling WIP balances to the General Ledger. A typical query involves joining to WIP_DISCRETE_JOBS and GL_CODE_COMBINATIONS to analyze costs by account. For example, to review all accounting entries for a job, one might use:
- SELECT wta.*, gjb.JOB_NO
- FROM WIP.WIP_TRANSACTION_ACCOUNTS wta,
- WIP.WIP_DISCRETE_JOBS gjb
- WHERE wta.WIP_ENTITY_ID = gjb.WIP_ENTITY_ID
- AND gjb.JOB_NO = '<JOB_NUMBER>';
Period-end closing procedures also heavily rely on this table to ensure all production costs are properly accounted for before closing the accounting period.
Related Objects
As indicated by its foreign keys, WIP_TRANSACTION_ACCOUNTS is a nexus table with dependencies to several major EBS entities. It is directly sourced from WIP_TRANSACTIONS. The manufacturing work order is referenced via WIP_DISCRETE_JOBS or WIP_REPETITIVE_SCHEDULES, with a master reference to WIP_ENTITIES. The specific resource or overhead activity is linked via BOM_RESOURCES and CST_ACTIVITIES, respectively. Crucially, each accounting entry references a specific GL_CODE_COMBINATIONS record, and entries are batched for GL posting via ORG_GL_BATCHES. This network of relationships underscores its integral position in the manufacturing and cost accounting schema.
-
Table: WIP_TRANSACTION_ACCOUNTS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTION_ACCOUNTS, object_name:WIP_TRANSACTION_ACCOUNTS, status:VALID, product: WIP - Work in Process , description: Debits and credits due to resource transactions , implementation_dba_data: WIP.WIP_TRANSACTION_ACCOUNTS ,
-
Table: WIP_TRANSACTION_ACCOUNTS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTION_ACCOUNTS, object_name:WIP_TRANSACTION_ACCOUNTS, status:VALID, product: WIP - Work in Process , description: Debits and credits due to resource transactions , implementation_dba_data: WIP.WIP_TRANSACTION_ACCOUNTS ,
-
APPS.CST_SLA_UPDATE_PKG dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CSTACWRO dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_PERIODSUMMARY_PVT dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPOYLD dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.FLM_PURGE dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.PJM_TASK_AUTO_ASSIGN dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPACWC dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CSTPOYUT dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPSMUT dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPCFMS dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPOYLD dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_PRJMFG_COST_COLLECTOR dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CSTPCFMS dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_EAMCOST_PUB dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.OPI_DBI_BOUNDS_PKG dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CSTPOYUT dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.OPI_DBI_RES_PKG dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_XLA_PVT dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CSTPPWRO dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.OPI_DBI_INV_VALUE_INCR_PKG dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_PERIODSUMMARY_PVT dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.PJM_TASK_AUTO_ASSIGN dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.WIP_WICTPG dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPWPVR dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CSTPSMUT dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_F_SZ dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.OPI_DBI_INV_VALUE_INIT_PKG dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.OPIMPXWP dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CSTACWRO dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CST_XLA_PVT dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPPWRO dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CST_PRJMFG_COST_COLLECTOR dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPACWC dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.FLM_PURGE dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.WIP_WICTPG dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.OPI_EDW_OPI_JOB_RSRC_F_C dependencies on WIP_TRANSACTION_ACCOUNTS
12.1.1
-
APPS.CST_SLA_UPDATE_PKG dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPAPBR dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.CSTPWPVR dependencies on WIP_TRANSACTION_ACCOUNTS
12.2.2
-
APPS.WIP_WICTPG dependencies on WIP_DISCRETE_JOBS
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.CSTACWRO dependencies on WIP_COST_TXN_INTERFACE
12.2.2
-
APPS.CSTACWRO dependencies on WIP_COST_TXN_INTERFACE
12.1.1