Search Results varcdnxx6-11.erea12.shop
The WSM_SPLIT_MERGE_SNAPSHOT
table is a critical data structure in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically within the Oracle Work in Process (WIP) and Shop Floor Management (WSM) modules. This table plays a pivotal role in tracking and managing the split and merge operations of manufacturing lots, jobs, and schedules during production processes. Below is a detailed analysis of its purpose, structure, and functional significance.
Purpose and Functional Context
TheWSM_SPLIT_MERGE_SNAPSHOT
table serves as an audit and historical repository for split and merge transactions performed on manufacturing entities such as discrete jobs, repetitive schedules, and lots. Split operations divide a parent job or lot into multiple child entities, while merge operations consolidate multiple entities into a single unit. This table captures metadata about these transactions, including pre- and post-operation snapshots of quantities, statuses, and attributes, ensuring traceability and compliance with manufacturing execution requirements.
Key Columns and Data Structure
The table's schema includes columns that record transactional metadata, entity relationships, and operational details. Notable columns include:- TRANSACTION_ID: A unique identifier for each split/merge operation.
- PARENT_ENTITY_ID and PARENT_ENTITY_TYPE: References to the original job/lot before the split or merge.
- CHILD_ENTITY_ID and CHILD_ENTITY_TYPE: References to resulting entities post-operation.
- QUANTITY: Tracks the quantity transferred or consolidated.
- TRANSACTION_DATE: Timestamp of the operation.
- STATUS_FLAG: Indicates success/failure of the transaction.
- USER_ID: Identifies the user initiating the operation.
Integration with Oracle EBS Modules
The table integrates with core EBS modules:- Work in Process (WIP): Tracks splits/merges of discrete jobs, ensuring material and resource allocations are accurately updated.
- Inventory Management (INV): Synchronizes lot quantities and attributes post-transaction to maintain inventory accuracy.
- Cost Management (CST): Provides data for cost roll-ups and variance analysis after lot/job modifications.
Operational Workflow
When a user initiates a split/merge via the WSM or WIP interfaces, Oracle EBS:- Validates the transaction against business rules (e.g., quantity availability, status checks).
- Executes the operation in transactional tables (e.g.,
WSM_LOT_JOBS
,WIP_DISCRETE_JOBS
). - Logs a snapshot in
WSM_SPLIT_MERGE_SNAPSHOT
with before/after states. - Updates dependent modules (Inventory, Costing) via internal APIs.
Technical Considerations
In EBS 12.2.2, the table may leverage Oracle's Online Patching (ADOP) framework for maintenance, ensuring minimal downtime during upgrades. Performance optimizations, such as indexing onTRANSACTION_ID
and PARENT_ENTITY_ID
, are critical for large-scale implementations with high transaction volumes.
Conclusion
TheWSM_SPLIT_MERGE_SNAPSHOT
table is a foundational component for manufacturing execution in Oracle EBS, enabling granular control over lot and job management. Its design ensures data integrity, supports regulatory compliance, and facilitates operational visibility through comprehensive transaction logging. Understanding its structure and integration points is essential for troubleshooting, custom reporting, and optimizing manufacturing workflows in EBS environments.
-
File: Shop Floor Management ERD.pdf
12.1.1
product: WSM - Shop Floor Management , size: 99.575 KBytes , file_type: PDF Diagram ,
-
File: Shop Floor Management ERD.pdf
12.2.2
product: WSM - Shop Floor Management , size: 99.575 KBytes , file_type: PDF Diagram ,
-
Lookup Type: WSM_TIME_HOURS
12.1.1
product: WSM - Shop Floor Management , meaning: Operation Time Hour Lookup , description: Operation Time Hour Lookup ,
-
Lookup Type: WSM_TIME_HOURS
12.2.2
product: WSM - Shop Floor Management , meaning: Operation Time Hour Lookup , description: Operation Time Hour Lookup ,
-
Lookup Type: WSM_DURATION_HOURS
12.1.1
product: WSM - Shop Floor Management , meaning: Operation Duration Hours , description: Operation Duration Hours ,
-
Lookup Type: WSM_DURATION_HOURS
12.2.2
product: WSM - Shop Floor Management , meaning: Operation Duration Hours , description: Operation Duration Hours ,
-
Table: WSM_SPLIT_MERGE_SNAPSHOT
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SPLIT_MERGE_SNAPSHOT, object_name:WSM_SPLIT_MERGE_SNAPSHOT, status:VALID, product: WSM - Shop Floor Management , description: WIP Lot Transactions Snapshot table for Shop Floor cost processor. , implementation_dba_data: WSM.WSM_SPLIT_MERGE_SNAPSHOT ,
-
Table: WSM_SPLIT_MERGE_SNAPSHOT
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SPLIT_MERGE_SNAPSHOT, object_name:WSM_SPLIT_MERGE_SNAPSHOT, status:VALID, product: WSM - Shop Floor Management , description: WIP Lot Transactions Snapshot table for Shop Floor cost processor. , implementation_dba_data: WSM.WSM_SPLIT_MERGE_SNAPSHOT ,
-
Lookup Type: WSM_PURGE_ENTITIES
12.1.1
product: WSM - Shop Floor Management , meaning: WSM PURGE ENTITIES ,
-
Lookup Type: WSM_PURGE_ENTITIES
12.2.2
product: WSM - Shop Floor Management , meaning: WSM PURGE ENTITIES ,
-
Lookup Type: WSM_COMPL_SEC_LOT_EXTN_LVL
12.2.2
product: WSM - Shop Floor Management , meaning: Complete Job Sector Lot Extension Level ,
-
Lookup Type: WSM_COMPL_SEC_LOT_EXTN_LVL
12.1.1
product: WSM - Shop Floor Management , meaning: Complete Job Sector Lot Extension Level ,
-
Table: WSM_INTERFACE_ERRORS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_INTERFACE_ERRORS, object_name:WSM_INTERFACE_ERRORS, status:VALID, product: WSM - Shop Floor Management , description: Table for capturing information regarding errors encountered in processing records in OSFM Interface tables. , implementation_dba_data: WSM.WSM_INTERFACE_ERRORS ,
-
Table: WSM_OPERATION_DETAILS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_OPERATION_DETAILS, object_name:WSM_OPERATION_DETAILS, status:VALID, product: WSM - Shop Floor Management , description: OSFM Specific details for Standard Operations defined in an OSFM organization. , implementation_dba_data: WSM.WSM_OPERATION_DETAILS ,
-
Table: WSM_OPERATION_DETAILS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_OPERATION_DETAILS, object_name:WSM_OPERATION_DETAILS, status:VALID, product: WSM - Shop Floor Management , description: OSFM Specific details for Standard Operations defined in an OSFM organization. , implementation_dba_data: WSM.WSM_OPERATION_DETAILS ,
-
Concurrent Program: WSMPNTXN_XML
12.1.1
product: WSM - Shop Floor Management , user_name: Pending Transactions Report (XML) , description: Pending Transactions Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: WSMPNTXN_XML
12.2.2
product: WSM - Shop Floor Management , user_name: Pending Transactions Report (XML) , description: Pending Transactions Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: WSM_CONTEXT_TYPES
12.2.2
product: WSM - Shop Floor Management , meaning: Supervisor Context Types , description: Supervisor Context Types ,
-
Table: WSM_ITEM_EXTENSIONS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_ITEM_EXTENSIONS, object_name:WSM_ITEM_EXTENSIONS, status:VALID, product: WSM - Shop Floor Management , description: Sector Extensions for OSFM Organization Items. , implementation_dba_data: WSM.WSM_ITEM_EXTENSIONS ,
-
File: WSMProduct_Dependencies.html
12.1.1
product: WSM - Shop Floor Management , size: 20.08 KBytes , file_type: HTML Report , description: WSMProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the WSM product. ,
-
File: WSM_Dependencies.html
12.2.2
product: WSM - Shop Floor Management , size: 70.013 KBytes , file_type: HTML Report , description: WSM_Dependencies.html is an html report that documents dependencies to tables and views in the WSM product. ,
-
Table: WSM_CO_PROD_COMP_SUBSTITUTES
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_CO_PROD_COMP_SUBSTITUTES, object_name:WSM_CO_PROD_COMP_SUBSTITUTES, status:VALID, product: WSM - Shop Floor Management , description: Substitute Component Details for co-product group component. , implementation_dba_data: WSM.WSM_CO_PROD_COMP_SUBSTITUTES ,
-
Table: WSM_CO_PROD_COMP_SUBSTITUTES
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_CO_PROD_COMP_SUBSTITUTES, object_name:WSM_CO_PROD_COMP_SUBSTITUTES, status:VALID, product: WSM - Shop Floor Management , description: Substitute Component Details for co-product group component. , implementation_dba_data: WSM.WSM_CO_PROD_COMP_SUBSTITUTES ,
-
File: WSM_Dependencies.html
12.1.1
product: WSM - Shop Floor Management , size: 70.669 KBytes , file_type: HTML Report , description: WSM_Dependencies.html is an html report that documents dependencies to tables and views in the WSM product. ,
-
Table: WSM_INTERFACE_ERRORS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_INTERFACE_ERRORS, object_name:WSM_INTERFACE_ERRORS, status:VALID, product: WSM - Shop Floor Management , description: Table for capturing information regarding errors encountered in processing records in OSFM Interface tables. , implementation_dba_data: WSM.WSM_INTERFACE_ERRORS ,
-
Lookup Type: WSM_MES_JUMP_OPTION
12.1.1
product: WSM - Shop Floor Management , meaning: Jump Options ,
-
Lookup Type: WSM_JOB_OP_TYPES
12.1.1
product: WSM - Shop Floor Management , meaning: MES Job Operation Types , description: MES Job Operation Types ,
-
Lookup Type: WSM_MES_JUMP_OPTION
12.2.2
product: WSM - Shop Floor Management , meaning: Jump Options ,
-
Concurrent Program: WSMPURGE
12.1.1
product: WSM - Shop Floor Management , user_name: Purge Lot Based Jobs , description: Purge Lot Based Jobs , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: WSM_TRANSACTION_MODE
12.1.1
product: WSM - Shop Floor Management , meaning: Lot Based Job Transaction Processing Mode ,
-
Concurrent Program: WSMPURGE
12.2.2
product: WSM - Shop Floor Management , user_name: Purge Lot Based Jobs , description: Purge Lot Based Jobs , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WSCDCL
12.1.1
product: WSM - Shop Floor Management , user_name: Close Lot Based Jobs , description: Close Discrete Jobs , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSCDCL
12.2.2
product: WSM - Shop Floor Management , user_name: Close Lot Based Jobs , description: Close Discrete Jobs , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: WSM_CO_PROD_SUBSTITUTES
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_CO_PROD_SUBSTITUTES, object_name:WSM_CO_PROD_SUBSTITUTES, status:VALID, product: WSM - Shop Floor Management , description: Details of Substitute Co-product for the coproducs in a coproduct group.. , implementation_dba_data: WSM.WSM_CO_PROD_SUBSTITUTES ,
-
Table: WSM_CO_PROD_SUBSTITUTES
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_CO_PROD_SUBSTITUTES, object_name:WSM_CO_PROD_SUBSTITUTES, status:VALID, product: WSM - Shop Floor Management , description: Details of Substitute Co-product for the coproducs in a coproduct group.. , implementation_dba_data: WSM.WSM_CO_PROD_SUBSTITUTES ,
-
Lookup Type: WSM_MATL_ISSUE_TYPE
12.1.1
product: WSM - Shop Floor Management , meaning: Type for material issue / return , description: Type for material issue / return ,
-
Table: WSM_SM_RESULTING_JOBS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SM_RESULTING_JOBS, object_name:WSM_SM_RESULTING_JOBS, status:VALID, product: WSM - Shop Floor Management , description: Base table for Resulting Lots for WIP Lot Transactions in OSFM. , implementation_dba_data: WSM.WSM_SM_RESULTING_JOBS ,
-
Lookup Type: WSM_OPERATIONAL_EVENTS
12.2.2
product: WSM - Shop Floor Management , meaning: EAM resource log event code , description: EAM resource log event code ,
-
Lookup Type: WSM_MATL_INCLUDE_TYPE
12.2.2
product: WSM - Shop Floor Management , meaning: Type of material to include during material transaction , description: Type of material to include during material transaction ,
-
Lookup Type: WSM_TIME_AMPM
12.1.1
product: WSM - Shop Floor Management , meaning: WSM Time AM or PM , description: WSM Time AM or PM ,
-
Concurrent Program: WSCMTM
12.1.1
execution_filename: WSCMTM , product: WSM - Shop Floor Management , user_name: WSCMTM , description: Manager: Lot Move Transactions , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: WSMPLBJI
12.1.1
execution_filename: WSMPLBJI.process_interface_rows , product: WSM - Shop Floor Management , user_name: WSMPLBJI , description: Import Lot Based Jobs , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
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 ,
-
Concurrent Program: WSMPINVL
12.2.2
execution_filename: WSMPINVL.process_interface_rows , product: WSM - Shop Floor Management , user_name: WSMPINVL , description: Inventory Lot Transactions , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: WSM_COPRODUCT_SPLIT_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_COPRODUCT_SPLIT_DATES_V, object_name:WSM_COPRODUCT_SPLIT_DATES_V, status:VALID, product: WSM - Shop Floor Management , description: View for getting all the split effectivity ranges for all co-product relationships in an OSFM organization , implementation_dba_data: APPS.WSM_COPRODUCT_SPLIT_DATES_V ,
-
Concurrent Program: WSMJLTXL
12.1.1
execution_filename: WSMPLOAD.LOAD , product: WSM - Shop Floor Management , user_name: WSMJLTXL , description: Import WIP Lot Transactions , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: LBJMOVE
12.1.1
execution_filename: WSMPLBMI.MoveTransaction , product: WSM - Shop Floor Management , user_name: LBJMOVE , description: WSM Launch Move Worker , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: WSM_REV_BASIS
12.1.1
product: WSM - Shop Floor Management , meaning: BOM/Routing Revision Basis Codes , description: Codes for BOM/Routing Revision Basis ,
-
Concurrent Program: WSMLJCMP
12.1.1
product: WSM - Shop Floor Management , user_name: Lot Based Job Component Pick Release (SRS) , description: Lot Based Job Component Pick Release , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
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 ,