Search Results wip_entities
Overview
The WIP_ENTITIES table is a core master data table within the Oracle E-Business Suite Work in Process (WIP) module, serving as the central repository for information common to all discrete jobs, repetitive schedules, and flow schedules. It functions as the primary identifier and control record for any manufacturing work order entity within the system. Every job or schedule created in Oracle WIP is assigned a unique WIP_ENTITY_ID and a corresponding WIP_ENTITY_NAME, which are stored in this table. Its role is to provide a unified reference point for transactional and costing processes, linking the work order to its associated item, organization, and numerous supporting transactions and interfaces.
Key Information Stored
The table's structure is defined by its primary and unique keys, which enforce critical business rules. The primary key, WIP_ENTITIES_PK, is the system-generated, unique numeric identifier WIP_ENTITY_ID. The unique key, WIP_ENTITIES_UK, enforces the uniqueness of the combination of WIP_ENTITY_NAME and ORGANIZATION_ID, ensuring no two work orders in the same organization share the same name. Other essential columns include ORGANIZATION_ID, which links the entity to its manufacturing organization in INV_ORG_PARAMETERS, and PRIMARY_ITEM_ID, which references the manufactured assembly (MTL_SYSTEM_ITEMS_B) being built. The table also stores status, date, and descriptive attributes that define the entity's lifecycle and type (e.g., discrete job vs. repetitive schedule).
Common Use Cases and Queries
This table is fundamental for reporting, data validation, and integration. Common use cases include generating work order master lists, validating job existence before transaction submission, and linking work order data to cost and material transactions. A typical query retrieves key job information by joining to item and organization tables:
- SELECT we.wip_entity_name, we.wip_entity_id, msib.segment1 item_code, we.organization_id FROM wip_entities we, mtl_system_items_b msib WHERE we.primary_item_id = msib.inventory_item_id AND we.organization_id = msib.organization_id AND we.wip_entity_name = :p_job_name;
Another critical pattern involves analyzing all transactions for a specific work order by joining WIP_ENTITIES to transactional interfaces like WIP_MOVE_TXN_INTERFACE or WIP_COST_TXN_INTERFACE via the WIP_ENTITY_ID.
Related Objects
As indicated by its extensive foreign key relationships, WIP_ENTITIES is a hub table referenced by nearly all major WIP and cost transaction tables. Key dependent transactional tables include WIP_DISCRETE_JOBS and WIP_FLOW_SCHEDULES, which store type-specific details. Transaction tables like WIP_MOVE_TRANSACTIONS and WIP_COST_TXN_INTERFACE reference it. For costing, tables such as CST_COMP_SNAPSHOT and WIP_PAC_PERIOD_BALANCES depend on it. It is also referenced by planning (MRP_ITEM_WIP_ENTITIES), quality (QA_RESULTS), purchasing (PO_REQUISITION_LINES_ALL), and serial number tracking (MTL_SERIAL_NUMBERS) modules, highlighting its enterprise-wide integration.
-
Table: WIP_ENTITIES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ENTITIES, object_name:WIP_ENTITIES, status:VALID, product: WIP - Work in Process , description: Information common to jobs and schedules , implementation_dba_data: WIP.WIP_ENTITIES ,
-
Table: WIP_ENTITIES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ENTITIES, object_name:WIP_ENTITIES, status:VALID, product: WIP - Work in Process , description: Information common to jobs and schedules , implementation_dba_data: WIP.WIP_ENTITIES ,
-
Lookup Type: WIP_ENTITIES
12.2.2
product: WIP - Work in Process , meaning: WIP ENTITIES ,
-
Lookup Type: WIP_ENTITIES
12.1.1
product: WIP - Work in Process , meaning: WIP ENTITIES ,
-
APPS.WSMPLOAD dependencies on WIP_ENTITIES
12.1.1
-
APPS.CSTPLENG dependencies on WIP_ENTITIES
12.1.1
-
APPS.QA_FLEX_UTIL dependencies on WIP_ENTITIES
12.1.1
-
APPS.EAM_PROCESS_WO_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_MTLTEMPPROC_PRIV dependencies on WIP_ENTITIES
12.1.1
-
APPS.WMS_XDOCK_PEGGING_PUB dependencies on WIP_ENTITIES
12.1.1
-
APPS.QA_SS_CORE dependencies on WIP_ENTITIES
12.1.1
-
APPS.WMS_WIP_INTEGRATION dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_SO_RESERVATIONS dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_WS_SKILL_CHECK_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.INV_UI_ITEM_ATT_LOVS dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_REQUIREMENT_DEFAULT dependencies on WIP_ENTITIES
12.1.1
-
APPS.WSM_SERIAL_SUPPORT_GRP dependencies on WIP_ENTITIES
12.1.1
-
APPS.EAM_PROCESS_FAILURE_ENTRY_PUB dependencies on WIP_ENTITIES
12.1.1
-
APPS.BOM_DELETE_GROUPS_API dependencies on WIP_ENTITIES
12.1.1
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on WIP_ENTITIES
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on WIP_ENTITIES
12.1.1
-
APPS.INV_SELECT_INVENTORY_PKG dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_DISCRETE_J_PKG dependencies on WIP_ENTITIES
12.1.1
-
APPS.CST_UTILITY_PUB dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_VALIDATE dependencies on WIP_ENTITIES
12.1.1
-
APPS.INV_LABEL_PVT16 dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_ENTITIES
12.1.1
-
APPS.PO_COPYDOC_SUB dependencies on WIP_ENTITIES
12.1.1
-
APPS.EAM_EAMMIPCK_XMLP_PKG dependencies on WIP_ENTITIES
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.EAM_WO_COMP_VALIDATE_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.FLM_PURGE dependencies on WIP_ENTITIES
12.1.1
-
APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_EXP_NOTIF_WF_PKG dependencies on WIP_ENTITIES
12.1.1
-
APPS.PJM_UNIT_EFF dependencies on WIP_ENTITIES
12.1.1
-
APPS.WSM_WIP_LOT_TXN_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_SERIAL_ASSOC_VALIDATIONS dependencies on WIP_ENTITIES
12.1.1
-
APPS.EAM_FAILURE_ANALYSIS_PVT dependencies on WIP_ENTITIES
12.1.1
-
APPS.INV_LABEL_PVT1 dependencies on WIP_ENTITIES
12.1.1
-
APPS.GME_BATCH_HEADER_DBL dependencies on WIP_ENTITIES
12.2.2
-
APPS.EAM_PROCESS_WO_PUB dependencies on WIP_ENTITIES
12.2.2
-
APPS.EAM_ACTIVITYUTILITIES_PVT dependencies on WIP_ENTITIES
12.2.2
-
APPS.EAM_UTILITY_GRP dependencies on WIP_ENTITIES
12.2.2
-
APPS.EAM_SAFETY_ASSOCIATION_PVT dependencies on WIP_ENTITIES
12.2.2
-
APPS.BOM_DELETE_GROUPS_API dependencies on WIP_ENTITIES
12.2.2
-
APPS.EAM_WORKORDER_PKG dependencies on WIP_ENTITIES
12.2.2
-
APPS.RCV_TRANSACTIONS_SV dependencies on WIP_ENTITIES
12.2.2
-
APPS.EAM_TEXT_UTIL dependencies on WIP_ENTITIES
12.2.2