Search Results wip_flow_schedules
Overview
The WIP_FLOW_SCHEDULES table is a core transactional entity within the Oracle E-Business Suite Work in Process (WIP) module, specifically supporting flow manufacturing environments. It serves as the master repository for work order-less flow schedules, a key construct in lean and repetitive manufacturing. Unlike discrete jobs, which are tracked by individual work orders, flow schedules represent a continuous, rate-based production plan for a specific item over a defined period. This table stores all defining, scheduling, and accounting attributes for each schedule, enabling the system to manage material consumption, resource charging, and cost collection without the administrative overhead of discrete job creation and closure.
Key Information Stored
The table's structure captures the complete lifecycle and definition of a flow schedule. Its primary keys are WIP_ENTITY_ID (a unique internal identifier linking to WIP_ENTITIES) and a composite unique key of SCHEDULE_NUMBER and ORGANIZATION_ID for business reference. Critical columns include PRIMARY_ITEM_ID, QUANTITY, and STATUS_TYPE to define what and how much is being built. Scheduling data is held in START_DATE, DUE_DATE, and DATE_RELEASED columns. The table is integral to cost management, containing numerous General Ledger account columns such as MATERIAL_VARIANCE_ACCOUNT, RESOURCE_ACCOUNT, and OVERHEAD_VARIANCE_ACCOUNT. It also links to engineering and production definitions via BOM_REVISION, ALTERNATE_BOM_DESIGNATOR, ROUTING_REVISION, and ALTERNATE_ROUTING_DESIGNATOR.
Common Use Cases and Queries
This table is central to operational and financial reporting in flow manufacturing. Common use cases include generating shop floor schedules, tracking schedule completion progress, performing cost analysis, and reconciling inventory transactions. A typical query retrieves active schedules with their item and quantity details:
- SELECT wfs.schedule_number, wfs.primary_item_id, msib.concatenated_segments item, wfs.quantity, wfs.status_type, wfs.date_released FROM wip_flow_schedules wfs, mtl_system_items_b_kfv msib WHERE wfs.organization_id = :org_id AND wfs.primary_item_id = msib.inventory_item_id AND wfs.organization_id = msib.organization_id AND wfs.status_type IN (3, 4); -- Released or Complete
Another critical pattern involves joining to transaction and cost tables to analyze material usage or variance against a specific schedule, using WIP_ENTITY_ID as the key correlator.
Related Objects
WIP_FLOW_SCHEDULES maintains extensive foreign key relationships, as documented, integrating it deeply with other EBS modules. Key related objects include:
- WIP_ENTITIES: Joined on WIP_ENTITY_ID. This is the fundamental parent entity for all WIP jobs and schedules.
- MTL_SYSTEM_ITEMS_B: Joined on PRIMARY_ITEM_ID and ORGANIZATION_ID. Defines the item being manufactured.
- BOM_STRUCTURES_B & BOM_OPERATIONAL_ROUTINGS: Joined on PRIMARY_ITEM_ID, ORGANIZATION_ID, and alternate designators. Provide the bill of material and routing definitions.
- GL_CODE_COMBINATIONS: Multiple joins for various accounting segments (RESOURCE_ACCOUNT, MATERIAL_VARIANCE_ACCOUNT, etc.).
- MTL_ITEM_REVISIONS_B & MTL_RTG_ITEM_REVISIONS: Joined for specific BOM and routing revisions.
- MTL_KANBAN_CARDS: Joined on KANBAN_CARD_ID, linking pull-based replenishment signals to production.
- PJM_UNIT_NUMBERS: Joined on END_ITEM_UNIT_NUMBER for project manufacturing tracking.
- MTL_ITEM_LOCATIONS: Joined on COMPLETION_LOCATOR_ID for finished goods receipt.
-
Table: WIP_FLOW_SCHEDULES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_FLOW_SCHEDULES, object_name:WIP_FLOW_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Work order-less flow schedules , implementation_dba_data: WIP.WIP_FLOW_SCHEDULES ,
-
Table: WIP_FLOW_SCHEDULES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_FLOW_SCHEDULES, object_name:WIP_FLOW_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Work order-less flow schedules , implementation_dba_data: WIP.WIP_FLOW_SCHEDULES ,
-
APPS.WMA_FLOW dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CTO_WORKFLOW_API_PK dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.INV_TXN_MANAGER_GRP dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CSTPAVCP dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.FLM_MMM_CALCULATION dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.WMS_WIP_INTEGRATION dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.MRP_VALIDATE_FLOW_SCHEDULE dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.PJM_UNIT_EFF dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.INV_MINMAX_PVT dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.MRP_LINE_SCHEDULE_ALGORITHM dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WIP_FLOW_VALIDATION dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WIP_SFCB_UTILITIES dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.FLM_EXECUTION_UTIL dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.MRP_VALIDATE_FLOW_SCHEDULE dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.CSTPAVCP dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.FLM_LINEARITY_REPORT dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.CSTPLVCP dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.CSI_DEBUG_PKG dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.MRP_FLOW_SCHEDULE_UTIL dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.CTO_CHANGE_ORDER_PK dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WIP_PICKING_PUB dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.FLM_SEQ_READER_WRITER dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CTO_WIP_WORKFLOW_API_PK dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.WIP_FLOWSCHEDULE_UTIL dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.FLM_CREATE_PRODUCT_SYNCH dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WIP_FLOW_CHARGE_UTILITIES dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CTO_DEACTIVATE_CONFIG_PK dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CSTPPBBS dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WIP_PERF_TO_PLAN dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WIP_AUTOLOTPROC_PRIV dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.BOM_COPY_ROUTING dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.CSTPLCAC dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WIP_PICKING_PVT dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CSTPFCHK dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CTO_FLOW_SCHEDULE dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.FLM_AUTO_REPLENISHMENT dependencies on WIP_FLOW_SCHEDULES
12.2.2
-
APPS.WPS_SUPPLY_DEMAND dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.MRP_FLOW_SCHEDULE_PUB dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CSTPPBBS dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.WIP_EXPLODE_PHANTOM_RTGS dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CSTPCFMS dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.WIP_MTI_PUB dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CTO_WIP_WRAPPER dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.WIP_PERF_TO_PLAN dependencies on WIP_FLOW_SCHEDULES
12.1.1
-
APPS.CSTPCFMS dependencies on WIP_FLOW_SCHEDULES
12.2.2