Search Results map_line_price_adj
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.
- MAP_QUOTE_TO_ORDER — The primary entry point. It drives the overall translation of a quote into an order structure, orchestrating the individual header-, line-, pricing-, and customer-level mapping steps.
- GET_ORG_CONTACT, GET_ORG_CONTACT_ROLE, GET_CUST_ACCT_ROLES, GET_ACCT_SITE_USES, GET_CUST_ACCNT_ID — Customer and contact resolution routines. They derive organization contacts, contact roles, customer account roles, account site uses, and the customer account identifier required on the resulting order.
- MAP_HEADER_PRICE_ATTR and MAP_HEADER_PRICE_ADJ, MAP_HEADER_PRICE_ADJ_ATTR, MAP_HEADER_PRICE_ADJ_RLTN — Header-level pricing routines that migrate price attributes, price adjustments, adjustment attributes, and adjustment relationships from the quote to the order header.
- MAP_LINE_PRICE_ATT, MAP_LINE_PRICE_ADJ, MAP_LINE_PRICE_ADJ_RLTN — Line-level equivalents that carry price attributes, price adjustments, and adjustment relationships onto order lines.
- MAP_HEADER_SALES_CREDITS and MAP_LINE_SALES_CREDIT — Map sales credit assignments at header and line level respectively.
- MAP_LOT_SERIAL — Maps lot and serial number information associated with quote lines.
- MAP_LINE_PAYMENTS — Maps payment details attached to quote lines.
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.
- ASO_QUOTE_HEADERS_ALL, ASO_TAX_DETAILS — Source quote header data and associated tax details used when constructing the order.
- HZ_CUST_ACCOUNTS, HZ_CUST_ACCOUNT_ROLES, HZ_CUST_ACCT_SITES, HZ_CUST_SITE_USES, HZ_ORG_CONTACTS, HZ_PARTIES, HZ_PARTY_SITES, HZ_RELATIONSHIPS — TCA customer model tables consulted by the GET_* routines to resolve the bill-to/ship-to context, contacts, roles, and relationships.
- OE_ORDER_SOURCES, OE_TRANSACTION_TYPES_ALL — Order Management setup tables used to validate or supply order source and transaction type information for the generated order.
- PLITBLM — The standard PL/SQL integer table type synonym, typically used for internal collection handling.
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.
-
PACKAGE: APPS.ASO_MAP_QUOTE_ORDER_INT
12.1.1
-
PACKAGE: APPS.ASO_MAP_QUOTE_ORDER_INT
12.2.2
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_QUOTE_PUB
12.1.1
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_QUOTE_PUB
12.2.2
-
PACKAGE BODY: APPS.ASO_MAP_QUOTE_ORDER_INT
12.2.2
-
PACKAGE BODY: APPS.ASO_MAP_QUOTE_ORDER_INT
12.1.1
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_QUOTE_PUB
12.2.2
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_QUOTE_PUB
12.1.1
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on OE_ORDER_PUB
12.1.1
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on OE_ORDER_PUB
12.2.2
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_DEBUG_PUB
12.1.1
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_DEBUG_PUB
12.2.2