Search Results arithmetic_operator
Overview
APPS.QP_DEBUG_REQ_RLTD_LINES_V is a diagnostic view within the Oracle Advanced Pricing (QP) module of Oracle E-Business Suite. It is designed to expose the internal debug records generated when the pricing engine processes a pricing request, specifically the relationship between pricing request lines and the list line details that were evaluated or referenced during qualification and calculation. The view consolidates two related debug tables — QP_DEBUG_REQ_RLTD_LINES and QP_DEBUG_REQ_LDETS — into a single flat result set, allowing developers and support analysts to trace how pricing attributes, list headers, list lines, and operands were resolved for a given request. It plays a supporting role in reporting and troubleshooting rather than in day-to-day transactional pricing; it is primarily referenced during investigation of pricing engine behaviour, integration debugging, and reproduction of pricing discrepancies.
Underlying Base Objects
The view is defined over two documented base objects, both exposed as synonyms in the APPS schema:
- QP_DEBUG_REQ_RLTD_LINES — stores the relationship records linking a debug request to related line detail indexes, including the relationship type code and, in the second branch of the UNION, a related line detail index.
- QP_DEBUG_REQ_LDETS — stores the detail-level debug rows for each request, including the list header, list type, list line, line type, operand calculation code, and operand value.
The view joins these two objects on REQUEST_ID and on LINE_DETAIL_INDEX. A UNION combines two variants: one where the join uses LINE_DETAIL_INDEX and another where it uses RELATED_LINE_DETAIL_INDEX. This dual-branch construction lets the view present both the primary detail line and any related line detail in a consistent, flattened form.
Key Columns
- REQUEST_ID — identifier of the pricing debug request.
- REQUEST_TYPE_CODE — classifies the debug request (e.g., qualifying or pricing).
- LINE_INDEX — line position within the request from the detail table.
- LINE_DETAIL_INDEX — detail index used for the join; in the second UNION branch this is aliased from RELATED_LINE_DETAIL_INDEX.
- RELATIONSHIP_TYPE_CODE — describes how the related line connects to the primary line.
- LIST_HEADER_ID — from CREATED_FROM_LIST_HEADER_ID; the price list header the detail was created from.
- LIST_TYPE_CODE — from CREATED_FROM_LIST_TYPE_CODE; identifies the type of list involved.
- LIST_LINE_ID — from CREATED_FROM_LIST_LINE_ID; the specific list line.
- LIST_LINE_TYPE_CODE — from CREATED_FROM_LIST_LINE_TYPE; the line type.
- ARITHMETIC_OPERATOR — from OPERAND_CALCULATION_CODE; the operator applied to the operand.
- OPERAND_VALUE — the operand value used in the calculation.
Common Use Cases and Queries
Typical uses include diagnosing why a particular price was returned, auditing which list lines were evaluated for a request, and extracting debug data for support escalation. A representative query filtering on the list type code is shown below:
- Retrieve all related lines for a request:
SELECT request_id, list_type_code, list_header_id, list_line_id, arithmetic_operator, operand_value FROM apps.qp_debug_req_rltd_lines_v WHERE request_id = :p_request_id; - Filter by list type:
SELECT * FROM apps.qp_debug_req_rltd_lines_v WHERE list_type_code = :p_list_type; - Join back to request metadata to correlate request type with returned lines for full debugging traceability.
-
Lookup Type: ARITHMETIC_OPERATOR
12.1.1
product: QP - Advanced Pricing , meaning: Arithmetic Operator , description: Types of calculation methods like percentage discount, amount discount or a new price for a list line type ( like discount or surcharge ). ,
-
Lookup Type: ARITHMETIC_OPERATOR
12.2.2
product: QP - Advanced Pricing , meaning: Arithmetic Operator , description: Types of calculation methods like percentage discount, amount discount or a new price for a list line type ( like discount or surcharge ). ,
-
VIEW: APPS.QP_DEBUG_REQ_RLTD_LINES_V
12.1.1
-
VIEW: APPS.QP_DEBUG_REQ_RLTD_LINES_V
12.2.2
-
VIEW: OZF.OZF_OFFER_ADJUSTMENT_LINES#
12.2.2
-
View: QP_DEBUG_REQ_RLTD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_DEBUG_REQ_RLTD_LINES_V, object_name:QP_DEBUG_REQ_RLTD_LINES_V, status:VALID, product: QP - Advanced Pricing , description: View that joins QP_DEBUG_REQ_LDETS and QP_DEBUG_REQ_RLTD_LINES. It contains information about the related lines. , implementation_dba_data: APPS.QP_DEBUG_REQ_RLTD_LINES_V ,
-
View: QP_DEBUG_REQ_RLTD_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_DEBUG_REQ_RLTD_LINES_V, object_name:QP_DEBUG_REQ_RLTD_LINES_V, status:VALID, product: QP - Advanced Pricing , description: View that joins QP_DEBUG_REQ_LDETS and QP_DEBUG_REQ_RLTD_LINES. It contains information about the related lines. , implementation_dba_data: APPS.QP_DEBUG_REQ_RLTD_LINES_V ,
-
VIEW: OZF.OZF_WORKSHEET_LINES#
12.2.2
-
VIEW: OKC.OKC_PRICE_ADJUSTMENTS_H#
12.2.2
-
View: OKX_QP_LIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_QP_LIST_LINES_V, object_name:OKX_QP_LIST_LINES_V, status:VALID, product: OKX - Contracts Integration , implementation_dba_data: APPS.OKX_QP_LIST_LINES_V ,
-
VIEW: OKC.OKC_PRICE_ADJUSTMENTS#
12.2.2
-
VIEW: APPS.QP_PRICE_BOOK_LINE_DETAILS_V
12.1.1
-
View: QPBV_PRODUCT_BENEFITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCT_BENEFITS, object_name:QPBV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPBV_PRODUCT_BENEFITS ,
-
View: OKX_QP_LIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_QP_LIST_LINES_V, object_name:OKX_QP_LIST_LINES_V, status:VALID, product: OKX - Contracts Integration , implementation_dba_data: APPS.OKX_QP_LIST_LINES_V ,
-
VIEW: ASO.ASO_PRICE_ADJUSTMENTS#
12.2.2
-
VIEW: APPS.QPR_SR_OFFADJ_DATA_V
12.1.1
-
VIEW: APPS.OKX_QP_LIST_LINES_V
12.1.1
-
VIEW: APPS.OKX_QP_LIST_LINES_V
12.2.2
-
VIEW: ONT.OE_PRICE_ADJS_IFACE_ALL#
12.2.2
-
VIEW: APPS.QPBV_PRICE_BREAK_LINES
12.2.2
-
VIEW: APPS.QPR_SR_OFFADJ_DATA_V
12.2.2
-
VIEW: APPS.QP_PRICE_BOOK_LINE_DETAILS_V
12.2.2
-
View: QPBV_PRODUCT_BENEFITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCT_BENEFITS, object_name:QPBV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPBV_PRODUCT_BENEFITS ,
-
View: QPFV_PRICE_BREAK_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRICE_BREAK_LINES, object_name:QPFV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPFV_PRICE_BREAK_LINES ,
-
View: QPFV_PRICE_BREAK_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRICE_BREAK_LINES, object_name:QPFV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPFV_PRICE_BREAK_LINES ,
-
View: QPBV_PRICE_BREAK_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRICE_BREAK_LINES, object_name:QPBV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPBV_PRICE_BREAK_LINES ,
-
View: QPBV_PRICE_BREAK_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRICE_BREAK_LINES, object_name:QPBV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPBV_PRICE_BREAK_LINES ,
-
VIEW: APPS.QP_PRICE_BOOK_BREAK_LINES_V
12.2.2
-
View: QPFV_PRODUCT_BENEFITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCT_BENEFITS, object_name:QPFV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPFV_PRODUCT_BENEFITS ,
-
View: QPFV_PRODUCT_BENEFITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCT_BENEFITS, object_name:QPFV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPFV_PRODUCT_BENEFITS ,
-
VIEW: APPS.QPBV_PRICE_BREAK_LINES
12.1.1
-
VIEW: PO.PO_PRICE_ADJUSTMENTS_ARCHIVE#
12.2.2
-
VIEW: PO.PO_PRICE_ADJUSTMENTS#
12.2.2
-
VIEW: PO.PO_PRICE_ADJUSTMENTS_DRAFT#
12.2.2
-
VIEW: QP.QP_LIST_LINES#
12.2.2
-
VIEW: ONT.OE_PRICE_ADJUSTMENTS#
12.2.2
-
VIEW: QP.QP_INTERFACE_LIST_LINES#
12.2.2
-
VIEW: APPS.QP_PRICE_BOOK_BREAK_LINES_V
12.1.1
-
View: OKX_ORD_PRC_ADJMNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ORD_PRC_ADJMNTS_V, object_name:OKX_ORD_PRC_ADJMNTS_V, status:VALID, product: OKX - Contracts Integration , implementation_dba_data: APPS.OKX_ORD_PRC_ADJMNTS_V ,
-
VIEW: APPS.QP_BLKTPRT_PRL_LINES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:QP_BLKTPRT_PRL_LINES_V, status:VALID,
-
VIEW: QP.QP_ARCH_LIST_LINES#
12.2.2
-
VIEW: APPS.QPBV_PRODUCT_BENEFITS
12.1.1
-
VIEW: APPS.QPBV_PRODUCT_BENEFITS
12.2.2
-
VIEW: APPS.QP_BLKTPRT_PRC_BREAKS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:QP_BLKTPRT_PRC_BREAKS_V, status:VALID,
-
VIEW: OZF.OZF_OFFER_ADJUSTMENT_LINES#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_OFFER_ADJUSTMENT_LINES#, status:VALID,
-
VIEW: APPS.OKX_ORD_PRC_ADJMNTS_V
12.1.1
-
View: OKX_QTE_PRC_ADJMNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_QTE_PRC_ADJMNTS_V, object_name:OKX_QTE_PRC_ADJMNTS_V, status:VALID, product: OKX - Contracts Integration , implementation_dba_data: APPS.OKX_QTE_PRC_ADJMNTS_V ,
-
VIEW: APPS.QP_BLKTPRT_MOD_LINES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:QP_BLKTPRT_MOD_LINES_V, status:VALID,
-
VIEW: APPS.QPFV_PRICE_BREAK_LINES
12.1.1
-
VIEW: APPS.QPFV_PRICE_BREAK_LINES
12.2.2