Search Results so_standard_value_rule_sets
Overview
The SO_STANDARD_VALUE_RULE_SETS table is a core data object within the Oracle E-Business Suite (EBS) Order Entry (OE) module, specifically for versions 12.1.1 and 12.2.2. It functions as the master repository for defining and storing rule sets used for standard value derivation. These rule sets are critical for automating the defaulting of values—such as price lists, payment terms, or freight carriers—onto sales order lines based on configurable business logic. The table's role is to provide a unique, named container that groups individual rules, enabling the application of complex, multi-criteria defaulting logic during the order entry process to ensure data consistency and operational efficiency.
Key Information Stored
The table's structure is designed to manage the identification and definition of rule sets. Based on the provided metadata, the primary columns include:
- STANDARD_VALUE_RULE_SET_ID: The system-generated primary key (PK) uniquely identifying each rule set. This column is referenced by the SO_STANDARD_VALUE_RULES table.
- NAME: A unique, user-defined identifier for the rule set. This name is used for selection and reference within the application's setup forms and is enforced by a unique key constraint (SO_STD_VALUE_RULE_SETS_UK1).
While the excerpt does not list all columns, typical related attributes in such a setup table would include creation date, created by, last update date, and last updated by for auditing purposes, as well as a description field to document the rule set's purpose.
Common Use Cases and Queries
This table is primarily accessed during the configuration of standard value defaulting rules and during the order entry transaction flow. A common administrative use case is querying all defined rule sets to audit setup or troubleshoot defaulting issues. A basic reporting query would be:
SELECT standard_value_rule_set_id, name FROM oe.so_standard_value_rule_sets ORDER BY name;
For deeper analysis, developers or functional consultants often join this table with the child rule details table to understand the full composition of a rule set. A typical diagnostic query to list all rules within their parent sets is:
SELECT s.name rule_set_name, r.rule_number, r.attribute_code FROM oe.so_standard_value_rule_sets s, oe.so_standard_value_rules r WHERE s.standard_value_rule_set_id = r.standard_value_rule_set_id ORDER BY s.name, r.rule_number;
This data is integral to the "Standard Value Rules" setup form in the Order Management Super User responsibility, where rule sets are created and maintained.
Related Objects
The SO_STANDARD_VALUE_RULE_SETS table sits at the top of a key hierarchy for standard value derivation. Its most direct relationship is defined by the foreign key constraint linking it to the SO_STANDARD_VALUE_RULES table. The STANDARD_VALUE_RULE_SET_ID column is the parent key referenced by SO_STANDARD_VALUE_RULES.STANDARD_VALUE_RULE_SET_ID, establishing a one-to-many relationship where one rule set contains many individual rules. These rule sets are ultimately assigned to items, categories, or customers through other setup entities, influencing the default values presented on sales orders. The table is central to the "Standard Value Rule Sets" and "Standard Value Rules" APIs used for programmatic setup and maintenance.
-
Table: SO_STANDARD_VALUE_RULE_SETS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_STANDARD_VALUE_RULE_SETS, object_name:SO_STANDARD_VALUE_RULE_SETS, status:VALID, product: OE - Order Entry , description: Standard value rule sets , implementation_dba_data: OE.SO_STANDARD_VALUE_RULE_SETS ,
-
Table: SO_STANDARD_VALUE_RULE_SETS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_STANDARD_VALUE_RULE_SETS, object_name:SO_STANDARD_VALUE_RULE_SETS, status:VALID, product: OE - Order Entry , description: Standard value rule sets , implementation_dba_data: OE.SO_STANDARD_VALUE_RULE_SETS ,
-
SYNONYM: APPS.SO_STANDARD_VALUE_RULE_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_STANDARD_VALUE_RULE_SETS, status:VALID,
-
SYNONYM: APPS.SO_STANDARD_VALUE_RULE_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_STANDARD_VALUE_RULE_SETS, status:VALID,
-
VIEW: OE.SO_STANDARD_VALUE_RULE_SETS#
12.2.2
owner:OE, object_type:VIEW, object_name:SO_STANDARD_VALUE_RULE_SETS#, status:VALID,
-
VIEW: OE.SO_STANDARD_VALUE_RULE_SETS#
12.2.2
-
TABLE: OE.SO_STANDARD_VALUE_RULE_SETS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_STANDARD_VALUE_RULE_SETS, object_name:SO_STANDARD_VALUE_RULE_SETS, status:VALID,
-
TABLE: OE.SO_STANDARD_VALUE_RULE_SETS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_STANDARD_VALUE_RULE_SETS, object_name:SO_STANDARD_VALUE_RULE_SETS, status:VALID,
-
Foreign Keys
12.1.1
-
Foreign Keys
12.2.2
-
Table: SO_STANDARD_VALUE_RULES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_STANDARD_VALUE_RULES, object_name:SO_STANDARD_VALUE_RULES, status:VALID, product: OE - Order Entry , description: Standard value rules , implementation_dba_data: OE.SO_STANDARD_VALUE_RULES ,
-
Table: SO_STANDARD_VALUE_RULES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_STANDARD_VALUE_RULES, object_name:SO_STANDARD_VALUE_RULES, status:VALID, product: OE - Order Entry , description: Standard value rules , implementation_dba_data: OE.SO_STANDARD_VALUE_RULES ,
-
APPS.AD_LONGTOLOB_PKG dependencies on STANDARD
12.1.1
-
APPS.AD_LONGTOLOB_PKG dependencies on STANDARD
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
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
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 ,
-
PACKAGE BODY: APPS.AD_LONGTOLOB_PKG
12.1.1
-
PACKAGE BODY: APPS.AD_LONGTOLOB_PKG
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1