Search Results wsh_release_seq_rules
Overview
The WSH_RELEASE_SEQ_RULES table is a core data object within the Oracle E-Business Suite (EBS) Order Entry (OE) module, specifically in the context of shipping and fulfillment. It serves as the master repository for defining release sequence rules. These rules govern the order and logic in which sales orders or order lines are released to the warehouse for picking and shipping operations. The table's primary role is to provide a centralized definition of sequencing criteria, which is then referenced by other shipping and picking setup components to ensure that the release of work follows a controlled, predefined sequence, optimizing warehouse workflow and meeting business priorities.
Key Information Stored
While the provided ETRM metadata does not list specific columns beyond the primary key, the table's purpose and relationships indicate its critical structure. The central column is RELEASE_SEQ_RULE_ID, which serves as the unique identifier (primary key) for each rule definition. Other columns typically found in such a setup table would include fields to store the rule's name, description, and the active status. Most importantly, the table would contain columns that define the actual sequencing logic, such as the attribute to sequence by (e.g., order date, customer priority, ship method, requested ship date) and the sequence direction (ascending or descending). This structured data allows the system to programmatically determine the release order for a batch of orders.
Common Use Cases and Queries
This table is primarily accessed during the configuration of shipping setups and during the order release process. A common operational use case is generating a list of all active sequencing rules for assignment to a picking batch rule or for reporting purposes. For instance, an administrator might run a query to audit rule usage before modifying a rule definition. A typical diagnostic or reporting query would join this table to its related setup tables to see which rules are applied.
SELECT rule.release_seq_rule_id,
rule.name,
rule.description,
rule.sequence_attribute
FROM wsh_release_seq_rules rule
WHERE rule.enabled_flag = 'Y'
ORDER BY rule.name;
Another critical use case is during the creation of a picking batch, where the system references the RELEASE_SEQ_RULE_ID from the associated batch definition to sort the lines within the batch before releasing them to warehouse personnel.
Related Objects
The WSH_RELEASE_SEQ_RULES table is a referenced master table within the shipping and order management schemas. Based on the documented foreign key relationships:
- SO_PICKING_BATCHES_ALL: This table references WSH_RELEASE_SEQ_RULES via the column SO_PICKING_BATCHES_ALL.RELEASE_SEQ_RULE_ID. This links a specific picking batch instance to the sequencing rule that should be applied to its contents.
- SO_PICKING_RULES: This table references WSH_RELEASE_SEQ_RULES via the column SO_PICKING_RULES.RELEASE_SEQ_RULE_SET_ID. This relationship is crucial for setup, as it ties a broader picking rule (which defines how orders are grouped into batches) to the specific sequencing rule that dictates the order of release within those batches.
These relationships confirm that WSH_RELEASE_SEQ_RULES is a foundational setup table whose definitions are utilized at both the rule-set level (SO_PICKING_RULES) and the execution level (SO_PICKING_BATCHES_ALL).
-
Table: WSH_RELEASE_SEQ_RULES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_RELEASE_SEQ_RULES, object_name:WSH_RELEASE_SEQ_RULES, status:VALID, product: OE - Order Entry , description: Release sequence rules , implementation_dba_data: OE.WSH_RELEASE_SEQ_RULES ,
-
Table: WSH_RELEASE_SEQ_RULES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_RELEASE_SEQ_RULES, object_name:WSH_RELEASE_SEQ_RULES, status:VALID, product: OE - Order Entry , description: Release sequence rules , implementation_dba_data: OE.WSH_RELEASE_SEQ_RULES ,
-
APPS.WSH_PR_PICKING_SESSION dependencies on WSH_RELEASE_SEQ_RULES
12.2.2
-
APPS.WSH_PR_PICKING_SESSION dependencies on WSH_RELEASE_SEQ_RULES
12.1.1
-
VIEW: APPS.WSHBV_LINE_PICK_SEQUENCE_RULE
12.1.1
-
SYNONYM: APPS.WSH_RELEASE_SEQ_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_RELEASE_SEQ_RULES, status:VALID,
-
VIEW: APPS.WSHFV_LINE_PICK_SEQUENCE_RULE
12.1.1
-
SYNONYM: APPS.WSH_RELEASE_SEQ_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_RELEASE_SEQ_RULES, status:VALID,
-
VIEW: APPS.WSHBV_LINE_PICK_SEQUENCE_RULE
12.2.2
-
VIEW: OE.WSH_RELEASE_SEQ_RULES#
12.2.2
owner:OE, object_type:VIEW, object_name:WSH_RELEASE_SEQ_RULES#, status:VALID,
-
VIEW: APPS.WSHFV_LINE_PICK_SEQUENCE_RULE
12.2.2
-
Table: SO_PICKING_RULES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_RULES, object_name:SO_PICKING_RULES, status:VALID, product: OE - Order Entry , description: Frequently used picking parameters (pick release rules) , implementation_dba_data: OE.SO_PICKING_RULES ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: OE.WSH_RELEASE_SEQ_RULES#
12.2.2
-
TABLE: OE.WSH_RELEASE_SEQ_RULES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_RELEASE_SEQ_RULES, object_name:WSH_RELEASE_SEQ_RULES, status:VALID,
-
TABLE: OE.WSH_RELEASE_SEQ_RULES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_RELEASE_SEQ_RULES, object_name:WSH_RELEASE_SEQ_RULES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: SO_PICKING_BATCHES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WSH_PR_PICKING_SESSION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_PR_PICKING_SESSION, status:VALID,
-
Table: SO_PICKING_RULES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_RULES, object_name:SO_PICKING_RULES, status:VALID, product: OE - Order Entry , description: Frequently used picking parameters (pick release rules) , implementation_dba_data: OE.SO_PICKING_RULES ,
-
View: WSHBV_LINE_PICK_SEQUENCE_RULE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_LINE_PICK_SEQUENCE_RULE, object_name:WSHBV_LINE_PICK_SEQUENCE_RULE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_LINE_PICK_SEQUENCE_RULE ,
-
Table: SO_PICKING_BATCHES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
View: WSHBV_LINE_PICK_SEQUENCE_RULE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_LINE_PICK_SEQUENCE_RULE, object_name:WSHBV_LINE_PICK_SEQUENCE_RULE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_LINE_PICK_SEQUENCE_RULE ,
-
PACKAGE BODY: APPS.WSH_PR_PICKING_SESSION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_PR_PICKING_SESSION, status:VALID,
-
View: WSHFV_LINE_PICK_SEQUENCE_RULE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_LINE_PICK_SEQUENCE_RULE, object_name:WSHFV_LINE_PICK_SEQUENCE_RULE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_LINE_PICK_SEQUENCE_RULE ,
-
View: WSHFV_LINE_PICK_SEQUENCE_RULE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_LINE_PICK_SEQUENCE_RULE, object_name:WSHFV_LINE_PICK_SEQUENCE_RULE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_LINE_PICK_SEQUENCE_RULE ,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
View: WSHFV_PICKING_BATCH
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSHBV_LINE_PICK_SEQUENCE_RULE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_LINE_PICK_SEQUENCE_RULE, object_name:WSHBV_LINE_PICK_SEQUENCE_RULE, status:VALID,
-
VIEW: APPS.WSHBV_LINE_PICK_SEQUENCE_RULE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_LINE_PICK_SEQUENCE_RULE, object_name:WSHBV_LINE_PICK_SEQUENCE_RULE, status:VALID,
-
VIEW: APPS.WSHFV_LINE_PICK_SEQUENCE_RULE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_LINE_PICK_SEQUENCE_RULE, object_name:WSHFV_LINE_PICK_SEQUENCE_RULE, status:VALID,
-
VIEW: APPS.WSHFV_LINE_PICK_SEQUENCE_RULE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_LINE_PICK_SEQUENCE_RULE, object_name:WSHFV_LINE_PICK_SEQUENCE_RULE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: WSHFV_PICKING_BATCH
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
View: SO_PICKING_RULES_V
12.2.2
product: OE - Order Entry , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_RULES_V
12.1.1
product: OE - Order Entry , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_BATCHES_V
12.2.2
product: OE - Order Entry , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_BATCHES_V
12.1.1
product: OE - Order Entry , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
TABLE: OE.SO_PICKING_BATCHES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID,
-
TABLE: OE.SO_PICKING_BATCHES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID,
-
APPS.WSH_PR_PICKING_SESSION SQL Statements
12.1.1
-
APPS.WSH_PR_PICKING_SESSION SQL Statements
12.2.2
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,