Search Results wsh_pick_sequence_rules
Overview
The WSH_PICK_SEQUENCE_RULES table is a core data object within the Oracle E-Business Suite Shipping Execution (WSH) module. It serves as the master repository for defining the rules that govern the order in which delivery lines are sequenced and organized during the picking process. These rules are critical for warehouse operational efficiency, enabling businesses to configure picking strategies that optimize travel paths, batch similar items, or adhere to specific customer or carrier requirements. The table's primary role is to store the rule definitions that are subsequently assigned to picking batches or picking rules, thereby controlling the physical flow of goods from the warehouse floor.
Key Information Stored
The table's structure centers on a unique identifier for each rule definition. The primary key column, PICK_SEQUENCE_RULE_ID, is the essential field that uniquely identifies each sequencing rule record. While the provided ETRM metadata does not list all columns, the existence of foreign key relationships indicates this table stores the rule metadata that other transactional tables reference. Typical columns in such a configuration table would include fields for the rule name, description, effective dates, sequencing criteria (e.g., by item, location, delivery priority), and the associated organization. The PICK_SEQUENCE_RULE_ID is the critical link used by dependent transactional entities.
Common Use Cases and Queries
The primary use case is the creation and management of picking sequence strategies within the Shipping Execution setup. Administrators define rules here which are then applied during the creation of picking batches or picking rules. Common reporting and validation queries involve joining this table to its dependent transactional tables. A fundamental query retrieves all defined rules: SELECT PICK_SEQUENCE_RULE_ID, <other descriptive columns> FROM WSH.WSH_PICK_SEQUENCE_RULES WHERE SYSDATE BETWEEN START_DATE_ACTIVE AND NVL(END_DATE_ACTIVE, SYSDATE). Another critical query identifies which picking batches utilize a specific rule by joining to WSH_PICKING_BATCHES: SELECT BATCH_NAME, BATCH_ID FROM WSH.WSH_PICKING_BATCHES PB, WSH.WSH_PICK_SEQUENCE_RULES PSR WHERE PB.PICK_SEQUENCE_RULE_ID = PSR.PICK_SEQUENCE_RULE_ID AND PSR.PICK_SEQUENCE_RULE_ID = :RULE_ID.
Related Objects
As documented in the ETRM metadata, the WSH_PICK_SEQUENCE_RULES table has direct foreign key relationships with two primary transactional tables. First, the WSH_PICKING_BATCHES table references it via its PICK_SEQUENCE_RULE_ID column, linking a specific picking batch to the sequencing rule it should follow. Second, the WSH_PICKING_RULES table also references it via the same column, allowing picking rules to inherit a predefined sequencing strategy. This establishes WSH_PICK_SEQUENCE_RULES as a parent configuration table for these key operational entities. Other related objects would likely include associated views and the Oracle Forms or APIs used to maintain the table's data within the EBS user interface.
-
Table: WSH_PICK_SEQUENCE_RULES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_SEQUENCE_RULES, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , description: Pick Sequence Rules , implementation_dba_data: WSH.WSH_PICK_SEQUENCE_RULES ,
-
Table: WSH_PICK_SEQUENCE_RULES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_SEQUENCE_RULES, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , description: Pick Sequence Rules , implementation_dba_data: WSH.WSH_PICK_SEQUENCE_RULES ,
-
APPS.WMS_REPLENISHMENT_PVT dependencies on WSH_PICK_SEQUENCE_RULES
12.1.1
-
APPS.WSH_PICKING_BATCHES_PUB dependencies on WSH_PICK_SEQUENCE_RULES
12.1.1
-
APPS.WSH_UTIL_VALIDATE dependencies on WSH_PICK_SEQUENCE_RULES
12.2.2
-
APPS.WSH_PICKING_BATCHES_PUB dependencies on WSH_PICK_SEQUENCE_RULES
12.2.2
-
APPS.WMS_REPLENISHMENT_PVT dependencies on WSH_PICK_SEQUENCE_RULES
12.2.2
-
APPS.WSH_PR_CRITERIA dependencies on WSH_PICK_SEQUENCE_RULES
12.2.2
-
APPS.WSH_UTIL_VALIDATE dependencies on WSH_PICK_SEQUENCE_RULES
12.1.1
-
APPS.WMS_WAVE_PLANNING_PVT dependencies on WSH_PICK_SEQUENCE_RULES
12.2.2
-
APPS.WSH_PR_CRITERIA dependencies on WSH_PICK_SEQUENCE_RULES
12.1.1
-
VIEW: APPS.WSH_PICK_SEQUENCE_RULES_DFV
12.2.2
-
VIEW: APPS.WSH_PICK_SEQUENCE_RULES_DFV
12.1.1
-
VIEW: APPS.WSHBV_PICK_SEQUENCE_RULES
12.2.2
-
VIEW: APPS.WSHFV_PICK_SEQUENCE_RULES
12.2.2
-
VIEW: APPS.WSHFV_PICK_SEQUENCE_RULES
12.1.1
-
SYNONYM: APPS.WSH_PICK_SEQUENCE_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID,
-
VIEW: APPS.WSHBV_PICK_SEQUENCE_RULES
12.1.1
-
SYNONYM: APPS.WSH_PICK_SEQUENCE_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID,
-
VIEW: WSH.WSH_PICK_SEQUENCE_RULES#
12.2.2
owner:WSH, object_type:VIEW, object_name:WSH_PICK_SEQUENCE_RULES#, status:VALID,
-
TABLE: WSH.WSH_PICK_SEQUENCE_RULES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_SEQUENCE_RULES, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID,
-
VIEW: WSH.WSH_PICK_SEQUENCE_RULES#
12.2.2
-
TABLE: WSH.WSH_PICK_SEQUENCE_RULES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_SEQUENCE_RULES, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID,
-
Table: WSH_PICKING_BATCHES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
Table: WSH_PICKING_RULES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_RULES, object_name:WSH_PICKING_RULES, status:VALID, product: WSH - Shipping Execution , description: Picking Rules , implementation_dba_data: WSH.WSH_PICKING_RULES ,
-
Table: WSH_PICKING_RULES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_RULES, object_name:WSH_PICKING_RULES, status:VALID, product: WSH - Shipping Execution , description: Picking Rules , implementation_dba_data: WSH.WSH_PICKING_RULES ,
-
Table: WSH_PICKING_BATCHES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
View: WSHFV_PICK_SEQUENCE_RULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_PICK_SEQUENCE_RULES, object_name:WSHFV_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Pick Sequence Rules. , implementation_dba_data: APPS.WSHFV_PICK_SEQUENCE_RULES ,
-
View: WSHBV_PICK_SEQUENCE_RULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_PICK_SEQUENCE_RULES, object_name:WSHBV_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_PICK_SEQUENCE_RULES ,
-
View: WSHBV_PICK_SEQUENCE_RULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_PICK_SEQUENCE_RULES, object_name:WSHBV_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_PICK_SEQUENCE_RULES ,
-
VIEW: APPS.WSH_PICK_SEQUENCE_RULES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:WSH_PICK_SEQUENCE_RULES_DFV, status:VALID,
-
View: WSHFV_PICK_SEQUENCE_RULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_PICK_SEQUENCE_RULES, object_name:WSHFV_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Pick Sequence Rules. , implementation_dba_data: APPS.WSHFV_PICK_SEQUENCE_RULES ,
-
VIEW: APPS.WSH_PICK_SEQUENCE_RULES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:WSH_PICK_SEQUENCE_RULES_DFV, status:VALID,
-
PACKAGE: APPS.WSH_PICKING_BATCHES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WSH_PICKING_BATCHES_PUB, status:VALID,
-
PACKAGE: APPS.WSH_PICKING_BATCHES_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WSH_PICKING_BATCHES_PUB, status:VALID,
-
VIEW: APPS.WSHFV_PICKING_RULES
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WSH_PR_CRITERIA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_PR_CRITERIA, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.WSH_PR_CRITERIA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_PR_CRITERIA, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.WSHFV_PICKING_RULES
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.WSH_UTIL_VALIDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_UTIL_VALIDATE, status:VALID,
-
VIEW: APPS.WSHBV_PICK_SEQUENCE_RULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_PICK_SEQUENCE_RULES, object_name:WSHBV_PICK_SEQUENCE_RULES, status:VALID,
-
PACKAGE BODY: APPS.WSH_UTIL_VALIDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_UTIL_VALIDATE, status:VALID,