Search Results list_type_code
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: LIST_TYPE_CODE
12.1.1
product: QP - Advanced Pricing , meaning: List Type Code , description: This code is a type of modifier list header like discount list, promotion. ,
-
Lookup Type: LIST_TYPE_CODE
12.2.2
product: QP - Advanced Pricing , meaning: List Type Code , description: This code is a type of modifier list header like discount list, promotion. ,
-
VIEW: APPS.QP_DEBUG_REQ_RLTD_LINES_V
12.1.1
-
VIEW: APPS.QP_DEBUG_REQ_RLTD_LINES_V
12.2.2
-
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: QP.QP_PRICING_PHASES#
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: OKS.OKS_QUALIFIERS#
12.2.2
-
VIEW: QP.QP_ATTRIBUTE_GROUPS#
12.2.2
-
VIEW: QP.QP_QUALIFIERS#
12.2.2
-
VIEW: QP.QP_LIST_HEADERS_B#
12.2.2
-
VIEW: QP.QP_ARCH_QUALIFIERS#
12.2.2
-
VIEW: QP.QP_INTERFACE_QUALIFIERS#
12.2.2
-
VIEW: QP.QP_ARCH_LIST_HEADERS_B#
12.2.2
-
VIEW: QP.QP_QUALIFIERS_FWK_DUMMY#
12.2.2
-
VIEW: QP.QP_INTERFACE_LIST_HEADERS#
12.2.2
-
View: OKX_LIST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_LIST_HEADERS_V, object_name:OKX_LIST_HEADERS_V, status:VALID, product: OKX - Contracts Integration , description: Header information for all types of lists , implementation_dba_data: APPS.OKX_LIST_HEADERS_V ,
-
VIEW: APPS.QP_BLKTPRT_MOD_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, object_name:QP_BLKTPRT_MOD_HEADER_V, status:VALID,
-
View: OKX_LIST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_LIST_HEADERS_V, object_name:OKX_LIST_HEADERS_V, status:VALID, product: OKX - Contracts Integration , description: Header information for all types of lists , implementation_dba_data: APPS.OKX_LIST_HEADERS_V ,
-
VIEW: APPS.QP_PRICE_LISTS_V
12.2.2
-
VIEW: APPS.QP_PREQ_PATRN_QUAL_TMP
12.2.2
-
VIEW: APPS.QP_BLKTPRT_MOD_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, object_name:QP_BLKTPRT_MOD_HEADER_V, status:VALID,
-
VIEW: APPS.QP_BLKTPRT_PRL_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, object_name:QP_BLKTPRT_PRL_HEADER_V, status:VALID,
-
VIEW: APPS.QP_PRICE_LISTS_V
12.1.1
-
VIEW: APPS.QP_BLKTPRT_PRL_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, object_name:QP_BLKTPRT_PRL_HEADER_V, status:VALID,
-
VIEW: PO.PO_PRICE_ADJUSTMENTS_ARCHIVE#
12.2.2
-
VIEW: PO.PO_PRICE_ADJUSTMENTS#
12.2.2
-
APPS.QP_QPXPACRL_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.OKX_LIST_HEADERS_V
12.1.1
-
VIEW: APPS.OKX_LIST_HEADERS_V
12.2.2
-
VIEW: APPS.QP_SECU_ATTR_GROUPS_V
12.2.2
-
VIEW: PO.PO_PRICE_ADJUSTMENTS_DRAFT#
12.2.2
-
VIEW: APPS.QP_LIST_SUMMARY_VL
12.1.1
-
VIEW: APPS.QP_LIST_SUMMARY_VL
12.2.2
-
View: OKS_QUALIFIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_QUALIFIERS_V, object_name:OKS_QUALIFIERS_V, status:VALID, product: OKS - Service Contracts , description: Used for Pricing Qualifier setup for Service Authoring , implementation_dba_data: APPS.OKS_QUALIFIERS_V ,
-
View: QP_LIST_SUMMARY_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_SUMMARY_VL, object_name:QP_LIST_SUMMARY_VL, status:VALID, product: QP - Advanced Pricing , description: This view is used to display the Modifier Header summary for a given query criteria in the Pricing Organizer. , implementation_dba_data: APPS.QP_LIST_SUMMARY_VL ,
-
View: OKS_QUALIFIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_QUALIFIERS_V, object_name:OKS_QUALIFIERS_V, status:VALID, product: OKS - Service Contracts , description: Used for Pricing Qualifier setup for Service Authoring , implementation_dba_data: APPS.OKS_QUALIFIERS_V ,
-
View: QP_LIST_SUMMARY_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_SUMMARY_VL, object_name:QP_LIST_SUMMARY_VL, status:VALID, product: QP - Advanced Pricing , description: This view is used to display the Modifier Header summary for a given query criteria in the Pricing Organizer. , implementation_dba_data: APPS.QP_LIST_SUMMARY_VL ,
-
VIEW: APPS.QP_PREQ_PATRN_QUAL_TMP
12.2.2
owner:APPS, object_type:VIEW, object_name:QP_PREQ_PATRN_QUAL_TMP, status:VALID,
-
APPS.QP_QUALIFIERS_UTIL SQL Statements
12.1.1
-
VIEW: APPS.OKS_QUALIFIERS_V
12.1.1
-
VIEW: APPS.OKS_QUALIFIERS_V
12.2.2
-
APPS.QP_DENORMALIZED_PRICING_ATTRS SQL Statements
12.2.2
-
VIEW: APPS.CLN_PROCAT_CATALOG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_PROCAT_CATALOG_V, object_name:CLN_PROCAT_CATALOG_V, status:VALID,
-
APPS.QP_QUALIFIERS_UTIL SQL Statements
12.2.2
-
VIEW: APPS.QPFV_MODIFIER_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_MODIFIER_HEADERS, object_name:QPFV_MODIFIER_HEADERS, status:VALID,
-
APPS.QP_ID_TO_VALUE SQL Statements
12.2.2
-
APPS.QP_DENORMALIZED_PRICING_ATTRS SQL Statements
12.1.1
-
VIEW: APPS.CLN_PROCAT_CATALOG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_PROCAT_CATALOG_V, object_name:CLN_PROCAT_CATALOG_V, status:VALID,
-
VIEW: QP.QP_PRICING_PHASES#
12.2.2
owner:QP, object_type:VIEW, object_name:QP_PRICING_PHASES#, status:VALID,