Search Results so_attributes
Overview
The SO_ATTRIBUTES table is a core metadata repository within the Oracle E-Business Suite (EBS) Order Entry (OE) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master definition table for attributes that can be used within the Order Management system's advanced configuration rules. Its primary role is to define the characteristics and behavior of attributes that are subsequently utilized in constructing Security Rules and Standard Value Rule Sets. These rules govern data access and automate the defaulting of values during the order entry process, making SO_ATTRIBUTES a foundational component for implementing complex, attribute-based business policies.
Key Information Stored
The table stores the metadata that defines each configurable attribute. Key columns include the unique ATTRIBUTE_ID and a human-readable NAME. The ATTRIBUTE_CODE provides a programmatic identifier. The OBJECT_ID column is a critical foreign key to the SO_OBJECTS table, linking the attribute to a specific business object within Order Management, such as a line type or a price adjustment. The SEQUENCE_NUMBER dictates the display order of attributes within a user interface. Additional columns like DESCR_FLEX_APPLICATION_ID and DESCRIPTIVE_FLEXFIELD_NAME link the attribute to a specific Descriptive Flexfield context, enabling the capture of extended, user-defined information.
Common Use Cases and Queries
This table is primarily referenced during the setup and analysis of Order Management's rule-based systems. A common administrative task is to query all attributes available for a specific business object to configure a security or defaulting rule. For example, to list all attributes defined for a particular object identified by its OBJECT_ID, one might use:
SELECT attribute_code, name, sequence_number FROM oe.so_attributes WHERE object_id = <object_id_value> ORDER BY sequence_number;
Another frequent use case is tracing the usage of a specific attribute across the system. Developers and functional consultants query SO_ATTRIBUTES to understand the underlying data elements referenced in pre-configured business rules before modifying them or troubleshooting issues related to security or value defaulting.
Related Objects
SO_ATTRIBUTES maintains integral relationships with several key Order Management tables, as documented by its foreign key constraints. It is a parent table to multiple rule definition tables:
- SO_SECURITY_RULES and SO_STANDARD_VALUE_RULES reference ATTRIBUTE_ID, directly linking attribute definitions to the rules they enable.
- SO_ATTRIBUTE_USES and SO_ATTRIBUTE_STD_VALUE_SOURCES also reference ATTRIBUTE_ID, storing additional configuration for how attributes are used and sourced.
- The table has a mandatory relationship with SO_OBJECTS via the OBJECT_ID column, defining the entity to which the attribute belongs. It also optionally references SO_OBJECTS again via REPRESENTED_OBJECT_ID.
- It links to the FND_DESCRIPTIVE_FLEXS table to associate attributes with Descriptive Flexfield structures.
-
Table: SO_ATTRIBUTES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTES, object_name:SO_ATTRIBUTES, status:VALID, product: OE - Order Entry , description: Attributes used in security rules and standard value rules sets , implementation_dba_data: OE.SO_ATTRIBUTES ,
-
Table: SO_ATTRIBUTES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTES, object_name:SO_ATTRIBUTES, status:VALID, product: OE - Order Entry , description: Attributes used in security rules and standard value rules sets , implementation_dba_data: OE.SO_ATTRIBUTES ,
-
SYNONYM: APPS.SO_ATTRIBUTES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_ATTRIBUTES, status:VALID,
-
SYNONYM: APPS.SO_ATTRIBUTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_ATTRIBUTES, status:VALID,
-
Table: SO_OBJECTS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_OBJECTS, object_name:SO_OBJECTS, status:VALID, product: OE - Order Entry , description: Objects used in security rules and standard value rule sets , implementation_dba_data: OE.SO_OBJECTS ,
-
Table: SO_OBJECTS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_OBJECTS, object_name:SO_OBJECTS, status:VALID, product: OE - Order Entry , description: Objects used in security rules and standard value rule sets , implementation_dba_data: OE.SO_OBJECTS ,
-
VIEW: OE.SO_ATTRIBUTES#
12.2.2
owner:OE, object_type:VIEW, object_name:SO_ATTRIBUTES#, status:VALID,
-
VIEW: APPS.SO_STANDARD_VALUE_SOURCES
12.2.2
-
VIEW: APPS.SO_STANDARD_VALUE_SOURCES
12.1.1
-
VIEW: OE.SO_ATTRIBUTES#
12.2.2
-
Table: FND_DESCRIPTIVE_FLEXS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DESCRIPTIVE_FLEXS, object_name:FND_DESCRIPTIVE_FLEXS, status:VALID, product: FND - Application Object Library , description: Descriptive flexfields registration information , implementation_dba_data: APPLSYS.FND_DESCRIPTIVE_FLEXS ,
-
TABLE: OE.SO_ATTRIBUTES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTES, object_name:SO_ATTRIBUTES, status:VALID,
-
Table: SO_SECURITY_RULES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SECURITY_RULES, object_name:SO_SECURITY_RULES, status:VALID, product: OE - Order Entry , description: Order security rules , implementation_dba_data: OE.SO_SECURITY_RULES ,
-
Table: SO_ATTRIBUTE_STD_VALUE_SOURCES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTE_STD_VALUE_SOURCES, object_name:SO_ATTRIBUTE_STD_VALUE_SOURCES, status:VALID, product: OE - Order Entry , description: Sources for standard value rules , implementation_dba_data: OE.SO_ATTRIBUTE_STD_VALUE_SOURCES ,
-
Table: SO_ATTRIBUTE_USES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTE_USES, object_name:SO_ATTRIBUTE_USES, status:VALID, product: OE - Order Entry , description: Attribute uses asociated with security rules and standard value rule sets , implementation_dba_data: OE.SO_ATTRIBUTE_USES ,
-
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 ,
-
TABLE: OE.SO_ATTRIBUTES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTES, object_name:SO_ATTRIBUTES, status:VALID,
-
Table: SO_ATTRIBUTE_STD_VALUE_SOURCES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTE_STD_VALUE_SOURCES, object_name:SO_ATTRIBUTE_STD_VALUE_SOURCES, status:VALID, product: OE - Order Entry , description: Sources for standard value rules , implementation_dba_data: OE.SO_ATTRIBUTE_STD_VALUE_SOURCES ,
-
Table: SO_SECURITY_RULES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SECURITY_RULES, object_name:SO_SECURITY_RULES, status:VALID, product: OE - Order Entry , description: Order security rules , implementation_dba_data: OE.SO_SECURITY_RULES ,
-
Table: SO_ATTRIBUTE_USES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ATTRIBUTE_USES, object_name:SO_ATTRIBUTE_USES, status:VALID, product: OE - Order Entry , description: Attribute uses asociated with security rules and standard value rule sets , implementation_dba_data: OE.SO_ATTRIBUTE_USES ,
-
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 ,
-
12.1.1 FND Design Data
12.1.1
-
Table: FND_DESCRIPTIVE_FLEXS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DESCRIPTIVE_FLEXS, object_name:FND_DESCRIPTIVE_FLEXS, status:VALID, product: FND - Application Object Library , description: Descriptive flexfields registration information , implementation_dba_data: APPLSYS.FND_DESCRIPTIVE_FLEXS ,
-
View: SO_STANDARD_VALUE_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID, product: OE - Order Entry , description: Stores seeded standard value rules sources , implementation_dba_data: APPS.SO_STANDARD_VALUE_SOURCES ,
-
View: SO_STANDARD_VALUE_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID, product: OE - Order Entry , description: Stores seeded standard value rules sources , implementation_dba_data: APPS.SO_STANDARD_VALUE_SOURCES ,
-
12.2.2 DBA Data
12.2.2
-
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
-
VIEW: APPS.SO_STANDARD_VALUE_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID,
-
VIEW: APPS.SO_STANDARD_VALUE_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
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