Search Results wip_txn_allocations
Overview
The WIP_TXN_ALLOCATIONS table is a core transactional data object within the Oracle E-Business Suite Work in Process (WIP) module. It is specifically designed to store detailed allocation records for resource transactions posted against repetitive schedules. In repetitive manufacturing, where production is scheduled over a period rather than for discrete jobs, this table serves as the critical link between a resource transaction (e.g., labor or machine time) and the specific repetitive assembly line and schedule to which the cost and quantity are applied. Its primary role is to maintain the integrity of cost and quantity allocation for backflush and move transactions in a repetitive manufacturing environment, ensuring accurate inventory valuation and production accounting.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of two critical foreign key columns. The TRANSACTION_ID column links directly to the WIP_TRANSACTIONS table, identifying the specific resource transaction event. The REPETITIVE_SCHEDULE_ID column links to the WIP_REPETITIVE_SCHEDULES table, identifying the exact production schedule and assembly being built. While the provided metadata focuses on these key relationships, the table typically contains additional columns to store the allocated quantity and potentially other allocation details for the transaction, forming the essential record for how a transaction's units are distributed to a schedule.
Common Use Cases and Queries
This table is central to reporting and reconciling production activity and costs in repetitive manufacturing. A primary use case is tracing the detailed impact of a resource transaction, such as identifying all repetitive schedules that absorbed the components or labor from a single backflush transaction. Conversely, it is used to aggregate all resource transactions allocated to a specific repetitive schedule for yield or efficiency analysis. Common queries involve joining to WIP_TRANSACTIONS for transaction dates and types, and to WIP_REPETITIVE_SCHEDULES (and subsequently to WIP_REPETITIVE_ITEMS) for assembly and line information. A typical reporting pattern is:
- Analyzing total resource quantities charged to a schedule over a period.
- Investigating cost variances by drilling down from high-level cost pools to individual transaction allocations.
- Validating transaction postings by ensuring all allocations sum to the total transaction quantity.
Sample SQL often follows the pattern: SELECT wta.*, wt.transaction_date, wt.transaction_type, wrs.assembly_id FROM wip_txn_allocations wta JOIN wip_transactions wt ON wta.transaction_id = wt.transaction_id JOIN wip_repetitive_schedules wrs ON wta.repetitive_schedule_id = wrs.repetitive_schedule_id WHERE wrs.assembly_id = :p_assembly.
Related Objects
The WIP_TXN_ALLOCATIONS table exists within a tightly defined schema, with its relationships explicitly documented by foreign key constraints. It is a child table that depends on two primary master and transactional tables.
- WIP_TRANSACTIONS (via TRANSACTION_ID): This is the foundational transaction table for the WIP module. Every record in WIP_TXN_ALLOCATIONS must correspond to a single, valid parent transaction in WIP_TRANSACTIONS.
- WIP_REPETITIVE_SCHEDULES (via REPETITIVE_SCHEDULE_ID): This table defines the production schedule for a repetitive assembly. Every allocation record must point to a valid, existing schedule in this table, tying the transaction to a specific assembly, line, and date range.
These relationships enforce data integrity, ensuring that allocations cannot exist for invalid transactions or schedules. Key views or APIs that report on repetitive manufacturing costs and quantities will inherently depend on the data stored in this table.
-
Table: WIP_TXN_ALLOCATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TXN_ALLOCATIONS, object_name:WIP_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , description: Resource transaction allocations for repetitive schedules , implementation_dba_data: WIP.WIP_TXN_ALLOCATIONS ,
-
Table: WIP_TXN_ALLOCATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TXN_ALLOCATIONS, object_name:WIP_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , description: Resource transaction allocations for repetitive schedules , implementation_dba_data: WIP.WIP_TXN_ALLOCATIONS ,
-
APPS.CSTPWPVR dependencies on WIP_TXN_ALLOCATIONS
12.2.2
-
APPS.CSTPPWRO dependencies on WIP_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_WICTPG dependencies on WIP_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_TXN_ALLOCATIONS
12.2.2
-
APPS.CSTPPWRO dependencies on WIP_TXN_ALLOCATIONS
12.1.1
-
APPS.CSTPWPVR dependencies on WIP_TXN_ALLOCATIONS
12.1.1
-
VIEW: WIP.WIP_TXN_ALLOCATIONS#
12.2.2
owner:WIP, object_type:VIEW, object_name:WIP_TXN_ALLOCATIONS#, status:VALID,
-
VIEW: APPS.WIPBV_WIP_TXN_ALLOCATIONS
12.1.1
-
SYNONYM: APPS.WIP_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_TXN_ALLOCATIONS, status:VALID,
-
APPS.CSTPWPVR dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
SYNONYM: APPS.WIP_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_TXN_ALLOCATIONS, status:VALID,
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_TRANSACTIONS_S
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_TRANSACTIONS_S
12.2.2
-
TABLE: WIP.WIP_TXN_ALLOCATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TXN_ALLOCATIONS, object_name:WIP_TXN_ALLOCATIONS, status:VALID,
-
VIEW: APPS.WIPBV_WIP_TXN_ALLOCATIONS
12.2.2
-
VIEW: WIP.WIP_TXN_ALLOCATIONS#
12.2.2
-
APPS.CSTPWPVR dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
VIEW: APPS.WIPFV_WIP_TXN_ALLOCATIONS
12.1.1
-
APPS.CSTPWPVR dependencies on CST_COST_ELEMENTS
12.2.2
-
VIEW: APPS.WIPFV_WIP_TXN_ALLOCATIONS
12.2.2
-
APPS.CSTPWPVR dependencies on WIP_COST_TXN_INTERFACE
12.2.2
-
TABLE: WIP.WIP_TXN_ALLOCATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TXN_ALLOCATIONS, object_name:WIP_TXN_ALLOCATIONS, status:VALID,
-
APPS.CSTPWPVR dependencies on WIP_COST_TXN_INTERFACE
12.1.1
-
APPS.CSTPWPVR dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
View: WIPBV_WIP_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_TXN_ALLOCATIONS, object_name:WIPBV_WIP_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_TXN_ALLOCATIONS ,
-
PACKAGE BODY: APPS.CSTPPWRO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPWRO, status:VALID,
-
View: WIPBV_WIP_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_TXN_ALLOCATIONS, object_name:WIPBV_WIP_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_TXN_ALLOCATIONS ,
-
PACKAGE BODY: APPS.CSTPPWRO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPWRO, status:VALID,
-
Table: WIP_TRANSACTIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTIONS, object_name:WIP_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: WIP resource transactions , implementation_dba_data: WIP.WIP_TRANSACTIONS ,
-
PACKAGE BODY: APPS.CSTPWPVR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPWPVR, status:VALID,
-
View: WIPFV_WIP_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_TXN_ALLOCATIONS, object_name:WIPFV_WIP_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_TXN_ALLOCATIONS ,
-
View: WIPFV_WIP_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_TXN_ALLOCATIONS, object_name:WIPFV_WIP_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_TXN_ALLOCATIONS ,
-
Table: WIP_REPETITIVE_SCHEDULES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_SCHEDULES, object_name:WIP_REPETITIVE_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Repetitive schedules , implementation_dba_data: WIP.WIP_REPETITIVE_SCHEDULES ,
-
Table: WIP_REPETITIVE_SCHEDULES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_SCHEDULES, object_name:WIP_REPETITIVE_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Repetitive schedules , implementation_dba_data: WIP.WIP_REPETITIVE_SCHEDULES ,
-
Table: WIP_TRANSACTIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTIONS, object_name:WIP_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: WIP resource transactions , implementation_dba_data: WIP.WIP_TRANSACTIONS ,
-
PACKAGE BODY: APPS.CSTPWPVR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPWPVR, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.WIPBV_WIP_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_TXN_ALLOCATIONS, object_name:WIPBV_WIP_TXN_ALLOCATIONS, status:VALID,
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_COST_TXN_INTERFACE
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_COST_TXN_INTERFACE
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.WIP_WICTPG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_WICTPG, status:VALID,
-
12.2.2 DBA Data
12.2.2