Search Results qp_list_headers_b




The QP_LIST_HEADERS_B table is a fundamental data structure within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically serving as the backbone for pricing functionality in the Oracle Advanced Pricing module. This table stores header-level information for price lists, modifiers, and qualifiers, which are essential for defining complex pricing rules, discounts, surcharges, and promotions in Oracle Order Management and other related modules. Below is a detailed technical breakdown of its structure, purpose, and integration within Oracle EBS.

Key Attributes of QP_LIST_HEADERS_B

  • LIST_HEADER_ID: Primary key column that uniquely identifies each price list or modifier.
  • LIST_TYPE_CODE: Specifies the type of list (e.g., PRL for Price Lists, PLL for Modifiers).
  • NAME: Descriptive name of the price list or modifier.
  • DESCRIPTION: Optional field for additional details.
  • START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the list.
  • CURRENCY_CODE: Indicates the currency associated with the price list.
  • ACTIVE_FLAG: Boolean flag (Y/N) to enable/disable the list.
  • AUTOMATIC_FLAG: Determines whether the list is system-generated or manually created.
  • PROGRAM_ID, REQUEST_ID, and CREATED_BY: Audit columns for tracking creation and modification.

Functional Role in Oracle EBS

The QP_LIST_HEADERS_B table acts as the parent entity for pricing hierarchies. It links to child tables like QP_LIST_LINES (for line-level pricing details) and QP_QUALIFIERS (for rule-based pricing conditions). For example:

  • Price Lists: When LIST_TYPE_CODE = 'PRL', the table defines base selling prices for items, services, or categories.
  • Modifiers: When LIST_TYPE_CODE = 'PLL', it stores discounts, surcharges, or promotions applied during order entry.

Integration with Other Modules

The table integrates tightly with Oracle Order Management (OE_ORDER_HEADERS_ALL), Inventory (MTL_SYSTEM_ITEMS_B), and Accounts Receivable (RA_CUSTOMERS). Pricing engine APIs (e.g., QP_PREQ_GRP) reference this table to evaluate real-time pricing during transactions.

Technical Considerations

  • Indexes: Key indexes include QP_LIST_HEADERS_B_N1 (on LIST_HEADER_ID) and QP_LIST_HEADERS_B_U1 (unique constraint on NAME).
  • Partitioning: In high-volume environments, partitioning by LIST_TYPE_CODE or date ranges may improve performance.
  • API Usage: Customizations should leverage Oracle's Pricing APIs (QP_PRICE_REQUEST_PUB) rather than direct DML to maintain data integrity.

Common Customizations

Extensions often include:

  • Adding custom columns via AD_ZD tables for industry-specific attributes.
  • Creating triggers to synchronize price lists with external CRM systems.
  • Implementing batch jobs to expire/inactivate lists based on business rules.

Conclusion

The QP_LIST_HEADERS_B table is a critical component of Oracle Advanced Pricing, enabling flexible and scalable pricing strategies. Its design supports multi-currency, date-effective, and rule-based pricing, making it indispensable for global enterprises. Proper understanding of this table is essential for configuring, customizing, or troubleshooting pricing workflows in Oracle EBS 12.1.1 and 12.2.2.

  • 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.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

  • 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

  • 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_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_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_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_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_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_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_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_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_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

  • 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.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

  • 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_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: 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_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_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: 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: 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_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: 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_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.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_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.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

  • 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