Search Results ozf_offer_adj_rltd_lines
Overview
The OZF_OFFER_ADJ_RLTD_LINES table resides in the OZF schema and belongs to the Oracle Trade Management module. It exists to support Trade Deal offer adjustments, specifically the scenario in which a single deal line carries two modifiers. In such cases, the table records the relationship between the two constituent offer adjustment lines, effectively acting as a bridge between the underlying pricing list lines. The from_list_line_id and to_list_line_id columns are foreign keys to the list_line_id column in the QP (Advanced Pricing) schema, which anchors the Trade Management adjustment configuration to the pricing engine.
From a Data Vault modeling perspective, the heuristic classification mined from the foreign key structure is standalone. This suggests the table is best treated as an independent construct rather than being folded into a strict hub or satellite pattern. It carries its own surrogate key and does not exhibit a dependent-child or pure link topology, so modelers seeking to represent it in a warehouse should preserve it as a self-contained entity, optionally decomposed into a hub (offer adjustment line) plus a link to the QP list line references.
Key Information Stored
The table contains eleven documented columns. The surrogate primary key is offer_adj_rltd_line_id, which is also enforced by the unique index OZF_OFFER_ADJ_RLTD_LINES_U1; this makes it the business-key candidate for the row as well as the technical identifier. The most operationally significant columns are:
offer_adj_rltd_line_id— surrogate primary key and unique business key of the relationship row.offer_adjustment_id— identifies the parent offer adjustment to which the relationship belongs.from_list_line_id— the originating QP list line in the relationship (FK reference to QP list_line_id).to_list_line_id— the destination QP list line in the relationship (FK reference to QP list_line_id).security_group_id— foreign key to FND_SECURITY_GROUPS, enforcing multi-tenant / business-group data isolation.object_version_number— optimistic locking version used by the Oracle Forms/ADF layer to prevent concurrent update conflicts.creation_date,created_by— standard WHO audit columns recording insert metadata.last_update_date,last_updated_by,last_update_login— audit columns capturing the most recent modification and session context.
Together, from_list_line_id and to_list_line_id encode the directional pairing that defines how two modifiers relate on one deal line. The offer_adjustment_id groups related pairs under a single adjustment header. The absence of descriptive attributes (names, dates of effect) means the table is primarily structural and relational rather than descriptive.
Common Use Cases and Queries
Typical uses center on reconstructing the modifier pairs applied within a Trade Deal, validating that both legs of a two-modifier deal line were correctly persisted, and reporting on pricing adjustment relationships for audit or reconciliation against QP list lines. A common query joins the relationship table to itself or to the offer adjustment header to expose the pair:
- Extracting all related line pairs for a given adjustment:
SELECT * FROM ozf.ozf_offer_adj_rltd_lines WHERE offer_adjustment_id = :p_id; - Resolving both list lines in a single row: a self-join or two lookups into QP list lines keyed on
from_list_line_idandto_list_line_id. - Security-filtered reporting: filter by
security_group_idto respect business-group partitioning. - Change tracking: order by
last_update_dateto identify recently modified relationships for integration or data-quality checks.
Related Objects
- FND_SECURITY_GROUPS — referenced by
security_group_id; governs access partitioning. - QP list line table (list_line_id) — the pricing source referenced by
from_list_line_idandto_list_line_id. - OZF offer adjustment header — the parent identified by
offer_adjustment_id, grouping related line pairs. - OZF_OFFER_ADJ_RLTD_LINES_PK / _U1 — the primary key constraint and unique index enforcing
offer_adj_rltd_line_id. - Trade Management deal/offer APIs and concurrent programs — consuming processes that populate and reconcile these relationships.
-
Table: OZF_OFFER_ADJ_RLTD_LINES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_ADJ_RLTD_LINES, object_name:OZF_OFFER_ADJ_RLTD_LINES, status:VALID, product: OZF - Trade Management , description: This table is used for Trade Deal offer adjustment. Trade Deal Offers can have two modifiers in one deal line. This table captures the relation between two lines. From_list_line_id and to_list_line_id are foreign keys to list_line_id in QP_ , implementation_dba_data: OZF.OZF_OFFER_ADJ_RLTD_LINES ,
-
Table: OZF_OFFER_ADJ_RLTD_LINES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_ADJ_RLTD_LINES, object_name:OZF_OFFER_ADJ_RLTD_LINES, status:VALID, product: OZF - Trade Management , description: This table is used for Trade Deal offer adjustment. Trade Deal Offers can have two modifiers in one deal line. This table captures the relation between two lines. From_list_line_id and to_list_line_id are foreign keys to list_line_id in QP_ , implementation_dba_data: OZF.OZF_OFFER_ADJ_RLTD_LINES ,
-
VIEW: OZF.OZF_OFFER_ADJ_RLTD_LINES#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_OFFER_ADJ_RLTD_LINES#, status:VALID,
-
VIEW: OZF.OZF_OFFER_ADJ_RLTD_LINES#
12.2.2
-
SYNONYM: APPS.OZF_OFFER_ADJ_RLTD_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_OFFER_ADJ_RLTD_LINES, status:VALID,
-
SYNONYM: APPS.OZF_OFFER_ADJ_RLTD_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_OFFER_ADJ_RLTD_LINES, status:VALID,
-
TABLE: OZF.OZF_OFFER_ADJ_RLTD_LINES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_ADJ_RLTD_LINES, object_name:OZF_OFFER_ADJ_RLTD_LINES, status:VALID,
-
TABLE: OZF.OZF_OFFER_ADJ_RLTD_LINES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_ADJ_RLTD_LINES, object_name:OZF_OFFER_ADJ_RLTD_LINES, status:VALID,
-
APPS.OZF_RESALE_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OZF_RESALE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_RESALE_PUB, status:VALID,
-
PACKAGE BODY: APPS.OZF_VOLUME_OFFER_ADJ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_VOLUME_OFFER_ADJ, status:VALID,
-
PACKAGE BODY: APPS.OZF_VOLUME_OFFER_ADJ
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_VOLUME_OFFER_ADJ, status:VALID,
-
PACKAGE BODY: APPS.OZF_ADJUSTMENT_EXT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ADJUSTMENT_EXT_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OZF_TP_ACCRUAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_TP_ACCRUAL_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OZF_ADJUSTMENT_EXT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ADJUSTMENT_EXT_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_ADJUSTMENT_EXT_PVT SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_ADJUSTMENT_EXT_PVT SQL Statements
12.1.1
-
APPS.OZF_VOLUME_OFFER_ADJ SQL Statements
12.2.2
-
APPS.OZF_VOLUME_OFFER_ADJ SQL Statements
12.1.1
-
APPS.OZF_VOLUME_OFFER_ADJ dependencies on OZF_OFFER_ADJ_RLTD_LINES
12.2.2
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_OFFER_ADJ_RLTD_LINES
12.1.1
-
APPS.OZF_TP_ACCRUAL_PVT SQL Statements
12.2.2
-
APPS.OZF_TP_ACCRUAL_PVT dependencies on OZF_OFFER_ADJ_RLTD_LINES
12.2.2
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_OFFER_ADJ_RLTD_LINES
12.2.2
-
APPS.OZF_VOLUME_OFFER_ADJ dependencies on OZF_OFFER_ADJ_RLTD_LINES
12.1.1
-
APPS.OZF_RESALE_PUB dependencies on OZF_OFFER_ADJ_RLTD_LINES
12.2.2
-
PACKAGE BODY: APPS.OZF_ADJUSTMENT_EXT_PVT
12.2.2
-
PACKAGE BODY: APPS.OZF_RESALE_PUB
12.2.2
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on QP_LIST_LINES
12.1.1
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_OFFER_ADJUSTMENT_LINES
12.2.2
-
APPS.OZF_RESALE_PUB dependencies on OZF_RESALE_ADJUSTMENTS
12.2.2
-
PACKAGE BODY: APPS.OZF_ADJUSTMENT_EXT_PVT
12.1.1
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_OFFER_ADJUSTMENT_LINES
12.1.1
-
APPS.OZF_TP_ACCRUAL_PVT dependencies on OZF_RESALE_ADJUSTMENTS
12.2.2
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on QP_LIST_LINES
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 ,
-
APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OE_PRICE_ADJUSTMENTS
12.2.2
-
PACKAGE BODY: APPS.OZF_TP_ACCRUAL_PVT
12.2.2
-
PACKAGE BODY: APPS.OZF_VOLUME_OFFER_ADJ
12.1.1