Search Results wsm_parameters
Overview
The WSM_PARAMETERS table is a core configuration table within the Oracle E-Business Suite Shop Floor Management (WSM) module. It serves as the primary repository for organization-level parameters that govern the behavior of Oracle Shop Floor Management (OSFM). Its fundamental role is to define and control the operational rules for manufacturing organizations enabled for OSFM. As indicated in the documentation, an organization must meet specific prerequisites to be defined in this table, including being a standard costing organization and having particular lot number control settings in Inventory and Work in Process (WIP) parameters. The table acts as a central control point, with its primary key being referenced by numerous transactional and interface tables across the WSM module.
Key Information Stored
The table's structure is centered on the organization identifier. While the full column list is not detailed in the provided excerpt, the primary key and foreign key relationships explicitly identify the ORGANIZATION_ID as the critical column. This column stores the unique identifier (typically from INV_ORG_PARAMETERS) for each manufacturing organization configured for OSFM. Based on the description, other columns in the table likely store parameters that enforce the stated conditions, such as flags or settings related to lot number uniqueness, lot number defaulting, and costing method validation. The table's single-record-per-organization design establishes it as the definitive source for determining if an organization is OSFM-enabled and under what specific rules it operates.
Common Use Cases and Queries
The primary use case is validating whether an organization is set up for Oracle Shop Floor Management operations. This validation is crucial before executing lot-based transactions, job interfaces, or split/merge operations. Common queries involve joining with inventory organization tables to list all OSFM-enabled organizations or to troubleshoot setup issues. For instance, to identify all configured organizations, a basic query would be:
SELECT wp.organization_id, mp.organization_code
FROM wsm_parameters wp,
mtl_parameters mp
WHERE wp.organization_id = mp.organization_id;
Another critical use case is in data validation scripts for interface tables (e.g., WSM_LOT_JOB_INTERFACE). Before processing records, logic often checks for the existence of a corresponding record in WSM_PARAMETERS to ensure the transaction is for a valid OSFM organization. Reporting on OSFM configuration and its alignment with underlying INV and WIP parameters also relies heavily on this table.
Related Objects
The WSM_PARAMETERS table has a central relationship with the Inventory parameters table and is a parent to numerous WSM transactional entities. The documented relationships are as follows:
- Referenced Foreign Key: WSM_PARAMETERS.ORGANIZATION_ID references MTL_PARAMETERS, linking the OSFM configuration to the core inventory organization definition.
- Referencing Foreign Keys: The ORGANIZATION_ID primary key is referenced by the following WSM tables, establishing WSM_PARAMETERS as a mandatory parent for their data:
- WSM_LOT_JOB_INTERFACE.ORGANIZATION_ID
- WSM_LOT_MOVE_TXN_INTERFACE.ORGANIZATION_ID
- WSM_LOT_SPLIT_MERGES.ORGANIZATION_ID
- WSM_LOT_SPLIT_MERGES_INTERFACE.ORGANIZATION_ID
- WSM_RESULTING_LOTS_INTERFACE.ORGANIZATION_ID
- WSM_SECTOR_EXTENSIONS.ORGANIZATION_ID
- WSM_SM_RESULTING_LOTS.ORGANIZATION_ID
- WSM_SM_STARTING_LOTS.ORGANIZATION_ID
- WSM_SPLIT_MERGE_TXN_INTERFACE.ORGANIZATION_ID
- WSM_SPLIT_MERGE_TRANSACTIONS.ORGANIZATION_ID
- WSM_STARTING_LOTS_INTERFACE.ORGANIZATION_ID
This extensive set of foreign key constraints underscores the table's role as a fundamental control table for the entire OSFM lot and transaction management architecture.
-
Table: WSM_PARAMETERS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_PARAMETERS, object_name:WSM_PARAMETERS, status:VALID, product: WSM - Shop Floor Management , description: To define an organization parameter for OSFM, the organization should satisfy the following conditions;1. Standard Costing organization.2. LotNumber Uniqueness in Inventory parameters should be NONE.3. LotNumber Default Type in WIP paramete , implementation_dba_data: WSM.WSM_PARAMETERS ,
-
Table: WSM_PARAMETERS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_PARAMETERS, object_name:WSM_PARAMETERS, status:VALID, product: WSM - Shop Floor Management , description: To define an organization parameter for OSFM, the organization should satisfy the following conditions;1. Standard Costing organization.2. LotNumber Uniqueness in Inventory parameters should be NONE.3. LotNumber Default Type in WIP paramete , implementation_dba_data: WSM.WSM_PARAMETERS ,
-
Table: WSM_SM_RESULTING_LOTS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SM_RESULTING_LOTS, object_name:WSM_SM_RESULTING_LOTS, status:VALID, product: WSM - Shop Floor Management , description: Base table for Resulting Lots for Inventory Lot Transactions in OSFM. , implementation_dba_data: WSM.WSM_SM_RESULTING_LOTS ,
-
Table: WSM_SM_STARTING_LOTS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SM_STARTING_LOTS, object_name:WSM_SM_STARTING_LOTS, status:VALID, product: WSM - Shop Floor Management , description: Base table for Starting Lots for Inventory Lot Transactions in OSFM. , implementation_dba_data: WSM.WSM_SM_STARTING_LOTS ,
-
Table: WSM_STARTING_LOTS_INTERFACE
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_STARTING_LOTS_INTERFACE, object_name:WSM_STARTING_LOTS_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Import Inventory Lot Transaction's Starting Lots. Child table for WSM_LOT_SPLIT_MERGES_INTERFACE. , implementation_dba_data: WSM.WSM_STARTING_LOTS_INTERFACE ,
-
Table: WSM_SPLIT_MERGE_TRANSACTIONS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SPLIT_MERGE_TRANSACTIONS, object_name:WSM_SPLIT_MERGE_TRANSACTIONS, status:VALID, product: WSM - Shop Floor Management , description: Base table for header information for WIP Lot Transactions in OSFM. , implementation_dba_data: WSM.WSM_SPLIT_MERGE_TRANSACTIONS ,
-
Table: WSM_LOT_SPLIT_MERGES
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_SPLIT_MERGES, object_name:WSM_LOT_SPLIT_MERGES, status:VALID, product: WSM - Shop Floor Management , description: Base table for Lot based Inventory Transactions - Header Information. , implementation_dba_data: WSM.WSM_LOT_SPLIT_MERGES ,
-
Table: WSM_SM_STARTING_LOTS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SM_STARTING_LOTS, object_name:WSM_SM_STARTING_LOTS, status:VALID, product: WSM - Shop Floor Management , description: Base table for Starting Lots for Inventory Lot Transactions in OSFM. , implementation_dba_data: WSM.WSM_SM_STARTING_LOTS ,
-
Table: WSM_STARTING_LOTS_INTERFACE
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_STARTING_LOTS_INTERFACE, object_name:WSM_STARTING_LOTS_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Import Inventory Lot Transaction's Starting Lots. Child table for WSM_LOT_SPLIT_MERGES_INTERFACE. , implementation_dba_data: WSM.WSM_STARTING_LOTS_INTERFACE ,
-
Table: WSM_SPLIT_MERGE_TXN_INTERFACE
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SPLIT_MERGE_TXN_INTERFACE, object_name:WSM_SPLIT_MERGE_TXN_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Lot based WIP Lot Transactions. , implementation_dba_data: WSM.WSM_SPLIT_MERGE_TXN_INTERFACE ,
-
Table: WSM_LOT_SPLIT_MERGES_INTERFACE
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_SPLIT_MERGES_INTERFACE, object_name:WSM_LOT_SPLIT_MERGES_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Lot based Inventory Lot Transactions - Header Information. , implementation_dba_data: WSM.WSM_LOT_SPLIT_MERGES_INTERFACE ,
-
Table: WSM_LOT_SPLIT_MERGES_INTERFACE
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_SPLIT_MERGES_INTERFACE, object_name:WSM_LOT_SPLIT_MERGES_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Lot based Inventory Lot Transactions - Header Information. , implementation_dba_data: WSM.WSM_LOT_SPLIT_MERGES_INTERFACE ,
-
Table: WSM_SPLIT_MERGE_TRANSACTIONS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SPLIT_MERGE_TRANSACTIONS, object_name:WSM_SPLIT_MERGE_TRANSACTIONS, status:VALID, product: WSM - Shop Floor Management , description: Base table for header information for WIP Lot Transactions in OSFM. , implementation_dba_data: WSM.WSM_SPLIT_MERGE_TRANSACTIONS ,
-
Table: WSM_LOT_MOVE_TXN_INTERFACE
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_MOVE_TXN_INTERFACE, object_name:WSM_LOT_MOVE_TXN_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for the Import of Lot based Jobs Shopfloor Move Transactions in OSFM. , implementation_dba_data: WSM.WSM_LOT_MOVE_TXN_INTERFACE ,
-
Table: WSM_RESULTING_LOTS_INTERFACE
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_RESULTING_LOTS_INTERFACE, object_name:WSM_RESULTING_LOTS_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Import Inventory Lot Transaction's Resulting Lots. Child Table for WSM_LOT_SPLIT_MERGES_INTERFACE. , implementation_dba_data: WSM.WSM_RESULTING_LOTS_INTERFACE ,
-
Table: WSM_RESULTING_LOTS_INTERFACE
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_RESULTING_LOTS_INTERFACE, object_name:WSM_RESULTING_LOTS_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Import Inventory Lot Transaction's Resulting Lots. Child Table for WSM_LOT_SPLIT_MERGES_INTERFACE. , implementation_dba_data: WSM.WSM_RESULTING_LOTS_INTERFACE ,
-
Table: WSM_SPLIT_MERGE_TXN_INTERFACE
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SPLIT_MERGE_TXN_INTERFACE, object_name:WSM_SPLIT_MERGE_TXN_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Lot based WIP Lot Transactions. , implementation_dba_data: WSM.WSM_SPLIT_MERGE_TXN_INTERFACE ,
-
Table: WSM_LOT_SPLIT_MERGES
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_SPLIT_MERGES, object_name:WSM_LOT_SPLIT_MERGES, status:VALID, product: WSM - Shop Floor Management , description: Base table for Lot based Inventory Transactions - Header Information. , implementation_dba_data: WSM.WSM_LOT_SPLIT_MERGES ,
-
Table: WSM_SM_RESULTING_LOTS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SM_RESULTING_LOTS, object_name:WSM_SM_RESULTING_LOTS, status:VALID, product: WSM - Shop Floor Management , description: Base table for Resulting Lots for Inventory Lot Transactions in OSFM. , implementation_dba_data: WSM.WSM_SM_RESULTING_LOTS ,
-
Table: WSM_LOT_JOB_INTERFACE
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_JOB_INTERFACE, object_name:WSM_LOT_JOB_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for the Import of Lot based Jobs in OSFM. , implementation_dba_data: WSM.WSM_LOT_JOB_INTERFACE ,
-
Table: WSM_LOT_MOVE_TXN_INTERFACE
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_MOVE_TXN_INTERFACE, object_name:WSM_LOT_MOVE_TXN_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for the Import of Lot based Jobs Shopfloor Move Transactions in OSFM. , implementation_dba_data: WSM.WSM_LOT_MOVE_TXN_INTERFACE ,
-
Table: WSM_SECTOR_EXTENSIONS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SECTOR_EXTENSIONS, object_name:WSM_SECTOR_EXTENSIONS, status:VALID, product: WSM - Shop Floor Management , description: Sector Extensions in OSFM are the segment of a manufacturing process for which a Lot based Job is defined. , implementation_dba_data: WSM.WSM_SECTOR_EXTENSIONS ,
-
Table: WSM_SECTOR_EXTENSIONS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SECTOR_EXTENSIONS, object_name:WSM_SECTOR_EXTENSIONS, status:VALID, product: WSM - Shop Floor Management , description: Sector Extensions in OSFM are the segment of a manufacturing process for which a Lot based Job is defined. , implementation_dba_data: WSM.WSM_SECTOR_EXTENSIONS ,
-
Table: WSM_LOT_JOB_INTERFACE
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_LOT_JOB_INTERFACE, object_name:WSM_LOT_JOB_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for the Import of Lot based Jobs in OSFM. , implementation_dba_data: WSM.WSM_LOT_JOB_INTERFACE ,
-
View: WSM_COPY_NEXT_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_COPY_NEXT_OPERATIONS_V, object_name:WSM_COPY_NEXT_OPERATIONS_V, status:VALID, product: WSM - Shop Floor Management , description: View for getting all valid next operations for a Job based on the network routing based on the copy tables of the job based on the copy tables of the job. , implementation_dba_data: APPS.WSM_COPY_NEXT_OPERATIONS_V ,
-
View: WSM_COPY_NEXT_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_COPY_NEXT_OPERATIONS_V, object_name:WSM_COPY_NEXT_OPERATIONS_V, status:VALID, product: WSM - Shop Floor Management , description: View for getting all valid next operations for a Job based on the network routing based on the copy tables of the job based on the copy tables of the job. , implementation_dba_data: APPS.WSM_COPY_NEXT_OPERATIONS_V ,
-
View: WSM_NEXT_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_NEXT_OPERATIONS_V, object_name:WSM_NEXT_OPERATIONS_V, status:VALID, product: WSM - Shop Floor Management , description: View for getting all valid next operations for a Job based on the network routing. , implementation_dba_data: APPS.WSM_NEXT_OPERATIONS_V ,
-
View: WSM_NEXT_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_NEXT_OPERATIONS_V, object_name:WSM_NEXT_OPERATIONS_V, status:VALID, product: WSM - Shop Floor Management , description: View for getting all valid next operations for a Job based on the network routing. , implementation_dba_data: APPS.WSM_NEXT_OPERATIONS_V ,