Search Results wip_parameters
Overview
The WIP_PARAMETERS table is a fundamental setup and control table within the Oracle E-Business Suite Work in Process (WIP) module. It stores organization-specific manufacturing parameters that define default behaviors, control policies, and system-wide settings for discrete and repetitive manufacturing. Each manufacturing organization has a single corresponding record in this table, making it the central repository for WIP configuration at the organizational level. Its settings govern critical processes such as job and schedule creation, transaction processing, costing, and supply consumption, ensuring operational consistency across the WIP module.
Key Information Stored
The table's primary key is ORGANIZATION_ID, which ties each record to a specific inventory organization. Key columns define essential operational defaults and flags. These include DEFAULT_DISCRETE_CLASS, which specifies the standard accounting class for new discrete jobs, and DEFAULT_PULL_SUPPLY_SUBINV along with DEFAULT_PULL_SUPPLY_LOCATOR_ID, which define the default subinventory and locator for component material supply. Other significant columns control system behavior, such as flags for enforcing shop floor status, allowing negative component balances, enabling lot and serial number control, and setting defaults for job start dates and completion subinventories. The parameters essentially codify the manufacturing policies for the organization.
Common Use Cases and Queries
This table is primarily referenced during setup, transaction processing, and reporting. A common use case is validating or auditing an organization's WIP setup. Technical consultants and DBAs often query this table to verify default values before major data conversions or to troubleshoot transaction errors. A typical diagnostic query retrieves the core parameters for a specific organization:
- SELECT organization_id, default_discrete_class, default_pull_supply_subinv FROM wip_parameters WHERE organization_id = :org_id;
Another frequent scenario involves integrating custom programs with WIP, where developers must read the default supply subinventory or accounting class from WIP_PARAMETERS to correctly populate interface tables like WIP_MOVE_TXN_INTERFACE or WIP_JOB_SCHEDULE_INTERFACE, ensuring data aligns with organizational policy.
Related Objects
As indicated by its foreign keys, WIP_PARAMETERS has a central relationship with numerous core WIP tables. It is referenced by transactional and interface tables, including WIP_ENTITIES (jobs/schedules), WIP_LINES (repetitive schedules), WIP_MOVE_TXN_INTERFACE, and WIP_COST_TXN_INTERFACE. Its columns also enforce referential integrity with master data tables: DEFAULT_DISCRETE_CLASS references WIP_ACCOUNTING_CLASSES, and DEFAULT_PULL_SUPPLY_SUBINV references MTL_SECONDARY_INVENTORIES. This web of relationships underscores its role as a foundational control point, ensuring that all WIP transactions and entities adhere to the defined organizational parameters.
-
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_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_ACCOUNTING_CLASSES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ACCOUNTING_CLASSES, object_name:WIP_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , description: Accounting classes , implementation_dba_data: WIP.WIP_ACCOUNTING_CLASSES ,
-
Table: WIP_ACCOUNTING_CLASSES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ACCOUNTING_CLASSES, object_name:WIP_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , description: Accounting classes , implementation_dba_data: WIP.WIP_ACCOUNTING_CLASSES ,
-
Table: WIP_EMPLOYEE_LABOR_RATES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EMPLOYEE_LABOR_RATES, object_name:WIP_EMPLOYEE_LABOR_RATES, status:VALID, product: WIP - Work in Process , description: Employee hourly labor rates , implementation_dba_data: WIP.WIP_EMPLOYEE_LABOR_RATES ,
-
Table: WIP_SHOP_FLOOR_STATUS_CODES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SHOP_FLOOR_STATUS_CODES, object_name:WIP_SHOP_FLOOR_STATUS_CODES, status:VALID, product: WIP - Work in Process , description: Statuses that a job or schedule may assume , implementation_dba_data: WIP.WIP_SHOP_FLOOR_STATUS_CODES ,
-
Table: WIP_EMPLOYEE_LABOR_RATES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EMPLOYEE_LABOR_RATES, object_name:WIP_EMPLOYEE_LABOR_RATES, status:VALID, product: WIP - Work in Process , description: Employee hourly labor rates , implementation_dba_data: WIP.WIP_EMPLOYEE_LABOR_RATES ,
-
Table: WIP_VALID_INTRAOPERATION_STEPS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_VALID_INTRAOPERATION_STEPS, object_name:WIP_VALID_INTRAOPERATION_STEPS, status:VALID, product: WIP - Work in Process , description: Types of intraoperation steps possible in an organization , implementation_dba_data: WIP.WIP_VALID_INTRAOPERATION_STEPS ,
-
Table: WIP_SHOP_FLOOR_STATUS_CODES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SHOP_FLOOR_STATUS_CODES, object_name:WIP_SHOP_FLOOR_STATUS_CODES, status:VALID, product: WIP - Work in Process , description: Statuses that a job or schedule may assume , implementation_dba_data: WIP.WIP_SHOP_FLOOR_STATUS_CODES ,
-
Table: WIP_VALID_INTRAOPERATION_STEPS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_VALID_INTRAOPERATION_STEPS, object_name:WIP_VALID_INTRAOPERATION_STEPS, status:VALID, product: WIP - Work in Process , description: Types of intraoperation steps possible in an organization , implementation_dba_data: WIP.WIP_VALID_INTRAOPERATION_STEPS ,
-
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 ,
-
View: WIPFV_MTL_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MTL_TXN_ALLOCATIONS, object_name:WIPFV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_MTL_TXN_ALLOCATIONS ,
-
View: WIPBV_WIP_INTRAOPERATION_STEPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_INTRAOPERATION_STEPS, object_name:WIPBV_WIP_INTRAOPERATION_STEPS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_INTRAOPERATION_STEPS ,
-
View: WIPFV_WIP_EMPLOYEE_LABOR_RATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_EMPLOYEE_LABOR_RATES, object_name:WIPFV_WIP_EMPLOYEE_LABOR_RATES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_EMPLOYEE_LABOR_RATES ,
-
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 ,
-
View: WIPFV_WIP_INTRAOPERATION_STEPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_INTRAOPERATION_STEPS, object_name:WIPFV_WIP_INTRAOPERATION_STEPS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_INTRAOPERATION_STEPS ,
-
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 ,
-
View: WIPFV_WIP_INTRAOPERATION_STEPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_INTRAOPERATION_STEPS, object_name:WIPFV_WIP_INTRAOPERATION_STEPS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_INTRAOPERATION_STEPS ,
-
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 ,
-
View: WIPFV_MTL_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MTL_TXN_ALLOCATIONS, object_name:WIPFV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_MTL_TXN_ALLOCATIONS ,
-
View: WIPBV_MTL_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_MTL_TXN_ALLOCATIONS, object_name:WIPBV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_MTL_TXN_ALLOCATIONS ,
-
View: WIPBV_WIP_INTRAOPERATION_STEPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_INTRAOPERATION_STEPS, object_name:WIPBV_WIP_INTRAOPERATION_STEPS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_INTRAOPERATION_STEPS ,
-
View: WIPBV_WIP_EMPLOYEE_LABOR_RATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_EMPLOYEE_LABOR_RATES, object_name:WIPBV_WIP_EMPLOYEE_LABOR_RATES, status:VALID, product: WIP - Work in Process , description: Employee labor rate and labor rate effective date information. , implementation_dba_data: APPS.WIPBV_WIP_EMPLOYEE_LABOR_RATES ,
-
View: WIPBV_WIP_EMPLOYEE_LABOR_RATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_EMPLOYEE_LABOR_RATES, object_name:WIPBV_WIP_EMPLOYEE_LABOR_RATES, status:VALID, product: WIP - Work in Process , description: Employee labor rate and labor rate effective date information. , implementation_dba_data: APPS.WIPBV_WIP_EMPLOYEE_LABOR_RATES ,
-
View: WIPBV_MTL_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_MTL_TXN_ALLOCATIONS, object_name:WIPBV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_MTL_TXN_ALLOCATIONS ,
-
View: WIPFV_WIP_EMPLOYEE_LABOR_RATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_EMPLOYEE_LABOR_RATES, object_name:WIPFV_WIP_EMPLOYEE_LABOR_RATES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_EMPLOYEE_LABOR_RATES ,
-
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 ,
-
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 ,
-
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 ,
-
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_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 ,
-
View: WIP_MATERIAL_SHORTAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_MATERIAL_SHORTAGES_V, object_name:WIP_MATERIAL_SHORTAGES_V, status:VALID, product: WIP - Work in Process , description: Material shortage data , implementation_dba_data: APPS.WIP_MATERIAL_SHORTAGES_V ,
-
View: WIP_MATERIAL_SHORTAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_MATERIAL_SHORTAGES_V, object_name:WIP_MATERIAL_SHORTAGES_V, status:VALID, product: WIP - Work in Process , description: Material shortage data , implementation_dba_data: APPS.WIP_MATERIAL_SHORTAGES_V ,
-
View: WIP_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PARAMETERS_V, object_name:WIP_PARAMETERS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_PARAMETERS , implementation_dba_data: APPS.WIP_PARAMETERS_V ,
-
View: WIP_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PARAMETERS_V, object_name:WIP_PARAMETERS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_PARAMETERS , implementation_dba_data: APPS.WIP_PARAMETERS_V ,
-
View: WIP_LOTJOB_OPEN_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LOTJOB_OPEN_ALLOCATIONS_V, object_name:WIP_LOTJOB_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for lot-based jobs , implementation_dba_data: APPS.WIP_LOTJOB_OPEN_ALLOCATIONS_V ,
-
View: WIP_REP_OPEN_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REP_OPEN_ALLOCATIONS_V, object_name:WIP_REP_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for repetitive schedules , implementation_dba_data: APPS.WIP_REP_OPEN_ALLOCATIONS_V ,
-
View: WIP_JOB_OPEN_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOB_OPEN_ALLOCATIONS_V, object_name:WIP_JOB_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for jobs , implementation_dba_data: APPS.WIP_JOB_OPEN_ALLOCATIONS_V ,
-
View: WIP_JOB_OPEN_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOB_OPEN_ALLOCATIONS_V, object_name:WIP_JOB_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for jobs , implementation_dba_data: APPS.WIP_JOB_OPEN_ALLOCATIONS_V ,
-
View: WIP_REP_OPEN_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REP_OPEN_ALLOCATIONS_V, object_name:WIP_REP_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for repetitive schedules , implementation_dba_data: APPS.WIP_REP_OPEN_ALLOCATIONS_V ,
-
View: WIP_LOTJOB_OPEN_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LOTJOB_OPEN_ALLOCATIONS_V, object_name:WIP_LOTJOB_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for lot-based jobs , implementation_dba_data: APPS.WIP_LOTJOB_OPEN_ALLOCATIONS_V ,