Search Results wip_repetitive_schedules
Overview
The WIP_REPETITIVE_SCHEDULES table is a core transactional data store within the Oracle E-Business Suite Work in Process (WIP) module. It serves as the master record for all repetitive manufacturing schedules, a production method where discrete items are built continuously over a period of time on a dedicated production line, rather than as distinct jobs or lots. This table is central to the repetitive manufacturing flow, tracking the planned and actual production quantities, dates, and status for each schedule. Its integrity is critical for material consumption, cost collection, and production reporting in EBS releases 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its critical data elements. Each record is uniquely identified by the REPETITIVE_SCHEDULE_ID (primary key). The table links a schedule to its defining master data via foreign keys: WIP_ENTITY_ID and LINE_ID reference the assembly and production line defined in WIP_REPETITIVE_ITEMS. The COMMON_ROUTING_SEQUENCE_ID and COMMON_BOM_SEQUENCE_ID link to the approved routing (BOM_OPERATIONAL_ROUTINGS) and bill of material (BOM_STRUCTURES_B) used for the schedule. Typical data stored includes daily or periodic production rates, start and end dates, quantity scheduled, quantity completed, and status flags controlling transactions.
Common Use Cases and Queries
This table is queried extensively for production tracking, variance analysis, and period-end closing. Common operational reports include summarizing completed units versus planned schedules and identifying open schedules for a given line. A fundamental query retrieves schedule details for transaction processing:
SELECT wrs.repetitive_schedule_id, wrs.wip_entity_id, wrs.line_id, wrs.date_released, wrs.status_type, wrs.daily_production_rate FROM wip_repetitive_schedules wrs WHERE wrs.organization_id = :p_org_id AND wrs.line_id = :p_line_id AND wrs.status_type IN (3, 4); -- Released or Complete
For cost accounting, the table is joined to WIP_PERIOD_BALANCES to analyze variances. Integration points include material transactions (MTL_MATERIAL_TXN_ALLOCATIONS), move transactions (WIP_MOVE_TXN_ALLOCATIONS), and cost collection (CST_AE_LINES, WIP_TRANSACTION_ACCOUNTS), all of which reference the REPETITIVE_SCHEDULE_ID to tie transactions back to the specific production schedule.
Related Objects
As indicated by the foreign key constraints, WIP_REPETITIVE_SCHEDULES is a hub table with extensive integration. Key related objects include:
- Master Data: WIP_REPETITIVE_ITEMS, BOM_OPERATIONAL_ROUTINGS, BOM_STRUCTURES_B.
- Transaction Processing: WIP_OPERATIONS, WIP_REQUIREMENT_OPERATIONS, WIP_MOVE_TXN_ALLOCATIONS, MTL_MATERIAL_TXN_ALLOCATIONS.
- Costing & Accounting: WIP_PERIOD_BALANCES, WIP_TRANSACTION_ACCOUNTS, CST_AE_LINES, MTL_TRANSACTION_ACCOUNTS.
- Integration: PO_REQUISITION_LINES_ALL (for internal requisitions), WIP_JOB_SCHEDULE_INTERFACE (for schedule imports).
-
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_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 ,
-
APPS.WIP_WS_SHORTAGE dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_REPETITIVE_UTILITIES dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.CSTPAPBR dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.PO_WF_PO_CHARGE_ACC dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.QLTDACTB dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.PO_DOCUMENT_CHECKS_PVT dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.CSTPPBBS dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_REPSCHEDULE_UTIL dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.MRP_HORIZONTAL_PLAN_SC dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_VALIDATE dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.INV_LABEL_PVT9 dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_OSP_SHP_I_WF dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_WS_SHORTAGE dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.CSTPWPVR dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_PICKING_PVT dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_POPULATE_TEMP dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.FLM_MMM_CALCULATION dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_JSI_PROCESSOR dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_OPERATIONS_UTILITIES dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_JSI_PROCESSOR dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.RCV_TRANSACTIONS_SV dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WPS_SUPPLY_DEMAND dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_PERF_TO_PLAN dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.OPI_EDW_JOB_DETAIL_F_SZ dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.INV_WIP_PICKING_PVT dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_UNRELEASE dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_MOVE_VALIDATOR dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.MRP_ATP_COLLECTION dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_MOVE_VALIDATOR dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_SCHEDULER dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_CHANGE_STATUS dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_REPETITIVE_UTILITIES dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.CSTPFCHK dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_BFLPROC_PRIV dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.INV_MINMAX_PVT dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_CHANGE_STATUS dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_OPERATIONS_UTILITIES dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.OPI_DBI_MTL_VARIANCE_PKG dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.WIP_SF_STATUS dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.QLTDACTB dependencies on WIP_REPETITIVE_SCHEDULES
12.1.1
-
APPS.INV_LABEL_PVT9 dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.WIP_MTI_PUB dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2
-
APPS.INV_MGD_PRD_CONTROL_MEDIATOR dependencies on WIP_REPETITIVE_SCHEDULES
12.2.2