Search Results so_price_adjustments_interface
Overview
The SO_PRICE_ADJUSTMENTS_INTERFACE table is a critical data interface within the Oracle E-Business Suite (EBS) Order Entry (OE) module, specifically for versions 12.1.1 and 12.2.2. As an interface table, its primary role is to serve as a staging area for importing price adjustment data into the core transactional tables of the system. Price adjustments encompass discounts, promotions, and other modifications to a sales order's line pricing. This table facilitates bulk or programmatic data loading, enabling integration from external systems, data migration projects, or batch processing of pricing updates, thereby ensuring data integrity before it is validated and transferred to the permanent base tables.
Key Information Stored
While the provided metadata does not list specific columns, the table's description and foreign key relationships indicate it holds data necessary to define a price adjustment for an order line in the interface process. Based on standard EBS interface table design and the documented foreign keys, critical columns typically include a unique identifier for the interface record, a reference to the parent sales order header interface record (ORIGINAL_SYSTEM_REFERENCE), and a link to the specific discount or modifier definition (DISCOUNT_ID). Other essential columns would store the adjustment amount or percentage, the applicable line number, the adjustment type, and processing status flags (e.g., PROCESS_FLAG, ERROR_MESSAGE) used by the concurrent program that validates and imports the data.
Common Use Cases and Queries
The primary use case is the execution of the "Import Sales Orders" concurrent request (OE_IMPORT_SALES_ORDERS), which processes records from this and related interface tables. Common operational queries involve monitoring the interface for errors or pending records. A typical query would select records with a PROCESS_FLAG indicating 'ERROR' to diagnose import failures. For reporting on pending interface data, analysts may join this table to SO_HEADERS_INTERFACE_ALL to view adjustments awaiting import for specific orders. Developers creating data load programs from a legacy system would populate this table with the target discount information, ensuring mandatory columns and valid foreign key references are provided to avoid processing errors.
Related Objects
- SO_DISCOUNTS: This is a base table defining the discount or modifier rules available in the system. The foreign key relationship on SO_PRICE_ADJUSTMENTS_INTERFACE.DISCOUNT_ID ensures that any adjustment being imported references a valid, predefined discount setup.
- SO_HEADERS_INTERFACE_ALL: This is the primary sales order header interface table. The foreign key relationship on SO_PRICE_ADJUSTMENTS_INTERFACE.ORIGINAL_SYSTEM_REFERENCE links each price adjustment record to its corresponding parent sales order interface record, maintaining referential integrity throughout the import staging process.
-
Table: SO_PRICE_ADJUSTMENTS_INTERFACE
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_ADJUSTMENTS_INTERFACE, object_name:SO_PRICE_ADJUSTMENTS_INTERFACE, status:VALID, product: OE - Order Entry , description: Imported price adjustments , implementation_dba_data: OE.SO_PRICE_ADJUSTMENTS_INTERFACE ,
-
Table: SO_PRICE_ADJUSTMENTS_INTERFACE
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_ADJUSTMENTS_INTERFACE, object_name:SO_PRICE_ADJUSTMENTS_INTERFACE, status:VALID, product: OE - Order Entry , description: Imported price adjustments , implementation_dba_data: OE.SO_PRICE_ADJUSTMENTS_INTERFACE ,
-
Table: SO_DISCOUNTS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_DISCOUNTS, object_name:SO_DISCOUNTS, status:VALID, product: OE - Order Entry , description: Discounts for use in price adjustments , implementation_dba_data: OE.SO_DISCOUNTS ,
-
Table: SO_DISCOUNTS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_DISCOUNTS, object_name:SO_DISCOUNTS, status:VALID, product: OE - Order Entry , description: Discounts for use in price adjustments , implementation_dba_data: OE.SO_DISCOUNTS ,
-
Table: SO_HEADERS_INTERFACE_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,
-
Table: SO_HEADERS_INTERFACE_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,