Search Results aso_pvt_quote_lines_bali_v
Overview
ASO_PVT_QUOTE_LINES_BALI_V is a reporting view owned by the APPS schema within the ASO (Order Capture) product family in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents quote line information enriched with inventory item master data, forming a flattened, presentation-oriented record set suitable for quote line inquiry, pricing review, and integration extracts. The view is designated "BALI," reflecting its use in the Order Capture quote-line presentation layer. Because it joins quote line, quote line detail, and item master sources, it allows concurrent access to configuration, service, and pricing attributes without requiring callers to reproduce the underlying join logic themselves.
In EBS reporting and integration contexts, the view serves as a stable read interface over the base quote line tables, shielding consumers from the details of the item master view (MTL_SYSTEM_ITEMS_VL) and the line detail table. This is particularly relevant for the search term "inventory_item," since the view projects both INVENTORY_ITEM_ID and the concatenated user-facing inventory item identifier.
Underlying Base Objects
The view is defined over three principal sources joined by an outer join on quote line detail. The documented referenced base objects include ASO_LINE_NUM_INT (package), ASO_PVT_QUOTE_LINES_NUM_V (view), and FND_PROFILE (package). The view text itself selects from ASO_QUOTE_LINES_ALL (aliased QUOTE_LINES), ASO_QUOTE_LINE_DETAILS (aliased LINE_DETAILS), and MTL_SYSTEM_ITEMS_VL (aliased ITEMS).
- ASO_QUOTE_LINES_ALL — the primary quote line entity, supplying line identifiers, organization, item reference, pricing, and quantity.
- ASO_QUOTE_LINE_DETAILS — the detail entity joined via an outer join on QUOTE_LINE_ID, supplying configuration and service attributes that may be absent for non-service or non-configured lines.
- MTL_SYSTEM_ITEMS_VL — the item master view, providing concatenated segments, padded segments, and description for the inventory item.
The outer join on LINE_DETAILS (marked with the (+) operator) ensures that quote lines without corresponding detail rows are retained, which is important for completeness in extracts.
Key Columns
- ROW_ID, QUOTE_LINE_ID, QUOTE_HEADER_ID, ORG_ID — identifying and multi-org keys for the quote line.
- LINE_NUMBER, LINE_CATEGORY_CODE, ITEM_TYPE_CODE, ORDER_LINE_TYPE_ID — line classification and sequencing attributes.
- ORGANIZATION_ID, INVENTORY_ITEM_ID, INVENTORY_ITEM, PADDED_CONCATENATED_SEGMENTS, ITEM_DESCRIPTION — inventory item identification and display, directly addressing the "inventory_item" search concern.
- QUANTITY, UOM_CODE — order quantity and unit of measure.
- PRICE_LIST_ID, PRICE_LIST_LINE_ID, CURRENCY_CODE, LINE_LIST_PRICE, LINE_ADJUSTED_AMOUNT, LINE_ADJUSTED_PERCENT, LINE_QUOTE_PRICE — pricing and adjustment columns, including derived extended amounts (LINE_LIST_PRICE * QUANTITY, LINE_ADJUSTED_AMOUNT * QUANTITY).
- CONFIG_HEADER_ID, CONFIG_REVISION_NUM, CONFIG_ITEM_ID, COMPLETE_CONFIGURATION_FLAG, VALID_CONFIGURATION_FLAG, COMPONENT_CODE — configuration attributes; COMPONENT_CODE also drives an indented description expression for hierarchical display.
- SERVICE_* columns — service reference, duration, cotermination, and selling/list percent details for service lines.
Common Use Cases and Queries
A frequent requirement is resolving quote lines by inventory item, which this view supports directly through the concatenated segment column.
- Retrieving quote lines for a specific inventory item for pricing review or margin analysis.
- Producing configuration hierarchies using the indented description expression.
- Extracting service line details tied to reference orders.
Example query:
- SELECT ql.quote_header_id, ql.quote_line_id, ql.line_number, ql.inventory_item, ql.item_description, ql.quantity, ql.uom_code, ql.line_quote_price FROM aso_pvt_quote_lines_bali_v ql WHERE ql.inventory_item LIKE :p_item_pattern AND ql.org_id = :p_org_id ORDER BY ql.quote_header_id, ql.line_number;
Because the view already resolves the item master join, callers need not query MTL_SYSTEM_ITEMS_VL separately, reducing join complexity in quote-to-order reporting and interface extracts.
-
View: ASO_PVT_QUOTE_LINES_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALI_V, object_name:ASO_PVT_QUOTE_LINES_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_BALI_V ,
-
View: ASO_PVT_QUOTE_LINES_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALI_V, object_name:ASO_PVT_QUOTE_LINES_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_BALI_V ,
-
APPS.ASO_LINE_NUM_INT SQL Statements
12.2.2
-
APPS.ASO_LINE_NUM_INT SQL Statements
12.1.1
-
PACKAGE: APPS.ASO_LINE_NUM_INT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ASO_LINE_NUM_INT, status:VALID,
-
PACKAGE BODY: APPS.ASO_LINE_NUM_INT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_LINE_NUM_INT, status:VALID,
-
PACKAGE BODY: APPS.ASO_LINE_NUM_INT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_LINE_NUM_INT, status:VALID,
-
PACKAGE BODY: APPS.ASO_UTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_UTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.ASO_QUOTE_PUB_W
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_QUOTE_PUB_W, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.ASO_LINE_NUM_INT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ASO_LINE_NUM_INT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.ASO_ATP_INT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_ATP_INT, status:VALID,
-
PACKAGE BODY: APPS.ASO_ATP_INT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_ATP_INT, status:VALID,
-
PACKAGE BODY: APPS.ASO_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_UTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.ASO_QUOTE_PUB_W
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_QUOTE_PUB_W, status:VALID,
-
APPS.ASO_ATP_INT SQL Statements
12.2.2
-
VIEW: APPS.ASO_PVT_QUOTE_LINES_NUM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ASO_PVT_QUOTE_LINES_NUM_V, status:VALID,
-
VIEW: APPS.ASO_PVT_QUOTE_LINES_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALI_V, object_name:ASO_PVT_QUOTE_LINES_BALI_V, status:VALID,
-
VIEW: APPS.ASO_PVT_QUOTE_LINES_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALI_V, object_name:ASO_PVT_QUOTE_LINES_BALI_V, status:VALID,
-
APPS.ASO_ATP_INT SQL Statements
12.1.1
-
VIEW: APPS.ASO_PVT_QUOTE_LINES_NUM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:ASO_PVT_QUOTE_LINES_NUM_V, status:VALID,
-
PACKAGE BODY: APPS.ASO_LINE_NUM_INT
12.2.2
-
PACKAGE BODY: APPS.ASO_LINE_NUM_INT
12.1.1
-
APPS.ASO_LINE_NUM_INT dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.2.2
-
APPS.ASO_QUOTE_PUB_W dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.1.1
-
APPS.ASO_UTILITY_PVT dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.1.1
-
APPS.ASO_LINE_NUM_INT dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.1.1
-
APPS.ASO_ATP_INT dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.2.2
-
APPS.ASO_QUOTE_PUB_W dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.2.2
-
APPS.ASO_ATP_INT dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.1.1
-
APPS.ASO_UTILITY_PVT dependencies on ASO_PVT_QUOTE_LINES_BALI_V
12.2.2
-
APPS.ASO_UTILITY_PVT SQL Statements
12.1.1
-
APPS.ASO_UTILITY_PVT SQL Statements
12.2.2
-
APPS.ASO_LINE_NUM_INT dependencies on FND_PROFILE
12.2.2
-
APPS.ASO_LINE_NUM_INT dependencies on FND_PROFILE
12.1.1
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
APPS.ASO_UTILITY_PVT dependencies on ASO_QUOTE_PUB
12.1.1
-
APPS.ASO_UTILITY_PVT dependencies on ASO_QUOTE_PUB
12.2.2
-
PACKAGE BODY: APPS.ASO_UTILITY_PVT
12.1.1
-
PACKAGE BODY: APPS.ASO_UTILITY_PVT
12.2.2
-
PACKAGE BODY: APPS.ASO_ATP_INT
12.2.2
-
PACKAGE BODY: APPS.ASO_ATP_INT
12.1.1
-
APPS.ASO_LINE_NUM_INT dependencies on ASO_DEBUG_PUB
12.1.1
-
APPS.ASO_LINE_NUM_INT dependencies on ASO_DEBUG_PUB
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,