Search Results map_header_price_adj_attr




Overview

The APPS.ASO_MAP_QUOTE_ORDER_INT package is a public PL/SQL API within the Oracle E-Business Suite Order-to-Cash (O2C) flow, classified in the ETRM 12.2.2 repository under the OTHER API classification. Its principal business function is to map data from an Oracle Quoting (ASO) quote structure to the corresponding Order Management (OE) order structure, so that a quote can be converted into a sales order. It serves as the integration bridge between the quoting data model (ASO_QUOTE_HEADERS_ALL, tax details, sales credits, payments and pricing attributes) and the order data model exposed through OE_ORDER_PUB and ASO_QUOTE_PUB. The package is owned by the APPS schema and holds a VALID status. It carries 17 documented procedures/functions and references 14 documented tables via APPS synonyms, and it is itself referenced by six other packages, indicating a central role in quote-to-order processing rather than an isolated utility.

Key Procedures and Functions

The documented interface is composed of one primary entry point and a set of granular mapping helpers that populate specific order attributes from their quote counterparts.

Parameter lists are not documented in the ETRM metadata and should be confirmed against the package specification in the target instance.

Tables Accessed

Documented table access is performed through APPS synonyms.

Usage Notes

This package is invoked as part of the quote-to-order conversion path rather than being called directly by end users. It is referenced by ASO_ORDER_INT, ASO_ATP_INT, ASO_CHECK_TCA_PVT, ASO_CREDIT_CHECK_PVT, ASO_PARTY_INT, and ASO_SOURCING_PVT, which indicates it is exercised during order integration, availability, credit checking, party validation, and sourcing operations. It may be reached from Oracle Quoting and Order Management forms and related concurrent programs that submit quote-to-order conversions. Custom code should treat it as a shared internal API: validate against the package specification for the specific 12.1.1 or 12.2.2 patch level, and prefer the documented public wrappers over direct manipulation of the underlying tables.