Search Results ozf_worksheet_qualifiers
Overview
The OZF_WORKSHEET_QUALIFIERS table is a core transactional data object within the Oracle E-Business Suite (EBS) Trade Management module (OZF). It serves the critical function of storing market eligibility rules for offer worksheets. In the context of trade promotions and funds management, an offer worksheet defines a specific promotional deal. This table qualifies which markets, such as specific customer segments, geographic regions, or product hierarchies, are eligible to participate in the offer. Its role is to enforce the business rules governing the applicability of a promotion, ensuring that discounts, accruals, and claims are processed only for the intended participants as defined during the worksheet setup.
Key Information Stored
The table's primary purpose is to link an offer worksheet to its qualifying criteria. The most significant columns, as indicated by the provided metadata, are the foreign key to the worksheet header and the primary key for the qualifier record itself. While the full column list is not detailed, the structure typically includes identifiers for the worksheet, the type of qualification (e.g., customer, product, geography), and references to the specific qualifying values. The primary key, WORKSHEET_QUALIFIER_ID, uniquely identifies each market eligibility rule. The foreign key column, WORKSHEET_HEADER_ID, is the critical link that associates all qualifier records with their parent offer worksheet in the OZF_WORKSHEET_HEADERS_B table.
Common Use Cases and Queries
This table is central to reporting and validation processes. A common use case is generating a list of all eligible markets for a specific promotion to validate targeting before launch. Another is during the claims settlement process, where a system check against this table confirms if a claiming transaction falls within a qualified market. For auditing, queries often join to the headers table to analyze promotion coverage. A fundamental SQL pattern retrieves all qualifiers for a given worksheet:
- SELECT * FROM ozf.ozf_worksheet_qualifiers WHERE worksheet_header_id = <header_id>;
For integrated reporting, a join to the parent worksheet header is essential to include promotion details like name and status:
- SELECT q.*, h.name FROM ozf.ozf_worksheet_qualifiers q, ozf.ozf_worksheet_headers_b h WHERE q.worksheet_header_id = h.worksheet_header_id;
Related Objects
The metadata explicitly documents a single, crucial foreign key relationship, establishing this table's dependency within the OZF schema. The OZF_WORKSHEET_QUALIFIERS table is a child of the OZF_WORKSHEET_HEADERS_B table. The relationship is maintained through the column OZF_WORKSHEET_QUALIFIERS.WORKSHEET_HEADER_ID, which references the primary key in OZF_WORKSHEET_HEADERS_B. This means every record in OZF_WORKSHEET_QUALIFIERS must correspond to a valid parent offer worksheet. No other foreign keys are documented in the provided excerpt, suggesting this table primarily serves as a detail table for the worksheet header, with other potential relationships possibly managed through the qualifying value identifiers not listed.
-
Table: OZF_WORKSHEET_QUALIFIERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_QUALIFIERS, object_name:OZF_WORKSHEET_QUALIFIERS, status:VALID, product: OZF - Trade Management , description: Table to store the Market eligibilty for a Offer Worksheet , implementation_dba_data: OZF.OZF_WORKSHEET_QUALIFIERS ,
-
Table: OZF_WORKSHEET_QUALIFIERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_QUALIFIERS, object_name:OZF_WORKSHEET_QUALIFIERS, status:VALID, product: OZF - Trade Management , description: Table to store the Market eligibilty for a Offer Worksheet , implementation_dba_data: OZF.OZF_WORKSHEET_QUALIFIERS ,
-
APPS.OZF_TP_UTIL_QUERIES dependencies on OZF_WORKSHEET_QUALIFIERS
12.1.1
-
APPS.OZF_TP_UTIL_QUERIES dependencies on OZF_WORKSHEET_QUALIFIERS
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_QUALIFIERS
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_QUALIFIERS
12.1.1
-
VIEW: OZF.OZF_WORKSHEET_QUALIFIERS#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_WORKSHEET_QUALIFIERS#, status:VALID,
-
SYNONYM: APPS.OZF_WORKSHEET_QUALIFIERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_WORKSHEET_QUALIFIERS, status:VALID,
-
SYNONYM: APPS.OZF_WORKSHEET_QUALIFIERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_WORKSHEET_QUALIFIERS, status:VALID,
-
VIEW: OZF.OZF_WORKSHEET_QUALIFIERS#
12.2.2
-
TABLE: OZF.OZF_WORKSHEET_QUALIFIERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_QUALIFIERS, object_name:OZF_WORKSHEET_QUALIFIERS, status:VALID,
-
TABLE: OZF.OZF_WORKSHEET_QUALIFIERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_QUALIFIERS, object_name:OZF_WORKSHEET_QUALIFIERS, status:VALID,
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_LINES
12.1.1
-
Table: OZF_WORKSHEET_HEADERS_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_HEADERS_B, object_name:OZF_WORKSHEET_HEADERS_B, status:VALID, product: OZF - Trade Management , description: Table to store the Worksheet header information , implementation_dba_data: OZF.OZF_WORKSHEET_HEADERS_B ,
-
Table: OZF_WORKSHEET_HEADERS_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_HEADERS_B, object_name:OZF_WORKSHEET_HEADERS_B, status:VALID, product: OZF - Trade Management , description: Table to store the Worksheet header information , implementation_dba_data: OZF.OZF_WORKSHEET_HEADERS_B ,
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_LINES
12.2.2
-
PACKAGE BODY: APPS.OZF_TP_UTIL_QUERIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_TP_UTIL_QUERIES, status:VALID,
-
PACKAGE BODY: APPS.OZF_TP_UTIL_QUERIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_TP_UTIL_QUERIES, status:VALID,
-
PACKAGE BODY: APPS.OZF_FORECAST_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_FORECAST_UTIL_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OZF_FORECAST_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_FORECAST_UTIL_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_TP_UTIL_QUERIES SQL Statements
12.2.2
-
APPS.OZF_TP_UTIL_QUERIES SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OZF_TP_UTIL_QUERIES
12.1.1
-
PACKAGE BODY: APPS.OZF_TP_UTIL_QUERIES
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT SQL Statements
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT SQL Statements
12.2.2
-
eTRM - OZF Tables and Views
12.2.2
description: OZF_XREF_MAP table created for SIebel TPM Integration ,
-
eTRM - OZF Tables and Views
12.1.1
description: Table to store the Market eligibilty for a Offer Worksheet ,
-
PACKAGE BODY: APPS.OZF_FORECAST_UTIL_PVT
12.2.2
-
PACKAGE BODY: APPS.OZF_FORECAST_UTIL_PVT
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - OZF Tables and Views
12.1.1
description: Table to store the Market eligibilty for a Offer Worksheet ,
-
eTRM - OZF Tables and Views
12.2.2
description: OZF_XREF_MAP table created for SIebel TPM Integration ,
-
12.1.1 DBA Data
12.1.1