Search Results ozf_worksheet_headers_b
Overview
The OZF_WORKSHEET_HEADERS_B table is a core data object within the Oracle E-Business Suite (EBS) Trade Management module (OZF). It serves as the primary repository for header-level information for worksheets, which are fundamental tools for planning, forecasting, and managing trade promotions and funds. This table acts as the central parent record, uniquely identifying each worksheet and providing its structural and contextual metadata. Its integrity is critical for the downstream processes of trade promotion budgeting, forecasting, and performance analysis across both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as WORKSHEET_HEADER_ID. This unique identifier is the central reference point for all related data. Based on its role as a header table in the OZF schema, it typically stores attributes that define the worksheet's purpose and lifecycle. Common columns in such a structure would include creation and last update dates, the creating user, the worksheet's status (e.g., Draft, Submitted, Approved), its type (e.g., Forecast, Budget), associated period or fiscal information, and references to the organizational context, such as ORG_ID. The header record establishes the framework for the detailed line items stored in child tables.
Common Use Cases and Queries
This table is central to reporting and data extraction for trade management analytics. A primary use case involves generating a list of all worksheets within a specific date range or organizational unit for audit or review purposes. Another common scenario is joining the header to its lines to analyze aggregated forecast or budget data. For instance, a query to summarize worksheet statuses by organization would leverage this table. Sample SQL patterns often involve filtering on status and creation date, and joining to the translated table (OZF_WORKSHEET_HEADERS_TL) for descriptive name retrieval:
- SELECT wh.WORKSHEET_HEADER_ID, wht.NAME, wh.STATUS, wh.CREATION_DATE FROM OZF_WORKSHEET_HEADERS_B wh, OZF_WORKSHEET_HEADERS_TL wht WHERE wh.WORKSHEET_HEADER_ID = wht.WORKSHEET_HEADER_ID AND wh.ORG_ID = :p_org_id;
Related Objects
The OZF_WORKSHEET_HEADERS_B table has extensive relationships within the Trade Management schema, as documented by its foreign key constraints. It is the parent table for several key transactional and setup entities:
- OZF_WORKSHEET_LINES: Child table storing detailed line items, joined on WORKSHEET_HEADER_ID.
- OZF_WORKSHEET_QUALIFIERS: Child table for qualifier rules associated with the worksheet, joined on WORKSHEET_HEADER_ID.
- OZF_WORKSHEET_HEADERS_TL: Translation table for multilingual support, joined on WORKSHEET_HEADER_ID.
- OZF_OFFER_PERFORMANCES: References the worksheet as a source (USED_BY_ID).
- OZF_ACT_FORECASTS_ALL: References the worksheet as a forecast source (ACT_FCAST_USED_BY_ID).
- Forecast Dimension Tables (OZF_FORECAST_CUSTOMERS, OZF_FORECAST_DIMENTIONS, OZF_FORECAST_PERIODS, OZF_FORECAST_PRODUCTS): These setup tables reference the worksheet header via OBJ_ID, linking forecast parameters to specific worksheet instances.
-
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 ,
-
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 ,
-
APPS.OZF_WORKSHEET_HEADERS_PKG dependencies on OZF_WORKSHEET_HEADERS_B
12.1.1
-
APPS.OZF_WORKSHEET_HEADERS_PKG dependencies on OZF_WORKSHEET_HEADERS_B
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
-
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 ,
-
SYNONYM: APPS.OZF_WORKSHEET_HEADERS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_WORKSHEET_HEADERS_B, status:VALID,
-
SYNONYM: APPS.OZF_WORKSHEET_HEADERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_WORKSHEET_HEADERS_B, status:VALID,
-
VIEW: OZF.OZF_WORKSHEET_HEADERS_B#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_WORKSHEET_HEADERS_B#, status:VALID,
-
VIEW: APPS.OZF_WORKSHEET_HEADERS_VL
12.2.2
-
APPS.OZF_WORKSHEET_HEADERS_PKG SQL Statements
12.2.2
-
APPS.OZF_WORKSHEET_HEADERS_PKG SQL Statements
12.1.1
-
VIEW: APPS.OZF_WORKSHEET_HEADERS_VL
12.1.1
-
VIEW: OZF.OZF_WORKSHEET_HEADERS_B#
12.2.2
-
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_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_WORKSHEET_HEADERS_TL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_HEADERS_TL, object_name:OZF_WORKSHEET_HEADERS_TL, status:VALID, product: OZF - Trade Management , description: Table to store the translated values for Workhsheet Header , implementation_dba_data: OZF.OZF_WORKSHEET_HEADERS_TL ,
-
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_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_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_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_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.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,
-
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.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,
-
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 ,
-
Table: OZF_WORKSHEET_HEADERS_TL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_HEADERS_TL, object_name:OZF_WORKSHEET_HEADERS_TL, status:VALID, product: OZF - Trade Management , description: Table to store the translated values for Workhsheet Header , implementation_dba_data: OZF.OZF_WORKSHEET_HEADERS_TL ,
-
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_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 ,
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_LINES
12.1.1
-
PACKAGE BODY: APPS.OZF_WORKSHEET_HEADERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_WORKSHEET_HEADERS_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.OZF_WORKSHEET_HEADERS_PKG
12.2.2
-
PACKAGE BODY: APPS.OZF_WORKSHEET_HEADERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_WORKSHEET_HEADERS_PKG, status:VALID,
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_LINES
12.2.2
-
PACKAGE BODY: APPS.OZF_WORKSHEET_HEADERS_PKG
12.1.1
-
APPS.OZF_WORKSHEET_HEADERS_PKG dependencies on OZF_WORKSHEET_HEADERS_TL
12.2.2
-
APPS.OZF_WORKSHEET_HEADERS_PKG dependencies on OZF_WORKSHEET_HEADERS_TL
12.1.1
-
PACKAGE BODY: APPS.OZF_FORECAST_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_FORECAST_UTIL_PVT, status:VALID,
-
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.1.1 FND Design Data
12.1.1
-
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