Search Results wip_lines
Overview
The WIP_LINES table is a core master data table within the Oracle E-Business Suite Work in Process (WIP) module. It serves as the central repository for defining and storing all production lines within a manufacturing organization. A production line represents a logical or physical manufacturing flow path used to produce items, particularly in repetitive and flow manufacturing environments. The table's primary role is to provide a reference entity for scheduling, costing, material movement, and capacity planning. Its integrity is enforced by unique constraints on both a system-generated identifier (LINE_ID) and a business key combination of user-defined line code and organization (LINE_CODE, ORGANIZATION_ID), ensuring each line is uniquely identifiable within the application.
Key Information Stored
The table's structure centers on identifying the production line and its organizational context. The most critical columns include LINE_ID, the primary key surrogate identifier; LINE_CODE, the user-defined name or code for the production line; and ORGANIZATION_ID, which links the line to a specific inventory organization, establishing the operational context. Other significant attributes typically include a DESCRIPTION field, status indicators (like ACTIVE_INACTIVE), and dates for enablement and disablement. As evidenced by the foreign key relationships, this table acts as a key reference point for transactional and planning data across manufacturing and supply chain modules.
Common Use Cases and Queries
This table is fundamental for reporting and integration tasks related to production line performance and configuration. Common use cases include generating a list of all active production lines for a given organization, analyzing which lines are associated with specific jobs or schedules, and validating line codes during data migration or interface processing. A typical query would join WIP_LINES to organizational and transactional tables. For example, to list all repetitive schedules by line, one might use:
- SELECT wl.line_code, wrs.* FROM wip_lines wl, wip_repetitive_schedules wrs WHERE wl.line_id = wrs.line_id AND wl.organization_id = :p_org_id;
Another common pattern is verifying line existence before inserting interface data, such as into WIP_MOVE_TXN_INTERFACE or WIP_JOB_SCHEDULE_INTERFACE, to prevent transaction errors.
Related Objects
As indicated by the extensive foreign key metadata, the WIP_LINES table is a pivotal hub integrated with numerous modules. Key related objects include:
- WIP_PARAMETERS: Establishes the organization-level link.
- WIP_REPETITIVE_ITEMS & MRP_REPETITIVE_SCHEDULES: Core for repetitive manufacturing scheduling.
- BOM_OPERATIONAL_ROUTINGS & BOM_STANDARD_OPERATIONS: Associates lines with manufacturing process definitions.
- WIP_MOVE_TRANSACTIONS & WIP_COST_TXN_INTERFACE: Tracks material movements and costs against specific lines.
- MTL_KANBAN_CARDS & FLM_KANBAN_SUMMARY: Links lines to kanban pull-based replenishment signals.
- MRP_FORECAST_DATES & MRP_RECOMMENDATIONS: Used in Master Production Scheduling and planning.
- QA_RESULTS: Allows quality data collection to be associated with a production line.
This wide integration underscores the table's critical role as a master data entity for the manufacturing flow throughout Oracle EBS.
-
Table: WIP_LINES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_LINES, object_name:WIP_LINES, status:VALID, product: WIP - Work in Process , description: Production lines , implementation_dba_data: WIP.WIP_LINES ,
-
Table: WIP_LINES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_LINES, object_name:WIP_LINES, status:VALID, product: WIP - Work in Process , description: Production lines , implementation_dba_data: WIP.WIP_LINES ,
-
View: WIP_BIS_LATE_PROD_COMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_LATE_PROD_COMP_V, object_name:WIP_BIS_LATE_PROD_COMP_V, status:VALID, product: WIP - Work in Process , description: Discrete jobs or repetitive schedules that completed late , implementation_dba_data: APPS.WIP_BIS_LATE_PROD_COMP_V ,
-
View: WIP_BIS_LATE_PROD_COMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_LATE_PROD_COMP_V, object_name:WIP_BIS_LATE_PROD_COMP_V, status:VALID, product: WIP - Work in Process , description: Discrete jobs or repetitive schedules that completed late , implementation_dba_data: APPS.WIP_BIS_LATE_PROD_COMP_V ,
-
View: WIP_JOB_ASSY_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOB_ASSY_LINE_V, object_name:WIP_JOB_ASSY_LINE_V, status:VALID, product: WIP - Work in Process , description: Jobs, Repetitive Schedules, Flow Schedules and their assemblies and lines , implementation_dba_data: APPS.WIP_JOB_ASSY_LINE_V ,
-
View: WIP_JOB_ASSY_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOB_ASSY_LINE_V, object_name:WIP_JOB_ASSY_LINE_V, status:VALID, product: WIP - Work in Process , description: Jobs, Repetitive Schedules, Flow Schedules and their assemblies and lines , implementation_dba_data: APPS.WIP_JOB_ASSY_LINE_V ,
-
View: WIP_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINES_ALL_V, object_name:WIP_LINES_ALL_V, status:VALID, product: WIP - Work in Process , description: Production lines , implementation_dba_data: APPS.WIP_LINES_ALL_V ,
-
View: WIP_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINES_ALL_V, object_name:WIP_LINES_ALL_V, status:VALID, product: WIP - Work in Process , description: Production lines , implementation_dba_data: APPS.WIP_LINES_ALL_V ,
-
Table: WIP_SHOP_FLOOR_STATUSES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SHOP_FLOOR_STATUSES, object_name:WIP_SHOP_FLOOR_STATUSES, status:VALID, product: WIP - Work in Process , description: Statuses assigned to particular jobs and schedules , implementation_dba_data: WIP.WIP_SHOP_FLOOR_STATUSES ,
-
Table: WIP_PAC_PERIOD_BALANCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PAC_PERIOD_BALANCES, object_name:WIP_PAC_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: Stores periodic balance of all WIP entities within a cost group by period , implementation_dba_data: WIP.WIP_PAC_PERIOD_BALANCES ,
-
View: WIP_LINE_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINE_OPERATIONS_V, object_name:WIP_LINE_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view , implementation_dba_data: APPS.WIP_LINE_OPERATIONS_V ,
-
Table: WIP_SHOP_FLOOR_STATUSES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SHOP_FLOOR_STATUSES, object_name:WIP_SHOP_FLOOR_STATUSES, status:VALID, product: WIP - Work in Process , description: Statuses assigned to particular jobs and schedules , implementation_dba_data: WIP.WIP_SHOP_FLOOR_STATUSES ,
-
Table: WIP_MOVE_TXN_INTERFACE
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_INTERFACE, object_name:WIP_MOVE_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TXN_INTERFACE ,
-
Table: WIP_PARAMETERS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PARAMETERS, object_name:WIP_PARAMETERS, status:VALID, product: WIP - Work in Process , description: WIP specific organization level parameters , implementation_dba_data: WIP.WIP_PARAMETERS ,
-
Table: WIP_PAC_PERIOD_BALANCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PAC_PERIOD_BALANCES, object_name:WIP_PAC_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: Stores periodic balance of all WIP entities within a cost group by period , implementation_dba_data: WIP.WIP_PAC_PERIOD_BALANCES ,
-
View: WIP_OSP_LINES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_LINES_VAL_V, object_name:WIP_OSP_LINES_VAL_V, status:VALID, product: WIP - Work in Process , description: Enabled production lines with schedules with outside processing resources , implementation_dba_data: APPS.WIP_OSP_LINES_VAL_V ,
-
Table: WIP_JOB_SCHEDULE_INTERFACE
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_JOB_SCHEDULE_INTERFACE, object_name:WIP_JOB_SCHEDULE_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to create or modify jobs and schedules , implementation_dba_data: WIP.WIP_JOB_SCHEDULE_INTERFACE ,
-
Table: WIP_JOB_SCHEDULE_INTERFACE
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_JOB_SCHEDULE_INTERFACE, object_name:WIP_JOB_SCHEDULE_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to create or modify jobs and schedules , implementation_dba_data: WIP.WIP_JOB_SCHEDULE_INTERFACE ,
-
Table: WIP_MOVE_TRANSACTIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TRANSACTIONS, object_name:WIP_MOVE_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: Shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TRANSACTIONS ,
-
Table: WIP_MOVE_TRANSACTIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TRANSACTIONS, object_name:WIP_MOVE_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: Shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TRANSACTIONS ,
-
View: WIP_LINE_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINE_OPERATIONS_V, object_name:WIP_LINE_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view , implementation_dba_data: APPS.WIP_LINE_OPERATIONS_V ,
-
Table: WIP_MOVE_TXN_INTERFACE
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_INTERFACE, object_name:WIP_MOVE_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TXN_INTERFACE ,
-
Table: WIP_PARAMETERS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PARAMETERS, object_name:WIP_PARAMETERS, status:VALID, product: WIP - Work in Process , description: WIP specific organization level parameters , implementation_dba_data: WIP.WIP_PARAMETERS ,
-
Table: WIP_TRANSACTIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTIONS, object_name:WIP_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: WIP resource transactions , implementation_dba_data: WIP.WIP_TRANSACTIONS ,
-
Table: WIP_REPETITIVE_ITEMS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_ITEMS, object_name:WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , description: Line/assembly associations , implementation_dba_data: WIP.WIP_REPETITIVE_ITEMS ,
-
View: WIP_RES_UNITS_WORKED_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_UNITS_WORKED_VIEW, object_name:WIP_RES_UNITS_WORKED_VIEW, status:VALID, product: WIP - Work in Process , description: Resource transaction quantities , implementation_dba_data: APPS.WIP_RES_UNITS_WORKED_VIEW ,
-
View: WIP_RES_UNITS_WORKED_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_UNITS_WORKED_VIEW, object_name:WIP_RES_UNITS_WORKED_VIEW, status:VALID, product: WIP - Work in Process , description: Resource transaction quantities , implementation_dba_data: APPS.WIP_RES_UNITS_WORKED_VIEW ,
-
View: WIP_OSP_LINES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_LINES_VAL_V, object_name:WIP_OSP_LINES_VAL_V, status:VALID, product: WIP - Work in Process , description: Enabled production lines with schedules with outside processing resources , implementation_dba_data: APPS.WIP_OSP_LINES_VAL_V ,
-
View: WIP_LINES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINES_VAL_V, object_name:WIP_LINES_VAL_V, status:VALID, product: WIP - Work in Process , description: Enabled production lines , implementation_dba_data: APPS.WIP_LINES_VAL_V ,
-
Table: WIP_COST_TXN_INTERFACE
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_COST_TXN_INTERFACE, object_name:WIP_COST_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process cost transactions , implementation_dba_data: WIP.WIP_COST_TXN_INTERFACE ,
-
Table: WIP_COST_TXN_INTERFACE
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_COST_TXN_INTERFACE, object_name:WIP_COST_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process cost transactions , implementation_dba_data: WIP.WIP_COST_TXN_INTERFACE ,
-
View: WIPBV_WIP_REPETITIVE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_REPETITIVE_ITEMS, object_name:WIPBV_WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_REPETITIVE_ITEMS ,
-
Table: WIP_REPETITIVE_ITEMS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_ITEMS, object_name:WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , description: Line/assembly associations , implementation_dba_data: WIP.WIP_REPETITIVE_ITEMS ,
-
View: WIPBV_WIP_REPETITIVE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_REPETITIVE_ITEMS, object_name:WIPBV_WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_REPETITIVE_ITEMS ,
-
Table: WIP_TRANSACTIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTIONS, object_name:WIP_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: WIP resource transactions , implementation_dba_data: WIP.WIP_TRANSACTIONS ,
-
View: WIP_JOBS_AND_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOBS_AND_SCHEDULES_V, object_name:WIP_JOBS_AND_SCHEDULES_V, status:VALID, product: WIP - Work in Process , description: Summary data for jobs and schedules , implementation_dba_data: APPS.WIP_JOBS_AND_SCHEDULES_V ,
-
View: WIP_LINES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINES_VAL_V, object_name:WIP_LINES_VAL_V, status:VALID, product: WIP - Work in Process , description: Enabled production lines , implementation_dba_data: APPS.WIP_LINES_VAL_V ,
-
View: WIP_JOBS_AND_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOBS_AND_SCHEDULES_V, object_name:WIP_JOBS_AND_SCHEDULES_V, status:VALID, product: WIP - Work in Process , description: Summary data for jobs and schedules , implementation_dba_data: APPS.WIP_JOBS_AND_SCHEDULES_V ,
-
View: WIP_FLOW_OPEN_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_OPEN_ALLOCATIONS_V, object_name:WIP_FLOW_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for flow schedules , implementation_dba_data: APPS.WIP_FLOW_OPEN_ALLOCATIONS_V ,
-
View: WIPFV_PERIOD_CLOSE_VAR_TXNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_PERIOD_CLOSE_VAR_TXNS, object_name:WIPFV_PERIOD_CLOSE_VAR_TXNS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_PERIOD_CLOSE_VAR_TXNS ,
-
View: WIPFV_INTRAOP_STEP_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_INTRAOP_STEP_STATUSES, object_name:WIPFV_INTRAOP_STEP_STATUSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_INTRAOP_STEP_STATUSES ,
-
View: WIPBV_INTRAOP_STEP_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_INTRAOP_STEP_STATUSES, object_name:WIPBV_INTRAOP_STEP_STATUSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_INTRAOP_STEP_STATUSES ,
-
View: WIPBV_INTRAOP_STEP_STATUSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_INTRAOP_STEP_STATUSES, object_name:WIPBV_INTRAOP_STEP_STATUSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_INTRAOP_STEP_STATUSES ,
-
View: WIP_FLOW_OPEN_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_OPEN_ALLOCATIONS_V, object_name:WIP_FLOW_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for flow schedules , implementation_dba_data: APPS.WIP_FLOW_OPEN_ALLOCATIONS_V ,
-
View: WIPFV_MFG_COST_UPDATE_TXNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MFG_COST_UPDATE_TXNS, object_name:WIPFV_MFG_COST_UPDATE_TXNS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_MFG_COST_UPDATE_TXNS ,
-
View: WIPFV_INTRAOP_STEP_STATUSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_INTRAOP_STEP_STATUSES, object_name:WIPFV_INTRAOP_STEP_STATUSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_INTRAOP_STEP_STATUSES ,
-
View: WIPFV_WIP_REPETITIVE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_REPETITIVE_ITEMS, object_name:WIPFV_WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_REPETITIVE_ITEMS ,
-
View: WIPFV_WIP_REPETITIVE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_REPETITIVE_ITEMS, object_name:WIPFV_WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_REPETITIVE_ITEMS ,
-
View: WIPFV_PERIOD_CLOSE_VAR_TXNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_PERIOD_CLOSE_VAR_TXNS, object_name:WIPFV_PERIOD_CLOSE_VAR_TXNS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_PERIOD_CLOSE_VAR_TXNS ,
-
View: WIPFV_MFG_COST_UPDATE_TXNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MFG_COST_UPDATE_TXNS, object_name:WIPFV_MFG_COST_UPDATE_TXNS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_MFG_COST_UPDATE_TXNS ,