Search Results ozf_offers
Overview
The OZF_OFFERS table is a core data object within the Oracle Trade Management (OZF) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as a surrogate table that extends the pricing entity QP_LIST_HEADERS_B to specifically manage promotional offers. Its primary role is to store trade management-specific attributes and lifecycle information for an offer that are not captured in the base pricing tables. The table is central to the offer lifecycle, linking the foundational pricing definition from Oracle Pricing (QP) to the execution, performance tracking, and financial management capabilities of Trade Management.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which delineate its critical data relationships. The surrogate primary key is OFFER_ID. The table enforces uniqueness on OFFER_CODE and, crucially, on QP_LIST_HEADER_ID, which is the foreign key linking directly to the pricing list header in QP_LIST_HEADERS_B. Beyond this link, the table stores essential offer management data. This includes the offer's USER_STATUS_ID (for lifecycle status), PERFORMANCE_START_DATE and PERFORMANCE_END_DATE, and attributes for managing lump-sum offer types. It also holds foreign keys to define the offer's OWNER_ID (resource), BUDGET_SOURCE_ID (funding), ACTIVITY_MEDIA_ID, and associated contacts (BUYING_GROUP_CONTACT_ID) and approval rules (NA_RULE_HEADER_ID).
Common Use Cases and Queries
This table is pivotal for reporting and integration processes related to trade promotions. Common use cases include generating performance reports for active offers, validating offer setup by checking for missing critical attributes, and extracting offer data for downstream financial systems. A typical query would join OZF_OFFERS with QP_LIST_HEADERS_B to get a complete view of an offer's pricing rules and trade management status.
- Sample Query: Retrieve Active Offers with Basic Details
SELECT o.offer_code, o.offer_id, qlh.name list_name, o.performance_start_date, o.performance_end_date, aus.name user_status FROM ozf_offers o, qp_list_headers_b qlh, ams_user_statuses_b aus WHERE o.qp_list_header_id = qlh.list_header_id AND o.user_status_id = aus.user_status_id AND sysdate BETWEEN o.performance_start_date AND o.performance_end_date; - Data Validation: Queries often check for offers where the QP_LIST_HEADER_ID is null or where performance dates are inconsistent.
- Integration: The OFFER_ID or QP_LIST_HEADER_ID is used as a key to fetch related discount lines, qualifiers, adjustments, and forecast data from child tables.
Related Objects
OZF_OFFERS sits at the center of a complex data model with extensive relationships. Its primary foreign key dependency is on QP_LIST_HEADERS_B for the core pricing definition. It is referenced as a parent table by numerous key Trade Management entities, forming a hierarchy of offer-related data. Major child tables include OZF_OFFER_DISCOUNT_LINES, OZF_OFFER_QUALIFIERS, and OZF_OFFER_ADJUSTMENTS_B for offer composition. For performance and forecasting, it is linked to OZF_OFFER_PERFORMANCES, OZF_ACT_FORECASTS_ALL, and the various OZF_FORECAST_* tables. The table also integrates with the broader application framework through foreign keys to AMS_USER_STATUSES_B for status, JTF_RS_RESOURCE_EXTNS for ownership, and OZF_FUNDS_ALL_B for budgeting.
-
Table: OZF_OFFERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFERS, object_name:OZF_OFFERS, status:VALID, product: OZF - Trade Management , description: This is a surrogate table to QP_LIST_HEADERS_B for Offers related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, peformance dates and lumpsum related offer types. , implementation_dba_data: OZF.OZF_OFFERS ,
-
Table: OZF_OFFERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFERS, object_name:OZF_OFFERS, status:VALID, product: OZF - Trade Management , description: This is a surrogate table to QP_LIST_HEADERS_B for Offers related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, peformance dates and lumpsum related offer types. , implementation_dba_data: OZF.OZF_OFFERS ,
-
Table: OZF_VOLUME_OFFER_TIERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_VOLUME_OFFER_TIERS, object_name:OZF_VOLUME_OFFER_TIERS, status:VALID, product: OZF - Trade Management , description: Stores tier info of volume offer , implementation_dba_data: OZF.OZF_VOLUME_OFFER_TIERS ,
-
Table: OZF_FORECAST_PROD_EXCLUSIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PROD_EXCLUSIONS, object_name:OZF_FORECAST_PROD_EXCLUSIONS, status:VALID, product: OZF - Trade Management , description: Stores the product exclusions derived for and object , implementation_dba_data: OZF.OZF_FORECAST_PROD_EXCLUSIONS ,
-
Table: OZF_OFFER_QUALIFIERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_QUALIFIERS, object_name:OZF_OFFER_QUALIFIERS, status:VALID, product: OZF - Trade Management , description: This table stores the market eligibility for Trade Management Offers , implementation_dba_data: OZF.OZF_OFFER_QUALIFIERS ,
-
Table: OZF_ACTIVITY_CUSTOMERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_CUSTOMERS, object_name:OZF_ACTIVITY_CUSTOMERS, status:VALID, product: OZF - Trade Management , description: Denorm table for Offer and Schedules Market Eligibility , implementation_dba_data: OZF.OZF_ACTIVITY_CUSTOMERS ,
-
Table: OZF_OFFER_QUALIFIERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_QUALIFIERS, object_name:OZF_OFFER_QUALIFIERS, status:VALID, product: OZF - Trade Management , description: This table stores the market eligibility for Trade Management Offers , implementation_dba_data: OZF.OZF_OFFER_QUALIFIERS ,
-
Table: OZF_FORECAST_DIMENTIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_DIMENTIONS, object_name:OZF_FORECAST_DIMENTIONS, status:VALID, product: OZF - Trade Management , description: Stores all the dimentions defined for an object. , implementation_dba_data: OZF.OZF_FORECAST_DIMENTIONS ,
-
Table: OZF_FORECAST_CUSTOMERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_CUSTOMERS, object_name:OZF_FORECAST_CUSTOMERS, status:VALID, product: OZF - Trade Management , description: Stores all the customers eligible for an version of Forecast , implementation_dba_data: OZF.OZF_FORECAST_CUSTOMERS ,
-
Table: OZF_NA_RULE_HEADERS_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_NA_RULE_HEADERS_B, object_name:OZF_NA_RULE_HEADERS_B, status:VALID, product: OZF - Trade Management , description: Table To store the Net Accrual Rule sets , implementation_dba_data: OZF.OZF_NA_RULE_HEADERS_B ,
-
Table: OZF_NA_RULE_HEADERS_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_NA_RULE_HEADERS_B, object_name:OZF_NA_RULE_HEADERS_B, status:VALID, product: OZF - Trade Management , description: Table To store the Net Accrual Rule sets , implementation_dba_data: OZF.OZF_NA_RULE_HEADERS_B ,
-
Table: OZF_OFFER_PERFORMANCES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_PERFORMANCES, object_name:OZF_OFFER_PERFORMANCES, status:VALID, product: OZF - Trade Management , description: The performance rules defined for an offer are stored in this table. , implementation_dba_data: OZF.OZF_OFFER_PERFORMANCES ,
-
Table: OZF_ACTIVITY_PRODUCTS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_PRODUCTS, object_name:OZF_ACTIVITY_PRODUCTS, status:VALID, product: OZF - Trade Management , description: Denorm table for Offer and Schedules Product Eligibility , implementation_dba_data: OZF.OZF_ACTIVITY_PRODUCTS ,
-
Table: OZF_ACTIVITY_CUSTOMERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_CUSTOMERS, object_name:OZF_ACTIVITY_CUSTOMERS, status:VALID, product: OZF - Trade Management , description: Denorm table for Offer and Schedules Market Eligibility , implementation_dba_data: OZF.OZF_ACTIVITY_CUSTOMERS ,
-
Table: OZF_FORECAST_DIMENTIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_DIMENTIONS, object_name:OZF_FORECAST_DIMENTIONS, status:VALID, product: OZF - Trade Management , description: Stores all the dimentions defined for an object. , implementation_dba_data: OZF.OZF_FORECAST_DIMENTIONS ,
-
Table: OZF_FORECAST_PERIODS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PERIODS, object_name:OZF_FORECAST_PERIODS, status:VALID, product: OZF - Trade Management , description: Stores the different periods the forecast is spread , implementation_dba_data: OZF.OZF_FORECAST_PERIODS ,
-
Table: OZF_VOLUME_OFFER_TIERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_VOLUME_OFFER_TIERS, object_name:OZF_VOLUME_OFFER_TIERS, status:VALID, product: OZF - Trade Management , description: Stores tier info of volume offer , implementation_dba_data: OZF.OZF_VOLUME_OFFER_TIERS ,
-
Table: OZF_FORECAST_PROD_EXCLUSIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PROD_EXCLUSIONS, object_name:OZF_FORECAST_PROD_EXCLUSIONS, status:VALID, product: OZF - Trade Management , description: Stores the product exclusions derived for and object , implementation_dba_data: OZF.OZF_FORECAST_PROD_EXCLUSIONS ,
-
Table: OZF_FORECAST_PRODUCTS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PRODUCTS, object_name:OZF_FORECAST_PRODUCTS, status:VALID, product: OZF - Trade Management , description: Stores all the products eligible for a version of forecast , implementation_dba_data: OZF.OZF_FORECAST_PRODUCTS ,
-
Table: OZF_ACTIVITY_PRODUCTS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_PRODUCTS, object_name:OZF_ACTIVITY_PRODUCTS, status:VALID, product: OZF - Trade Management , description: Denorm table for Offer and Schedules Product Eligibility , implementation_dba_data: OZF.OZF_ACTIVITY_PRODUCTS ,
-
Table: OZF_FORECAST_PERIODS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PERIODS, object_name:OZF_FORECAST_PERIODS, status:VALID, product: OZF - Trade Management , description: Stores the different periods the forecast is spread , implementation_dba_data: OZF.OZF_FORECAST_PERIODS ,
-
Table: OZF_OFFER_PERFORMANCES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_PERFORMANCES, object_name:OZF_OFFER_PERFORMANCES, status:VALID, product: OZF - Trade Management , description: The performance rules defined for an offer are stored in this table. , implementation_dba_data: OZF.OZF_OFFER_PERFORMANCES ,
-
Table: OZF_ACT_OFFERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_OFFERS, object_name:OZF_ACT_OFFERS, status:VALID, product: OZF - Trade Management , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: OZF.OZF_ACT_OFFERS ,
-
Table: OZF_FORECAST_PRODUCTS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PRODUCTS, object_name:OZF_FORECAST_PRODUCTS, status:VALID, product: OZF - Trade Management , description: Stores all the products eligible for a version of forecast , implementation_dba_data: OZF.OZF_FORECAST_PRODUCTS ,
-
Table: OZF_OFFER_ADJUSTMENTS_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_ADJUSTMENTS_B, object_name:OZF_OFFER_ADJUSTMENTS_B, status:VALID, product: OZF - Trade Management , description: Stores all the adjustments made for an offer , implementation_dba_data: OZF.OZF_OFFER_ADJUSTMENTS_B ,
-
Table: OZF_OFFER_DISCOUNT_LINES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_DISCOUNT_LINES, object_name:OZF_OFFER_DISCOUNT_LINES, status:VALID, product: OZF - Trade Management , description: Table to store the Discount Lines of a Net Accrual Offer , implementation_dba_data: OZF.OZF_OFFER_DISCOUNT_LINES ,
-
Table: OZF_ACT_FORECASTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_FORECASTS_ALL, object_name:OZF_ACT_FORECASTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the Forecasts planned for a Marketing Activity. , implementation_dba_data: OZF.OZF_ACT_FORECASTS_ALL ,
-
Table: OZF_OFFER_ADJUSTMENTS_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_ADJUSTMENTS_B, object_name:OZF_OFFER_ADJUSTMENTS_B, status:VALID, product: OZF - Trade Management , description: Stores all the adjustments made for an offer , implementation_dba_data: OZF.OZF_OFFER_ADJUSTMENTS_B ,
-
Table: OZF_FORECAST_CUSTOMERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_CUSTOMERS, object_name:OZF_FORECAST_CUSTOMERS, status:VALID, product: OZF - Trade Management , description: Stores all the customers eligible for an version of Forecast , implementation_dba_data: OZF.OZF_FORECAST_CUSTOMERS ,
-
Table: OZF_OFFER_DISCOUNT_PRODUCTS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_DISCOUNT_PRODUCTS, object_name:OZF_OFFER_DISCOUNT_PRODUCTS, status:VALID, product: OZF - Trade Management , description: Table to store the products for an Offer , implementation_dba_data: OZF.OZF_OFFER_DISCOUNT_PRODUCTS ,
-
Table: OZF_OFFER_DISCOUNT_PRODUCTS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_DISCOUNT_PRODUCTS, object_name:OZF_OFFER_DISCOUNT_PRODUCTS, status:VALID, product: OZF - Trade Management , description: Table to store the products for an Offer , implementation_dba_data: OZF.OZF_OFFER_DISCOUNT_PRODUCTS ,
-
Table: OZF_ACT_OFFERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_OFFERS, object_name:OZF_ACT_OFFERS, status:VALID, product: OZF - Trade Management , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: OZF.OZF_ACT_OFFERS ,
-
Table: OZF_ACT_FORECASTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_FORECASTS_ALL, object_name:OZF_ACT_FORECASTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the Forecasts planned for a Marketing Activity. , implementation_dba_data: OZF.OZF_ACT_FORECASTS_ALL ,
-
Table: OZF_OFFER_DISCOUNT_LINES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_DISCOUNT_LINES, object_name:OZF_OFFER_DISCOUNT_LINES, status:VALID, product: OZF - Trade Management , description: Table to store the Discount Lines of a Net Accrual Offer , implementation_dba_data: OZF.OZF_OFFER_DISCOUNT_LINES ,
-
Table: OZF_REQUEST_HEADERS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REQUEST_HEADERS_ALL_B, object_name:OZF_REQUEST_HEADERS_ALL_B, status:VALID, product: OZF - Trade Management , description: This table stores the request headers information for soft fund and special pricing , implementation_dba_data: OZF.OZF_REQUEST_HEADERS_ALL_B ,
-
Table: OZF_REQUEST_HEADERS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REQUEST_HEADERS_ALL_B, object_name:OZF_REQUEST_HEADERS_ALL_B, status:VALID, product: OZF - Trade Management , description: This table stores the request headers information for soft fund and special pricing , implementation_dba_data: OZF.OZF_REQUEST_HEADERS_ALL_B ,
-
Table: OZF_PRICE_LIST_ATTRIBUTES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_PRICE_LIST_ATTRIBUTES, object_name:OZF_PRICE_LIST_ATTRIBUTES, status:VALID, product: OZF - Trade Management , description: This is a surrogate table to QP_LIST_HEADERS_B for Price List related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, owner and other attributes specifice to Trade Management Requir , implementation_dba_data: OZF.OZF_PRICE_LIST_ATTRIBUTES ,
-
Table: OZF_RELATED_DEAL_LINES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_RELATED_DEAL_LINES, object_name:OZF_RELATED_DEAL_LINES, status:VALID, product: OZF - Trade Management , description: This table is used for Trade Deal Offers. Trade Deal Offers can have two modifiers in one deal line. This table will capture the relation between two lines. Modifier_id and related_modifier_id are foreign keys to list_line_id in QP_LIS , implementation_dba_data: OZF.OZF_RELATED_DEAL_LINES ,
-
Table: OZF_RELATED_DEAL_LINES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_RELATED_DEAL_LINES, object_name:OZF_RELATED_DEAL_LINES, status:VALID, product: OZF - Trade Management , description: This table is used for Trade Deal Offers. Trade Deal Offers can have two modifiers in one deal line. This table will capture the relation between two lines. Modifier_id and related_modifier_id are foreign keys to list_line_id in QP_LIS , implementation_dba_data: OZF.OZF_RELATED_DEAL_LINES ,
-
Table: OZF_PRICE_LIST_ATTRIBUTES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_PRICE_LIST_ATTRIBUTES, object_name:OZF_PRICE_LIST_ATTRIBUTES, status:VALID, product: OZF - Trade Management , description: This is a surrogate table to QP_LIST_HEADERS_B for Price List related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, owner and other attributes specifice to Trade Management Requir , implementation_dba_data: OZF.OZF_PRICE_LIST_ATTRIBUTES ,
-
Table: OZF_FUNDS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,
-
Table: OZF_FUNDS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,