Search Results wms_skip_task_exceptions
Overview
The WMS_SKIP_TASK_EXCEPTIONS table is a core transactional entity within Oracle E-Business Suite Warehouse Management (WMS) modules for versions 12.1.1 and 12.2.2. Its primary function is to serve as an audit and control log for tasks that have been deliberately bypassed during warehouse operations. In a high-volume distribution environment, certain tasks may need to be skipped due to operational constraints, inventory discrepancies, or quality holds. This table provides a formal mechanism to capture the context and authorization for such exceptions, ensuring that deviations from standard task execution are recorded, traceable, and linked to the relevant inventory, personnel, and transactional data for compliance and operational analysis.
Key Information Stored
The table's structure, as indicated by its foreign key relationships, is designed to capture a comprehensive snapshot of the skipped task. While specific column names are not fully detailed in the provided metadata, the foreign keys explicitly define the critical data points stored. Each record anchors to a specific warehouse task via TASK_ID (linking to WMS_DISPATCHED_TASKS). It captures the inventory item details (INVENTORY_ITEM_ID, ORGANIZATION_ID), including lot (LOT_NUMBER), revision (REVISION), and location (INVENTORY_LOCATION_ID, SUBINVENTORY_CODE). Crucially, it records the reason for the skip (REASON_ID), the person authorizing it (PERSON_ID with effective dates), and links to the associated transaction header (TRANSACTION_HEADER_ID) if one was created. This creates a complete audit trail.
Common Use Cases and Queries
This table is central to exception management reporting and process reconciliation. Common operational and audit queries include identifying all skipped tasks for a specific item or lot to investigate potential systemic issues, or generating reports on exception frequency by operator or reason code for performance review. A typical analytical query might join to WMS_DISPATCHED_TASKS and PER_ALL_PEOPLE_F to list skipped tasks with user details. From a transactional integrity perspective, the link to MTL_MATERIAL_TRANSACTIONS_TEMP allows reconciliation between skipped tasks and any related pending material transactions, ensuring data consistency. Support personnel often query this table when diagnosing why a particular task did not progress as expected in the system.
Related Objects
The WMS_SKIP_TASK_EXCEPTIONS table is a hub with extensive relationships to other WMS and Inventory entities. As per the metadata, its primary foreign key dependencies include:
- WMS_DISPATCHED_TASKS: The core task being skipped.
- MTL_SYSTEM_ITEMS_B, MTL_LOT_NUMBERS, MTL_ITEM_REVISIONS_B: Define the specific inventory item, lot, and revision.
- MTL_PARAMETERS, MTL_SECONDARY_INVENTORIES, MTL_ITEM_LOCATIONS: Define the organization, subinventory, and locator.
- MTL_TRANSACTION_REASONS: Provides the validated reason code for the skip.
- PER_ALL_PEOPLE_F: Identifies the employee who authorized the exception.
- MTL_MATERIAL_TRANSACTIONS_TEMP: Links to any associated pending material transaction.
-
Table: WMS_SKIP_TASK_EXCEPTIONS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_SKIP_TASK_EXCEPTIONS, object_name:WMS_SKIP_TASK_EXCEPTIONS, status:VALID, product: WMS - Warehouse Management , description: Table to capture task exceptions for skipping task , implementation_dba_data: WMS.WMS_SKIP_TASK_EXCEPTIONS ,
-
Table: WMS_SKIP_TASK_EXCEPTIONS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_SKIP_TASK_EXCEPTIONS, object_name:WMS_SKIP_TASK_EXCEPTIONS, status:VALID, product: WMS - Warehouse Management , description: Table to capture task exceptions for skipping task , implementation_dba_data: WMS.WMS_SKIP_TASK_EXCEPTIONS ,
-
Table: WMS_DISPATCHED_TASKS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS, object_name:WMS_DISPATCHED_TASKS, status:VALID, product: WMS - Warehouse Management , description: Dispatched Tasks Table , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS ,
-
Table: WMS_DISPATCHED_TASKS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS, object_name:WMS_DISPATCHED_TASKS, status:VALID, product: WMS - Warehouse Management , description: Dispatched Tasks Table , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS ,