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 ,
-
APPS.WMA_FLOW dependencies on WIP_PARAMETERS
12.1.1
-
APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_DISCRETE_INIT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_BFLPROC_PRIV dependencies on WIP_PARAMETERS
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WSM_JOBCOPIES_PVT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.EAM_MATERIAL_REQUEST_PVT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_POPULATE_TEMP dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_PICKING_PUB dependencies on WIP_PARAMETERS
12.2.2
-
APPS.INV_SHORTCHECKEXEC_PVT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_WEIGHTED_AVG dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_INFINITE_SCHEDULER_PVT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_PICKING_PVT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_JSI_PROCESSOR dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_COMMON dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_JSI_PROCESSOR dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_WS_DL_UTIL dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_JOBCLOSE_PRIV dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_BATCH_MOVE dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_DIAG_DATA_COLL dependencies on WIP_PARAMETERS
12.1.1
-
APPS.FLM_EXECUTION_UTIL dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WMA_COMPLETION dependencies on WIP_PARAMETERS
12.1.1
-
APPS.FLM_SEQ_READER_WRITER dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WSMPJUPD dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_JSI_DEFAULTER dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_OVERCOMPLETION dependencies on WIP_PARAMETERS
12.1.1
-
APPS.AHL_PRD_MTLTXN_PVT dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_WEIGHTED_AVG dependencies on WIP_PARAMETERS
12.1.1
-
APPS.CSTPLCAS dependencies on WIP_PARAMETERS
12.1.1
-
APPS.PJM_PROJECT_PARAM_PUB dependencies on WIP_PARAMETERS
12.1.1
-
APPS.CSTPACWS dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_LOT_NUMBER_DEFAULT dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_REQUIREMENT_DEFAULT dependencies on WIP_PARAMETERS
12.1.1
-
APPS.EAM_WO_DEFAULT_PVT dependencies on WIP_PARAMETERS
12.1.1
-
APPS.CSTPPWAS dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_COMMON dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WSMPWROT dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WSMPLCVA dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_PICKING_PVT dependencies on WIP_PARAMETERS
12.1.1
-
APPS.INV_COPY_ORGANIZATION_REPORT dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WIP_WPS_COMMON dependencies on WIP_PARAMETERS
12.1.1
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_PARAMETERS
12.2.2
-
APPS.PJM_PROJECT_PARAM_PUB dependencies on WIP_PARAMETERS
12.2.2
-
APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WMA_MOVE dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WSMPLCVA dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_STD_WF dependencies on WIP_PARAMETERS
12.2.2
-
APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_PARAMETERS
12.2.2