Search Results so_note_usage_attributes
Overview
The SO_NOTE_USAGE_ATTRIBUTES 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 a configuration and control table for note printing functionality. Its primary role is to define the specific printing parameters and output formats for notes attached to various order management documents, such as sales orders, invoices, and pick slips. By linking note usage definitions to specific reports, it enables precise control over when and how textual notes are rendered on printed output, ensuring compliance with business and legal documentation requirements.
Key Information Stored
While the full column list is not detailed in the provided metadata, the documented foreign key relationships and primary key reveal its critical data structure. The table's primary key is the USAGE_ID column, which acts as a foreign key to the SO_NOTE_USAGES table, thereby identifying a specific note usage context. A second crucial column is REPORT_ID, which stores a foreign key reference to the SO_REPORTS table. This column specifies the exact report or print format (e.g., a specific Oracle Report or XML Publisher template) to be used for printing the note in the given context. The table likely contains additional attribute columns to control formatting details such as print sequence, conditional printing logic, or section placement on the document.
Common Use Cases and Queries
A primary use case is troubleshooting or auditing note printing behavior. For instance, an administrator may need to identify which report template is assigned to print line-level notes on an order acknowledgement. A common reporting query would join this table to its related master tables to list all configured note printing rules. A sample SQL pattern is:
- SELECT nua.usage_id, nu.usage_name, sr.report_name
- FROM oe.so_note_usage_attributes nua,
- oe.so_note_usages nu,
- oe.so_reports sr
- WHERE nua.usage_id = nu.usage_id
- AND nua.report_id = sr.report_id;
Another practical scenario involves customization, where a technical consultant might insert or update a record in this table to redirect note printing for a custom document type to a newly developed XML Publisher template, ensuring notes appear correctly on modified business forms.
Related Objects
The SO_NOTE_USAGE_ATTRIBUTES table is centrally connected within the Order Entry schema through documented foreign key constraints, as per the provided metadata.
- SO_NOTE_USAGES: This is the parent table for the USAGE_ID column. The SO_NOTE_USAGES table defines the valid contexts or "usages" for notes (e.g., Header, Line, Freight). Each record in SO_NOTE_USAGE_ATTRIBUTES must correspond to a valid usage definition.
- SO_REPORTS: This is the parent table for the REPORT_ID column. The SO_REPORTS table catalogues the available reports within the Order Entry module. The foreign key ensures that the printing attribute points to a valid, existing report definition for rendering the note.
These relationships establish that SO_NOTE_USAGE_ATTRIBUTES is a child table that configures the intersection between a note usage type (from SO_NOTE_USAGES) and a physical report template (from SO_REPORTS).
-
Table: SO_NOTE_USAGE_ATTRIBUTES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_USAGE_ATTRIBUTES, object_name:SO_NOTE_USAGE_ATTRIBUTES, status:VALID, product: OE - Order Entry , description: Note printing parameters , implementation_dba_data: OE.SO_NOTE_USAGE_ATTRIBUTES ,
-
Table: SO_NOTE_USAGE_ATTRIBUTES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_USAGE_ATTRIBUTES, object_name:SO_NOTE_USAGE_ATTRIBUTES, status:VALID, product: OE - Order Entry , description: Note printing parameters , implementation_dba_data: OE.SO_NOTE_USAGE_ATTRIBUTES ,
-
TABLE: OE.SO_NOTE_USAGE_ATTRIBUTES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_USAGE_ATTRIBUTES, object_name:SO_NOTE_USAGE_ATTRIBUTES, status:VALID,
-
VIEW: OE.SO_NOTE_USAGE_ATTRIBUTES#
12.2.2
owner:OE, object_type:VIEW, object_name:SO_NOTE_USAGE_ATTRIBUTES#, status:VALID,
-
SYNONYM: APPS.SO_NOTE_USAGE_ATTRIBUTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_NOTE_USAGE_ATTRIBUTES, status:VALID,
-
SYNONYM: APPS.SO_NOTE_USAGE_ATTRIBUTES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_NOTE_USAGE_ATTRIBUTES, status:VALID,
-
VIEW: OE.SO_NOTE_USAGE_ATTRIBUTES#
12.2.2
-
VIEW: APPS.SO_NOTE_USAGE_ATTR_V
12.1.1
-
VIEW: APPS.SO_NOTE_USAGE_ATTR_V
12.2.2
-
TABLE: OE.SO_NOTE_USAGE_ATTRIBUTES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_USAGE_ATTRIBUTES, object_name:SO_NOTE_USAGE_ATTRIBUTES, status:VALID,
-
Table: SO_REPORTS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_REPORTS, object_name:SO_REPORTS, status:VALID, product: OE - Order Entry , description: Oracle Order Entry/Shipping reports , implementation_dba_data: OE.SO_REPORTS ,
-
View: SO_NOTE_USAGE_ATTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_NOTE_USAGE_ATTR_V, object_name:SO_NOTE_USAGE_ATTR_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_NOTE_USAGE_ATTR_V ,
-
Table: SO_NOTE_USAGES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_USAGES, object_name:SO_NOTE_USAGES, status:VALID, product: OE - Order Entry , description: Note usages , implementation_dba_data: OE.SO_NOTE_USAGES ,
-
Table: SO_NOTE_USAGES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_USAGES, object_name:SO_NOTE_USAGES, status:VALID, product: OE - Order Entry , description: Note usages , implementation_dba_data: OE.SO_NOTE_USAGES ,
-
Table: SO_REPORTS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_REPORTS, object_name:SO_REPORTS, status:VALID, product: OE - Order Entry , description: Oracle Order Entry/Shipping reports , implementation_dba_data: OE.SO_REPORTS ,
-
View: SO_NOTE_USAGE_ATTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_NOTE_USAGE_ATTR_V, object_name:SO_NOTE_USAGE_ATTR_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_NOTE_USAGE_ATTR_V ,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.SO_NOTE_USAGE_ATTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_NOTE_USAGE_ATTR_V, object_name:SO_NOTE_USAGE_ATTR_V, status:VALID,
-
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_NOTE_USAGE_ATTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_NOTE_USAGE_ATTR_V, object_name:SO_NOTE_USAGE_ATTR_V, 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.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1