Search Results ozf_worksheet_lines
Overview
The OZF_WORKSHEET_LINES table is a core data structure within the Oracle Trade Management (OZF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as the transactional repository for individual discount lines associated with a trade promotion worksheet. The table's primary role is to store the detailed, line-level components of a worksheet, which is a key tool for planning, analyzing, and managing promotional discounts and funds. Each record in this table represents a specific discount proposal or calculation tied to a parent worksheet header, enabling users to model complex trade deals with multiple line items.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary and foreign keys, the table's structure is designed to capture essential details for each worksheet line item. The primary identifier is the WORKSHEET_LINE_ID, a unique system-generated key. The critical foreign key column is WORKSHEET_HEADER_ID, which links each line to its parent document in the OZF_WORKSHEET_HEADERS_B table. Typically, other columns in such a table would store data points like the discount amount or percentage, the product or product hierarchy the discount applies to, the applicable currency, accrual or payout rates, and status flags. These columns collectively define the financial and operational parameters of a single promotional discount line within a worksheet.
Common Use Cases and Queries
This table is central to reporting and data extraction for trade promotion analysis. Common use cases include generating detailed listings of all discount lines for a specific worksheet or a set of worksheets, aggregating total proposed discount values by product category or customer, and auditing changes to worksheet line items over time. A typical query would join OZF_WORKSHEET_LINES to its parent header table to provide context. For example:
- Retrieve all lines for a specific worksheet: SELECT * FROM ozf.ozf_worksheet_lines WHERE worksheet_header_id = <header_id>;
- Join to header for a consolidated report: SELECT h.worksheet_number, l.* FROM ozf.ozf_worksheet_headers_b h, ozf.ozf_worksheet_lines l WHERE h.worksheet_header_id = l.worksheet_header_id AND h.status = 'APPROVED';
Data from this table feeds into analyses of promotion effectiveness, budget consumption, and fund liability.
Related Objects
The OZF_WORKSHEET_LINES table has defined dependencies within the OZF schema, primarily through its foreign key relationship. As documented:
- Primary Key Constraint: OZF_WORKSHEET_LINES_PK on column WORKSHEET_LINE_ID.
- Foreign Key Relationship: The column WORKSHEET_HEADER_ID references the OZF_WORKSHEET_HEADERS_B table. This is the fundamental parent-child relationship, ensuring every discount line is associated with a valid worksheet header. All data integrity and cascading operations between the header and its lines are governed by this constraint.
This table is also likely referenced by various Trade Management application forms, concurrent programs, and PL/SQL APIs within the OZF module for creating, updating, and processing worksheet lines, though these are not explicitly listed in the provided metadata.
-
Table: OZF_WORKSHEET_LINES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_LINES, object_name:OZF_WORKSHEET_LINES, status:VALID, product: OZF - Trade Management , description: Table to store the Worksheet Discount lines , implementation_dba_data: OZF.OZF_WORKSHEET_LINES ,
-
Table: OZF_WORKSHEET_LINES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_LINES, object_name:OZF_WORKSHEET_LINES, status:VALID, product: OZF - Trade Management , description: Table to store the Worksheet Discount lines , implementation_dba_data: OZF.OZF_WORKSHEET_LINES ,
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_LINES
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_LINES
12.1.1
-
SYNONYM: APPS.OZF_WORKSHEET_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_WORKSHEET_LINES, status:VALID,
-
SYNONYM: APPS.OZF_WORKSHEET_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_WORKSHEET_LINES, status:VALID,
-
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 ,
-
VIEW: OZF.OZF_WORKSHEET_LINES#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_WORKSHEET_LINES#, status:VALID,
-
VIEW: OZF.OZF_WORKSHEET_LINES#
12.2.2
-
TABLE: OZF.OZF_WORKSHEET_LINES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_LINES, object_name:OZF_WORKSHEET_LINES, status:VALID,
-
TABLE: OZF.OZF_WORKSHEET_LINES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_LINES, object_name:OZF_WORKSHEET_LINES, status:VALID,
-
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
-
PACKAGE BODY: APPS.OZF_FORECAST_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_FORECAST_UTIL_PVT, 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
-
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 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_HEADERS_B
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_HEADERS_B
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
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.1.1
-
PACKAGE BODY: APPS.OZF_FORECAST_UTIL_PVT
12.2.2
-
12.2.2 DBA Data
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 ,
-
12.1.1 DBA Data
12.1.1