Search Results wsm_starting_jobs_interface
Overview
The WSM_STARTING_JOBS_INTERFACE table is a critical interface object within the Oracle E-Business Suite Shop Floor Management (WSM) module, specifically for versions 12.1.1 and 12.2.2. It functions as a staging table designed to import data for Work in Process (WIP) lot transaction operations, with a primary focus on capturing details for the starting lots involved in a transaction. As documented, it is explicitly defined as a child table to WSM_SPLIT_MERGE_TXN_INTERFACE. Its role is to serve as a temporary data repository where external systems or custom programs can insert records. These records are subsequently processed by Oracle's standard interface programs to execute and validate complex shop floor transactions, such as lot splits and merges, before the data is transferred to the core transactional tables.
Key Information Stored
While the provided metadata does not list specific columns beyond the key fields, the structure is defined by its primary and foreign key relationships. The primary key, HEADER_ID, uniquely identifies a set of starting lot records belonging to a single parent transaction header in the WSM_SPLIT_MERGE_TXN_INTERFACE table. The WIP_ENTITY_ID column is a foreign key that links each starting lot record to a specific WIP job or schedule (lot) defined in the WIP_ENTITIES table. This establishes the fundamental link between the interface data and the manufacturing entity being acted upon. Other typical columns in such an interface table would include attributes for the starting lot quantity, transaction date, and reference information, which collectively define the pre-transaction state of the manufacturing lot.
Common Use Cases and Queries
The primary use case for this table is the batch import of lot split and merge transactions. A common operational pattern involves populating the parent WSM_SPLIT_MERGE_TXN_INTERFACE header, then inserting corresponding child records into WSM_STARTING_JOBS_INTERFACE for each originating lot. After data insertion, a concurrent request (e.g., WSM Lot Split/Merge Transaction Import) is submitted to validate and process the records. For troubleshooting, analysts often query for unprocessed or error records. A sample query to examine pending interface records for a specific transaction header would be:
- SELECT sj.wip_entity_id, we.wip_entity_name FROM wsm_starting_jobs_interface sj, wip_entities we WHERE sj.header_id = :p_header_id AND sj.wip_entity_id = we.wip_entity_id AND sj.process_flag IS NULL;
This helps verify the data before submission or diagnose import failures by checking the PROCESS_FLAG and ERROR_CODE columns, which are standard in Oracle interface tables.
Related Objects
The table maintains strict relational integrity with other core EBS objects, as defined by its foreign keys. The documented relationships are:
- Parent Table (Header): WSM_SPLIT_MERGE_TXN_INTERFACE. Joined via HEADER_ID. This is the primary parent-child relationship where the header defines the transaction type and the child holds the specific starting lots.
- Reference Table (Master Data): WIP_ENTITIES. Joined via WIP_ENTITY_ID. This ensures that every starting lot referenced in the interface corresponds to a valid, existing WIP job or repetitive schedule in the system.
Successful processing of records in this interface table will ultimately result in updates to core transactional tables such as WIP_TRANSACTIONS and WIP_LOT_MOVEMENTS, though these are not direct foreign key relationships from the interface itself.
-
Table: WSM_STARTING_JOBS_INTERFACE
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_STARTING_JOBS_INTERFACE, object_name:WSM_STARTING_JOBS_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Import WIP Lot Transaction's Starting Lots. Child table for WSM_SPLIT_MERGE_TXN_INTERFACE. , implementation_dba_data: WSM.WSM_STARTING_JOBS_INTERFACE ,
-
Table: WSM_STARTING_JOBS_INTERFACE
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_STARTING_JOBS_INTERFACE, object_name:WSM_STARTING_JOBS_INTERFACE, status:VALID, product: WSM - Shop Floor Management , description: Interface table for Import WIP Lot Transaction's Starting Lots. Child table for WSM_SPLIT_MERGE_TXN_INTERFACE. , implementation_dba_data: WSM.WSM_STARTING_JOBS_INTERFACE ,
-
APPS.WSM_JOBPURGE_GRP dependencies on WSM_STARTING_JOBS_INTERFACE
12.1.1
-
APPS.WSMPUTIL dependencies on WSM_STARTING_JOBS_INTERFACE
12.1.1
-
APPS.M4R_7B1_WSM_IN dependencies on WSM_STARTING_JOBS_INTERFACE
12.1.1
-
APPS.WSMPVLDT dependencies on WSM_STARTING_JOBS_INTERFACE
12.1.1
-
APPS.WSMPLOAD dependencies on WSM_STARTING_JOBS_INTERFACE
12.1.1
-
APPS.WSMPLOAD dependencies on WSM_STARTING_JOBS_INTERFACE
12.2.2
-
APPS.WSMPUTIL dependencies on WSM_STARTING_JOBS_INTERFACE
12.2.2
-
APPS.M4R_7B1_WSM_IN dependencies on WSM_STARTING_JOBS_INTERFACE
12.2.2
-
APPS.WSM_JOBPURGE_GRP dependencies on WSM_STARTING_JOBS_INTERFACE
12.2.2
-
APPS.WSMPVLDT dependencies on WIP_DISCRETE_JOBS
12.1.1
-
SYNONYM: APPS.WSM_STARTING_JOBS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSM_STARTING_JOBS_INTERFACE, status:VALID,
-
APPS.WSMPVLDT dependencies on WIP_ENTITIES
12.1.1
-
APPS.WSMPLOAD dependencies on FND_PROFILE
12.1.1
-
APPS.WSMPLOAD dependencies on FND_PROFILE
12.2.2
-
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 ,
-
SYNONYM: APPS.WSM_STARTING_JOBS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSM_STARTING_JOBS_INTERFACE, status:VALID,
-
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 ,
-
APPS.WSMPUTIL dependencies on WSM_SPLIT_MERGE_TXN_INTERFACE
12.2.2
-
VIEW: WSM.WSM_STARTING_JOBS_INTERFACE#
12.2.2
owner:WSM, object_type:VIEW, object_name:WSM_STARTING_JOBS_INTERFACE#, status:VALID,
-
APPS.WSMPLOAD dependencies on WSM_SPLIT_MERGE_TXN_INTERFACE
12.1.1
-
APPS.WSMPLOAD dependencies on WSM_SPLIT_MERGE_TXN_INTERFACE
12.2.2
-
APPS.WSMPUTIL dependencies on WSM_SPLIT_MERGE_TXN_INTERFACE
12.1.1
-
APPS.WSMPLOAD dependencies on WIP_CONSTANTS
12.2.2
-
APPS.WSMPVLDT dependencies on WIP_OPERATIONS
12.1.1
-
APPS.WSMPVLDT SQL Statements
12.1.1
-
VIEW: WSM.WSM_STARTING_JOBS_INTERFACE#
12.2.2
-
APPS.WSMPLOAD SQL Statements
12.1.1
-
APPS.WSMPLOAD SQL Statements
12.2.2
-
APPS.WSMPLOAD dependencies on WIP_CONSTANTS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.WSMPVLDT dependencies on WIP_DISCRETE_JOBS_ALL_V
12.1.1
-
PACKAGE BODY: APPS.WSM_JOBPURGE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSM_JOBPURGE_GRP, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.WSMPVLDT dependencies on MTL_SECONDARY_INVENTORIES
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.WSM_JOBPURGE_GRP dependencies on WSM_RESULTING_JOBS_INTERFACE
12.2.2
-
APPS.WSM_JOBPURGE_GRP dependencies on WSM_RESULTING_JOBS_INTERFACE
12.1.1
-
APPS.WSM_JOBPURGE_GRP dependencies on WSM_SPLIT_MERGE_TXN_INTERFACE
12.2.2
-
PACKAGE BODY: APPS.WSM_JOBPURGE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSM_JOBPURGE_GRP, status:VALID,
-
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 ,
-
APPS.WSMPVLDT dependencies on BOM_OPERATIONAL_ROUTINGS
12.1.1