Search Results QP_LIST_HEADERS_B




Overview

The QP_LIST_HEADERS_B table is a core data object within the Oracle E-Business Suite Advanced Pricing (QP) module. It serves as the master repository for the header-level definition of all pricing lists. This table is fundamental to the pricing engine, storing the foundational metadata that defines the purpose, applicability, and basic attributes of a list. As indicated by the documentation, these lists can be of various types, including Price Lists, Discount Lists, and Promotions. Every operational price list, discount schedule, or promotion defined in the system is anchored by a single, unique record in this table, making it the primary point of reference for all list-based pricing constructs in releases 12.1.1 and 12.2.2.

Key Information Stored

The table's primary key, LIST_HEADER_ID, uniquely identifies each list. Beyond this identifier, the table stores critical administrative and control attributes for a list. Key columns, as evidenced by the foreign key relationships in the metadata, include CURRENCY_CODE (linking to FND_CURRENCIES to define the list's transactional currency), TERMS_ID (linking to RA_TERMS_B for payment terms), and PARENT_LIST_HEADER_ID (enabling hierarchical list structures by referencing the same table). Another significant column is CURRENCY_HEADER_ID, which links to QP_CURRENCY_LISTS_B, allowing for currency conversion lists. Collectively, these columns define the list's identity, financial context, and structural relationships.

Common Use Cases and Queries

This table is central to pricing configuration, reporting, and integration. Common use cases include identifying all active price lists for a specific currency, analyzing list hierarchies for pricing cascades, and troubleshooting pricing errors by validating list header setup. A typical reporting query would join QP_LIST_HEADERS_B to its related lines table (QP_LIST_LINES) and product information. For example, to find basic details for all price lists: SELECT list_header_id, name, currency_code, start_date_active, end_date_active FROM qp_list_headers_b WHERE list_type_code = 'PRL' AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE+1); Another common pattern is to trace a list's lineage using the PARENT_LIST_HEADER_ID column with a hierarchical query (CONNECT BY) to understand pricing inheritance.

Related Objects

QP_LIST_HEADERS_B is a highly referenced master table with extensive integration across EBS. Its most direct dependent is the QP_LIST_LINES table, which holds the detailed pricing rules and adjustments for each header. As shown in the metadata, it is referenced by numerous foreign keys from modules beyond Advanced Pricing, demonstrating its enterprise-wide role. Key referencing objects include:

This wide network of foreign key relationships underscores that QP_LIST_HEADERS_B is a critical shared entity for pricing data throughout the Oracle EBS suite.

  • Table: QP_LIST_HEADERS_B 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_HEADERS_B,  object_name:QP_LIST_HEADERS_B,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_HEADERS_B stores the header information for all lists. List types can be, for example, Price Lists, Discount Lists or Promotions. ,  implementation_dba_data: QP.QP_LIST_HEADERS_B

  • Table: QP_LIST_HEADERS_B 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_HEADERS_B,  object_name:QP_LIST_HEADERS_B,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_HEADERS_B stores the header information for all lists. List types can be, for example, Price Lists, Discount Lists or Promotions. ,  implementation_dba_data: QP.QP_LIST_HEADERS_B

  • Table: QP_LIST_LINES 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_LINES,  object_name:QP_LIST_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_LINES stores all list lines for lists in QP_LIST_HEADERS_B. ,  implementation_dba_data: QP.QP_LIST_LINES

  • Table: QP_LIST_LINES 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_LINES,  object_name:QP_LIST_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_LINES stores all list lines for lists in QP_LIST_HEADERS_B. ,  implementation_dba_data: QP.QP_LIST_LINES

  • View: QP_LIST_HEADERS_VL 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QP_LIST_HEADERS_VL,  object_name:QP_LIST_HEADERS_VL,  status:VALID,  product: QP - Advanced Pricingdescription: View of QP_LIST_HEADERS_B and QP_LIST_HEADERS_TL. Displays the translated columns on List Headers in the local language. ,  implementation_dba_data: APPS.QP_LIST_HEADERS_VL

  • View: QP_LIST_HEADERS_VL 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QP_LIST_HEADERS_VL,  object_name:QP_LIST_HEADERS_VL,  status:VALID,  product: QP - Advanced Pricingdescription: View of QP_LIST_HEADERS_B and QP_LIST_HEADERS_TL. Displays the translated columns on List Headers in the local language. ,  implementation_dba_data: APPS.QP_LIST_HEADERS_VL

  • Table: QP_INTERFACE_LIST_LINES 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_INTERFACE_LIST_LINES,  object_name:QP_INTERFACE_LIST_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_LINES stores all list lines for lists in QP_LIST_HEADERS_B. ,  implementation_dba_data: QP.QP_INTERFACE_LIST_LINES

  • Table: QP_INTERFACE_LIST_LINES 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_INTERFACE_LIST_LINES,  object_name:QP_INTERFACE_LIST_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_LINES stores all list lines for lists in QP_LIST_HEADERS_B. ,  implementation_dba_data: QP.QP_INTERFACE_LIST_LINES

  • Table: QP_DEBUG_REQ_LINES 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_REQ_LINES,  object_name:QP_DEBUG_REQ_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information about the lines being priced. ,  implementation_dba_data: QP.QP_DEBUG_REQ_LINES

  • Table: QP_DEBUG_REQ_LINES 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_REQ_LINES,  object_name:QP_DEBUG_REQ_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information about the lines being priced. ,  implementation_dba_data: QP.QP_DEBUG_REQ_LINES

  • Table: QP_INTERFACE_LIST_HEADERS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_INTERFACE_LIST_HEADERS,  object_name:QP_INTERFACE_LIST_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_HEADERS_B stores the header information for all lists. List types can be, for example, Price Lists, Discount Lists or Promotions. ,  implementation_dba_data: QP.QP_INTERFACE_LIST_HEADERS

  • Table: QP_QUALIFIERS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_QUALIFIERS,  object_name:QP_QUALIFIERS,  status:VALID,  product: QP - Advanced Pricingdescription: QP_QUALIFIERS stores qualifier attribute information. ,  implementation_dba_data: QP.QP_QUALIFIERS

  • Table: QP_GRANTS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_GRANTS,  object_name:QP_GRANTS,  status:VALID,  product: QP - Advanced Pricingdescription: QP_GRANTS works with FND data security system to achieve data security for pricing entities. ,  implementation_dba_data: QP.QP_GRANTS

  • Table: QP_PRICE_FORMULA_LINES 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_PRICE_FORMULA_LINES,  object_name:QP_PRICE_FORMULA_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: QP_PRICE_FORMULA_LINES stores each component that makes up the formula. ,  implementation_dba_data: QP.QP_PRICE_FORMULA_LINES

  • Table: QP_PRICE_FORMULA_LINES 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_PRICE_FORMULA_LINES,  object_name:QP_PRICE_FORMULA_LINES,  status:VALID,  product: QP - Advanced Pricingdescription: QP_PRICE_FORMULA_LINES stores each component that makes up the formula. ,  implementation_dba_data: QP.QP_PRICE_FORMULA_LINES

  • Table: QP_GRANTS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_GRANTS,  object_name:QP_GRANTS,  status:VALID,  product: QP - Advanced Pricingdescription: QP_GRANTS works with FND data security system to achieve data security for pricing entities. ,  implementation_dba_data: QP.QP_GRANTS

  • Table: QP_FACTOR_LIST_ATTRS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_FACTOR_LIST_ATTRS,  object_name:QP_FACTOR_LIST_ATTRS,  status:VALID,  product: QP - Advanced Pricingdescription: This table stores all distinct combinations of list_header_id, pricing_attribute_context andpricing_attribute for the factor lists. ,  implementation_dba_data: QP.QP_FACTOR_LIST_ATTRS

  • Table: QP_FACTOR_LIST_ATTRS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_FACTOR_LIST_ATTRS,  object_name:QP_FACTOR_LIST_ATTRS,  status:VALID,  product: QP - Advanced Pricingdescription: This table stores all distinct combinations of list_header_id, pricing_attribute_context andpricing_attribute for the factor lists. ,  implementation_dba_data: QP.QP_FACTOR_LIST_ATTRS

  • Table: QP_INTERFACE_LIST_HEADERS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_INTERFACE_LIST_HEADERS,  object_name:QP_INTERFACE_LIST_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_HEADERS_B stores the header information for all lists. List types can be, for example, Price Lists, Discount Lists or Promotions. ,  implementation_dba_data: QP.QP_INTERFACE_LIST_HEADERS

  • Table: QP_QUALIFIERS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_QUALIFIERS,  object_name:QP_QUALIFIERS,  status:VALID,  product: QP - Advanced Pricingdescription: QP_QUALIFIERS stores qualifier attribute information. ,  implementation_dba_data: QP.QP_QUALIFIERS

  • View: QP_PRICE_FACTORS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QP_PRICE_FACTORS_V,  object_name:QP_PRICE_FACTORS_V,  status:VALID,  product: QP - Advanced Pricingdescription: View to get a list of those formula lines which are of type Price Modifier List along with the List of Adjustment Factors & Ranges making up the formula line and the discount modifier list to which the formula is attached. ,  implementation_dba_data: APPS.QP_PRICE_FACTORS_V

  • Table: QP_LIMIT_TRANSACTIONS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIMIT_TRANSACTIONS,  object_name:QP_LIMIT_TRANSACTIONS,  status:VALID,  product: QP - Advanced Pricingdescription: This table holds details of all the transactions which consumed or increased the available balance on all the limits. ,  implementation_dba_data: QP.QP_LIMIT_TRANSACTIONS

  • Table: QP_LIMIT_TRANSACTIONS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIMIT_TRANSACTIONS,  object_name:QP_LIMIT_TRANSACTIONS,  status:VALID,  product: QP - Advanced Pricingdescription: This table holds details of all the transactions which consumed or increased the available balance on all the limits. ,  implementation_dba_data: QP.QP_LIMIT_TRANSACTIONS

  • Table: QP_DEBUG_REQ_LDETS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_REQ_LDETS,  object_name:QP_DEBUG_REQ_LDETS,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information about the line details being priced. It has adjustment and discount details for lines, including adjustments and discounts that the pricing engine eliminates. ,  implementation_dba_data: QP.QP_DEBUG_REQ_LDETS

  • View: QP_PRICE_FACTORS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QP_PRICE_FACTORS_V,  object_name:QP_PRICE_FACTORS_V,  status:VALID,  product: QP - Advanced Pricingdescription: View to get a list of those formula lines which are of type Price Modifier List along with the List of Adjustment Factors & Ranges making up the formula line and the discount modifier list to which the formula is attached. ,  implementation_dba_data: APPS.QP_PRICE_FACTORS_V

  • Table: QP_DEBUG_REQ_LDETS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_REQ_LDETS,  object_name:QP_DEBUG_REQ_LDETS,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information about the line details being priced. It has adjustment and discount details for lines, including adjustments and discounts that the pricing engine eliminates. ,  implementation_dba_data: QP.QP_DEBUG_REQ_LDETS

  • Table: QP_LIST_HEADERS_EBS_LOG 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_HEADERS_EBS_LOG,  object_name:QP_LIST_HEADERS_EBS_LOG,  status:VALID,  product: QP - Advanced Pricingdescription: Log table for the Euro conversion of QP_LIST_HEADERS_B table. This table is used only by the Euro Conversion concurrent program to store the mapping between the Original NCU column values and the corresponding Euro converted values. For ,  implementation_dba_data: QP.QP_LIST_HEADERS_EBS_LOG

  • Table: QP_LIST_HEADERS_TL 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_HEADERS_TL,  object_name:QP_LIST_HEADERS_TL,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_HEADERS_TL stores the translatable columns, name and description of the list, in each of the available languages in the database. ,  implementation_dba_data: QP.QP_LIST_HEADERS_TL

  • Table: QP_LIST_HEADERS_TL 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_HEADERS_TL,  object_name:QP_LIST_HEADERS_TL,  status:VALID,  product: QP - Advanced Pricingdescription: QP_LIST_HEADERS_TL stores the translatable columns, name and description of the list, in each of the available languages in the database. ,  implementation_dba_data: QP.QP_LIST_HEADERS_TL

  • Table: OE_AGREEMENTS_B 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.OE_AGREEMENTS_B,  object_name:OE_AGREEMENTS_B,  status:VALID,  product: QP - Advanced Pricingdescription: OE_AGREEMENTS_B stores all information about pricing agreements. ,  implementation_dba_data: QP.OE_AGREEMENTS_B

  • Table: QP_LIMITS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIMITS,  object_name:QP_LIMITS,  status:VALID,  product: QP - Advanced Pricingdescription: This table table holds the definition of the limit, and the Promotion, Deal or modifier for which the limit is set. ,  implementation_dba_data: QP.QP_LIMITS

  • Table: QP_DEBUG_REQ_LINE_ATTRS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_REQ_LINE_ATTRS,  object_name:QP_DEBUG_REQ_LINE_ATTRS,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information on the pricing attributes that the attribute mapping functionality passed to the pricing engine. The pricing engine uses these attributes to qualify a line or an order for benefits. ,  implementation_dba_data: QP.QP_DEBUG_REQ_LINE_ATTRS

  • Table: QP_LIST_HEADERS_EBS_LOG 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIST_HEADERS_EBS_LOG,  object_name:QP_LIST_HEADERS_EBS_LOG,  status:VALID,  product: QP - Advanced Pricingdescription: Log table for the Euro conversion of QP_LIST_HEADERS_B table. This table is used only by the Euro Conversion concurrent program to store the mapping between the Original NCU column values and the corresponding Euro converted values. For ,  implementation_dba_data: QP.QP_LIST_HEADERS_EBS_LOG

  • Table: QP_DEBUG_REQ_LINE_ATTRS 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_REQ_LINE_ATTRS,  object_name:QP_DEBUG_REQ_LINE_ATTRS,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information on the pricing attributes that the attribute mapping functionality passed to the pricing engine. The pricing engine uses these attributes to qualify a line or an order for benefits. ,  implementation_dba_data: QP.QP_DEBUG_REQ_LINE_ATTRS

  • Table: OE_AGREEMENTS_B 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.OE_AGREEMENTS_B,  object_name:OE_AGREEMENTS_B,  status:VALID,  product: QP - Advanced Pricingdescription: OE_AGREEMENTS_B stores all information about pricing agreements. ,  implementation_dba_data: QP.OE_AGREEMENTS_B

  • Table: QP_LIMITS 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_LIMITS,  object_name:QP_LIMITS,  status:VALID,  product: QP - Advanced Pricingdescription: This table table holds the definition of the limit, and the Promotion, Deal or modifier for which the limit is set. ,  implementation_dba_data: QP.QP_LIMITS

  • Table: QP_DEBUG_FORMULA_STEP_VALUES 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_FORMULA_STEP_VALUES,  object_name:QP_DEBUG_FORMULA_STEP_VALUES,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information about the formula step values which are inserted into the table QP_FORMULA_STEP_VALUES. The step values are inserted into the table during the evaluation of formula attached to the price lists. ,  implementation_dba_data: QP.QP_DEBUG_FORMULA_STEP_VALUES

  • Table: QP_CURRENCY_LISTS_B 12.1.1

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_CURRENCY_LISTS_B,  object_name:QP_CURRENCY_LISTS_B,  status:VALID,  product: QP - Advanced Pricingdescription: QP_CURRENCY_LISTS_B stores the header information for all Multi-Currency lists. A Multi-Currency list is associated with standard and agreement price lists of same currency, if the advance pricing is used and multi-currency is installed. On ,  implementation_dba_data: QP.QP_CURRENCY_LISTS_B

  • Table: QP_DEBUG_FORMULA_STEP_VALUES 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_DEBUG_FORMULA_STEP_VALUES,  object_name:QP_DEBUG_FORMULA_STEP_VALUES,  status:VALID,  product: QP - Advanced Pricingdescription: This table contains information about the formula step values which are inserted into the table QP_FORMULA_STEP_VALUES. The step values are inserted into the table during the evaluation of formula attached to the price lists. ,  implementation_dba_data: QP.QP_DEBUG_FORMULA_STEP_VALUES

  • Table: QP_CURRENCY_LISTS_B 12.2.2

    owner:QP,  object_type:TABLE,  fnd_design_data:QP.QP_CURRENCY_LISTS_B,  object_name:QP_CURRENCY_LISTS_B,  status:VALID,  product: QP - Advanced Pricingdescription: QP_CURRENCY_LISTS_B stores the header information for all Multi-Currency lists. A Multi-Currency list is associated with standard and agreement price lists of same currency, if the advance pricing is used and multi-currency is installed. On ,  implementation_dba_data: QP.QP_CURRENCY_LISTS_B

  • View: QPBV_PRICE_LISTS 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPBV_PRICE_LISTS,  object_name:QPBV_PRICE_LISTS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Standard and Agreement Price list headers. ,  implementation_dba_data: APPS.QPBV_PRICE_LISTS

  • View: QPBV_MODIFIER_HEADERS 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPBV_MODIFIER_HEADERS,  object_name:QPBV_MODIFIER_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Discount List, Surcharge List and Freight and Special charges type of modifier headers. ,  implementation_dba_data: APPS.QPBV_MODIFIER_HEADERS

  • View: QPBV_MODIFIER_HEADERS 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPBV_MODIFIER_HEADERS,  object_name:QPBV_MODIFIER_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Discount List, Surcharge List and Freight and Special charges type of modifier headers. ,  implementation_dba_data: APPS.QPBV_MODIFIER_HEADERS

  • View: QPBV_PRICE_LISTS 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPBV_PRICE_LISTS,  object_name:QPBV_PRICE_LISTS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Standard and Agreement Price list headers. ,  implementation_dba_data: APPS.QPBV_PRICE_LISTS

  • View: QPBV_PROMOTION_HEADERS 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPBV_PROMOTION_HEADERS,  object_name:QPBV_PROMOTION_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Deal and Promotion type of Modifier headers. ,  implementation_dba_data: APPS.QPBV_PROMOTION_HEADERS

  • View: 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,  product: QP - Advanced Pricingdescription: This view gives information about Discount List, Surcharge List and Freight and Special charges type of modifier headers. ,  implementation_dba_data: APPS.QPFV_MODIFIER_HEADERS

  • View: QPFV_MODIFIER_HEADERS 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPFV_MODIFIER_HEADERS,  object_name:QPFV_MODIFIER_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Discount List, Surcharge List and Freight and Special charges type of modifier headers. ,  implementation_dba_data: APPS.QPFV_MODIFIER_HEADERS

  • View: QPBV_PROMOTION_HEADERS 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPBV_PROMOTION_HEADERS,  object_name:QPBV_PROMOTION_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Deal and Promotion type of Modifier headers. ,  implementation_dba_data: APPS.QPBV_PROMOTION_HEADERS

  • View: QPFV_PROMOTION_HEADERS 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPFV_PROMOTION_HEADERS,  object_name:QPFV_PROMOTION_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Deal and Promotion type of Modifier headers. ,  implementation_dba_data: APPS.QPFV_PROMOTION_HEADERS

  • View: QPFV_PROMOTION_HEADERS 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:QP.QPFV_PROMOTION_HEADERS,  object_name:QPFV_PROMOTION_HEADERS,  status:VALID,  product: QP - Advanced Pricingdescription: This view gives information about Deal and Promotion type of Modifier headers. ,  implementation_dba_data: APPS.QPFV_PROMOTION_HEADERS