Search Results wip_move_txn_allocations
Overview
The WIP_MOVE_TXN_ALLOCATIONS table is a core transactional data store within the Oracle E-Business Suite Work in Process (WIP) module. Its primary function is to record the allocation of material move transactions to specific repetitive schedules. In Oracle EBS, a repetitive schedule is a production method used for high-volume, standard items where work is completed over a continuous period rather than on discrete jobs. This table acts as the critical link between individual move transactions, which track the movement of assemblies between operations, and the repetitive schedule to which those transactions are applied. It ensures that production costs and quantities are accurately assigned and reported against the correct schedule, enabling precise backflushing of components and calculation of schedule variances.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which are central to its purpose. The primary key is a composite of TRANSACTION_ID and REPETITIVE_SCHEDULE_ID, guaranteeing a unique record for each transaction allocation. The TRANSACTION_ID column is a foreign key linking to the WIP_MOVE_TRANSACTIONS table, which holds the details of the move transaction itself, such as the operation, quantity, and date. The REPETITIVE_SCHEDULE_ID column is a foreign key linking to the WIP_REPETITIVE_SCHEDULES table, which contains the master definition of the production schedule, including the assembly, line, and dates. While the provided metadata does not list additional columns, typical data would include allocation quantities and timestamps, supporting the detailed tracking of how a single move transaction's quantity is distributed if applicable.
Common Use Cases and Queries
This table is essential for transaction inquiry, reconciliation, and custom reporting related to repetitive manufacturing. A common use case is tracing the cost and component consumption for a specific schedule. For instance, to retrieve all move transactions allocated to a particular repetitive schedule for analysis, one would join this table to WIP_MOVE_TRANSACTIONS. Conversely, to find which schedule a specific move transaction was posted against, a query would join WIP_MOVE_TXN_ALLOCATIONS to WIP_REPETITIVE_SCHEDULES. The table is also critical for integrity checks, such as identifying move transactions that lack a schedule allocation or validating that total allocated quantities match transaction quantities. Sample SQL to list transactions for a schedule would be:
- SELECT wmta.transaction_id, wmt.transaction_date, wmt.operation_seq_num, wmt.quantity
- FROM wip_move_txn_allocations wmta,
- wip_move_transactions wmt
- WHERE wmta.repetitive_schedule_id = :p_schedule_id
- AND wmta.transaction_id = wmt.transaction_id;
Related Objects
The WIP_MOVE_TXN_ALLOCATIONS table has defined dependencies on two primary tables, as indicated by its foreign keys. Its principal relationship is with WIP_MOVE_TRANSACTIONS (via TRANSACTION_ID), the source of all move transaction details. It is equally dependent on WIP_REPETITIVE_SCHEDULES (via REPETITIVE_SCHEDULE_ID), the master table for repetitive production schedules. While not listed in the provided metadata, this table is also intrinsically related to cost collection and inventory interfaces, as the allocations it stores drive the backflushing of components and the charging of costs to the schedule. Developers and analysts should reference these related objects to build a complete picture of repetitive transaction flow.
-
Table: WIP_MOVE_TXN_ALLOCATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_ALLOCATIONS, object_name:WIP_MOVE_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , description: Move transaction allocations for repetitive schedules , implementation_dba_data: WIP.WIP_MOVE_TXN_ALLOCATIONS ,
-
Table: WIP_MOVE_TXN_ALLOCATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_ALLOCATIONS, object_name:WIP_MOVE_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , description: Move transaction allocations for repetitive schedules , implementation_dba_data: WIP.WIP_MOVE_TXN_ALLOCATIONS ,
-
APPS.WIP_MTLPROC_PRIV dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_MOVE_ALLOC_CLEANUP dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_MTLPROC_PRIV dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_WICTPG dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_MOVE_ALLOC_CLEANUP dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_OVERCOMPLETION dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_TRANSACTIONS_PKG dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_PVT dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_TRANSACTIONS_PKG dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_MOVE_ALLOC_CLEANUP dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_OVERCOMPLETION dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_BFLPROC_PRIV dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_MOVE_ALLOC_CLEANUP dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_BFLPROC_PRIV dependencies on WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_PVT dependencies on WIP_MOVE_TRANSACTIONS
12.1.1
-
VIEW: WIP.WIP_MOVE_TXN_ALLOCATIONS#
12.2.2
owner:WIP, object_type:VIEW, object_name:WIP_MOVE_TXN_ALLOCATIONS#, status:VALID,
-
APPS.WIP_MOVE_ALLOC_CLEANUP SQL Statements
12.1.1
-
APPS.WIP_MOVE_ALLOC_CLEANUP SQL Statements
12.2.2
-
APPS.OPI_EDW_JOB_RSRC_PVT SQL Statements
12.1.1
-
APPS.WIP_OVERCOMPLETION dependencies on WIP_MOVE_TXN_INTERFACE
12.2.2
-
VIEW: APPS.WIPBV_WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
APPS.WIP_OVERCOMPLETION dependencies on WIP_MOVE_TXN_INTERFACE
12.1.1
-
SYNONYM: APPS.WIP_MOVE_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_MOVE_TXN_ALLOCATIONS, status:VALID,
-
APPS.WIP_MOVE_ALLOC_CLEANUP dependencies on WIP_MOVE_TXN_INTERFACE
12.1.1
-
APPS.WIP_MOVE_ALLOC_CLEANUP dependencies on WIP_MOVE_TXN_INTERFACE
12.2.2
-
VIEW: APPS.WIPBV_WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
SYNONYM: APPS.WIP_MOVE_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_MOVE_TXN_ALLOCATIONS, status:VALID,
-
VIEW: WIP.WIP_MOVE_TXN_ALLOCATIONS#
12.2.2
-
VIEW: APPS.WIPFV_WIP_MOVE_TXN_ALLOCATIONS
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
VIEW: APPS.WIPFV_WIP_MOVE_TXN_ALLOCATIONS
12.2.2
-
TABLE: WIP.WIP_MOVE_TXN_ALLOCATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_ALLOCATIONS, object_name:WIP_MOVE_TXN_ALLOCATIONS, status:VALID,
-
TABLE: WIP.WIP_MOVE_TXN_ALLOCATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_ALLOCATIONS, object_name:WIP_MOVE_TXN_ALLOCATIONS, status:VALID,
-
APPS.WIP_MOVPROC_PRIV dependencies on BOM_DEPARTMENTS
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on CST_ACTIVITIES
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on CST_ACTIVITIES
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on BOM_DEPARTMENTS
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_PARAMETERS
12.2.2
-
PACKAGE BODY: APPS.WIP_MOVE_ALLOC_CLEANUP
12.1.1
-
PACKAGE BODY: APPS.WIP_MOVE_ALLOC_CLEANUP
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_REQUIREMENT_OPERATIONS
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_REQUIREMENT_OPERATIONS
12.2.2
-
APPS.WIP_BFLPROC_PRIV dependencies on WIP_MOVE_TXN_INTERFACE
12.2.2
-
APPS.WIP_BFLPROC_PRIV dependencies on WIP_MOVE_TXN_INTERFACE
12.1.1