Search Results wip_so_allocations
Overview
The WIP_SO_ALLOCATIONS table is a core transactional table within the Oracle E-Business Suite Work in Process (WIP) module. It serves as the definitive repository for recording and managing the allocation of assemblies produced by discrete manufacturing jobs to specific sales order lines. This table is essential for enabling make-to-order (MTO) and assemble-to-order (ATO) manufacturing flows, providing the critical link between production execution and sales fulfillment. By tracking these allocations, the system ensures that the output from a shop floor job is reserved and applied to satisfy the correct customer demand, directly impacting inventory commitment, shipping, and revenue recognition processes.
Key Information Stored
The table's primary purpose is to map a production job to a sales order detail. Its key columns, as defined by its primary and unique keys, are fundamental to this relationship. The ALLOCATION_ID is the system-generated surrogate primary key. The WIP_ENTITY_ID column stores the identifier of the discrete manufacturing job (from WIP_DISCRETE_JOBS) producing the assembly. The sales order linkage is established through three columns: DEMAND_SOURCE_HEADER_ID (the sales order header), DEMAND_SOURCE_LINE (the specific order line), and DEMAND_SOURCE_DELIVERY (the delivery detail line). Together, these columns form a unique constraint, preventing duplicate allocations for the same job and sales order combination.
Common Use Cases and Queries
This table is central to inquiries and reports on order fulfillment status from a manufacturing perspective. A common operational query involves identifying which sales orders are linked to a specific production job to prioritize or expedite work. Conversely, production planners may query which jobs are fulfilling a particular sales order line to assess on-time delivery risk. For reporting, the table is frequently joined to WIP_DISCRETE_JOBS and OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL to create a comprehensive view of order-to-manufacture status. A typical SQL pattern retrieves allocation details for a given job:
- SELECT wsa.* FROM wip_so_allocations wsa WHERE wsa.wip_entity_id = :p_job_id;
Data integrity checks, such as verifying allocations for jobs with a specific demand class, also rely on this table.
Related Objects
The WIP_SO_ALLOCATIONS table maintains defined foreign key relationships with two primary transactional tables, as documented in the provided metadata. These relationships are critical for data integrity and form the basis for standard joins in applications and reports.
- WIP_DISCRETE_JOBS: The foreign key on WIP_ENTITY_ID links each allocation to its originating production job. This is the primary manufacturing entity.
- MTL_SALES_ORDERS: The foreign key on DEMAND_SOURCE_HEADER_ID links each allocation to the sales order header. For detailed line information, applications typically join further to the Order Management tables (OE_ORDER_HEADERS_ALL, OE_ORDER_LINES_ALL) using these header and line identifiers, though these are not formal foreign keys in the provided schema excerpt.
-
Table: WIP_SO_ALLOCATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SO_ALLOCATIONS, object_name:WIP_SO_ALLOCATIONS, status:VALID, product: WIP - Work in Process , description: Allocations of job assemblies to sales orders , implementation_dba_data: WIP.WIP_SO_ALLOCATIONS ,
-
Table: WIP_SO_ALLOCATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SO_ALLOCATIONS, object_name:WIP_SO_ALLOCATIONS, status:VALID, product: WIP - Work in Process , description: Allocations of job assemblies to sales orders , implementation_dba_data: WIP.WIP_SO_ALLOCATIONS ,
-
APPS.OEXPURGE dependencies on WIP_SO_ALLOCATIONS
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_SO_ALLOCATIONS
12.2.2
-
APPS.OEXPURGE dependencies on WIP_SO_ALLOCATIONS
12.2.2
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_SO_ALLOCATIONS
12.2.2
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on WIP_SO_ALLOCATIONS
12.2.2
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on WIP_SO_ALLOCATIONS
12.1.1
-
APPS.WIP_WICTPG dependencies on WIP_SO_ALLOCATIONS
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_SO_ALLOCATIONS
12.1.1
-
VIEW: WIP.WIP_SO_ALLOCATIONS#
12.2.2
owner:WIP, object_type:VIEW, object_name:WIP_SO_ALLOCATIONS#, status:VALID,
-
APPS.WIP_WICTPG dependencies on OE_INSTALL
12.1.1
-
SYNONYM: APPS.WIP_SO_ALLOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_SO_ALLOCATIONS, status:VALID,
-
APPS.WIP_WICTPG dependencies on OE_INSTALL
12.2.2
-
SYNONYM: APPS.WIP_SO_ALLOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_SO_ALLOCATIONS, status:VALID,
-
VIEW: APPS.WIPBV_WIP_RESERVATIONS
12.2.2
-
VIEW: APPS.WIPBV_WIP_RESERVATIONS
12.1.1
-
VIEW: WIP.WIP_SO_ALLOCATIONS#
12.2.2
-
APPS.WIP_WICTPG dependencies on MTL_DEMAND
12.1.1
-
TABLE: WIP.WIP_SO_ALLOCATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SO_ALLOCATIONS, object_name:WIP_SO_ALLOCATIONS, status:VALID,
-
VIEW: APPS.WIPFV_WIP_RESERVATIONS
12.1.1
-
View: WIP_SO_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_SO_ALLOCATIONS_V, object_name:WIP_SO_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_SO_ALLOCATIONS , implementation_dba_data: APPS.WIP_SO_ALLOCATIONS_V ,
-
VIEW: APPS.WIPFV_WIP_RESERVATIONS
12.2.2
-
View: WIP_SO_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_SO_ALLOCATIONS_V, object_name:WIP_SO_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_SO_ALLOCATIONS , implementation_dba_data: APPS.WIP_SO_ALLOCATIONS_V ,
-
APPS.WIP_WICTPG dependencies on MTL_DEMAND
12.2.2
-
TABLE: WIP.WIP_SO_ALLOCATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SO_ALLOCATIONS, object_name:WIP_SO_ALLOCATIONS, status:VALID,
-
VIEW: APPS.WIP_SO_ALLOCATIONS_V
12.2.2
-
VIEW: APPS.WIP_SO_ALLOCATIONS_V
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on MFG_LOOKUPS
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on MFG_LOOKUPS
12.2.2
-
APPS.OEXPURGE dependencies on WIP_DISCRETE_JOBS
12.2.2
-
View: WIPBV_WIP_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_RESERVATIONS, object_name:WIPBV_WIP_RESERVATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_RESERVATIONS ,
-
APPS.OEXPURGE dependencies on WIP_DISCRETE_JOBS
12.1.1
-
View: WIPBV_WIP_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_RESERVATIONS, object_name:WIPBV_WIP_RESERVATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_RESERVATIONS ,
-
Table: MTL_SALES_ORDERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SALES_ORDERS, object_name:MTL_SALES_ORDERS, status:VALID, product: INV - Inventory , description: Local definitions of sales orders , implementation_dba_data: INV.MTL_SALES_ORDERS ,
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_SCHEDULE_GROUPS
12.2.2
-
Table: MTL_SALES_ORDERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SALES_ORDERS, object_name:MTL_SALES_ORDERS, status:VALID, product: INV - Inventory , description: Local definitions of sales orders , implementation_dba_data: INV.MTL_SALES_ORDERS ,
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_ENTITIES
12.2.2
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_SCHEDULE_GROUPS
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.OEXPURGE dependencies on MTL_SALES_ORDERS
12.1.1
-
APPS.OEXPURGE dependencies on MTL_SALES_ORDERS
12.2.2
-
PACKAGE BODY: APPS.OEXPURGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OEXPURGE, status:VALID,
-
View: WIPFV_WIP_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_RESERVATIONS, object_name:WIPFV_WIP_RESERVATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_RESERVATIONS ,
-
View: WIPFV_WIP_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_RESERVATIONS, object_name:WIPFV_WIP_RESERVATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_RESERVATIONS ,
-
PACKAGE BODY: APPS.OEXPURGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OEXPURGE, status:VALID,
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on MTL_SYSTEM_ITEMS_KFV
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.WIP_WICTPG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_WICTPG, status:VALID,