Search Results pv_benft_products
Overview
The PV_BENFT_PRODUCTS table is a core data object within the Oracle E-Business Suite (EBS) Partner Management (PV) module. It functions as the master repository for defining and storing benefit products. In the context of partner channel management, benefit products represent specific offerings, incentives, or rewards that are made available to partners as part of a structured benefits program. The table's primary role is to establish a catalog of these products, which can then be associated with broader benefit definitions and subsequently assigned to eligible partners. This structured data model enables organizations to systematically manage and track the distribution of partner incentives across their channel ecosystem.
Key Information Stored
While the full column list is not detailed in the provided metadata, the documented primary and foreign key relationships reveal its critical structural elements. The central column is BENFT_PRODUCT_ID, which serves as the unique primary key identifier for each benefit product record. Another essential column is BENEFIT_ID, a foreign key that links each specific product to its parent benefit definition in the PV_GE_BENEFITS_B table. This relationship indicates that a single benefit program can encompass multiple distinct products. Typical data stored would include descriptive attributes for the product (such as name, description, and internal code), eligibility or configuration flags, status, and effective date ranges to control its active lifecycle within partner programs.
Common Use Cases and Queries
This table is central to operations involving partner benefit administration and reporting. Common use cases include generating catalogs of available incentive products for partner portals, validating product eligibility during benefit assignment transactions, and auditing the usage of specific products across the partner base. A frequent reporting requirement is to list all active products under a particular benefit program. A sample SQL pattern for such a query, leveraging the documented foreign key, would be:
SELECT prod.benft_product_id, prod.product_code, prod.name, ben.benefit_name
FROM pv_benft_products prod,
pv_ge_benefits_b ben
WHERE prod.benefit_id = ben.benefit_id
AND ben.benefit_name = '&Benefit_Program_Name'
AND SYSDATE BETWEEN prod.start_date_active AND NVL(prod.end_date_active, SYSDATE);
Data from this table is also crucial for downstream processes that calculate partner accruals or fulfill product-based rewards.
Related Objects
The PV_BENFT_PRODUCTS table exists within a key relationship hierarchy in the Partner Management schema, as confirmed by the provided metadata.
- Primary Key Constraint: PV_BENFT_PRODUCTS_PK on the BENFT_PRODUCT_ID column.
- Foreign Key Relationship (Parent): The table has a documented foreign key where its BENEFIT_ID column references the PV_GE_BENEFITS_B table. This establishes that every benefit product must belong to a defined, higher-level benefit entity. PV_GE_BENEFITS_B is the base table for generic benefit definitions.
- Foreign Key Relationship (Child): While not listed in the provided snippet, it is architecturally consistent for this table to be referenced by transactional tables that record the assignment or consumption of specific benefit products by partners, such as those related to partner entitlements or claim lines.
-
Table: PV_BENFT_PRODUCTS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_BENFT_PRODUCTS, object_name:PV_BENFT_PRODUCTS, status:VALID, product: PV - Partner Management , description: Benefit Products , implementation_dba_data: PV.PV_BENFT_PRODUCTS ,
-
Table: PV_BENFT_PRODUCTS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_BENFT_PRODUCTS, object_name:PV_BENFT_PRODUCTS, status:VALID, product: PV - Partner Management , description: Benefit Products , implementation_dba_data: PV.PV_BENFT_PRODUCTS ,
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on PV_BENFT_PRODUCTS
12.1.1
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on PV_BENFT_PRODUCTS
12.2.2
-
SYNONYM: APPS.PV_BENFT_PRODUCTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_BENFT_PRODUCTS, status:VALID,
-
VIEW: PV.PV_BENFT_PRODUCTS#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_BENFT_PRODUCTS#, status:VALID,
-
VIEW: PV.PV_BENFT_PRODUCTS#
12.2.2
-
SYNONYM: APPS.PV_BENFT_PRODUCTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_BENFT_PRODUCTS, status:VALID,
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on PV_GE_BENEFITS_VL
12.2.2
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on PV_GE_BENEFITS_VL
12.1.1
-
TABLE: PV.PV_BENFT_PRODUCTS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_BENFT_PRODUCTS, object_name:PV_BENFT_PRODUCTS, status:VALID,
-
TABLE: PV.PV_BENFT_PRODUCTS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_BENFT_PRODUCTS, object_name:PV_BENFT_PRODUCTS, status:VALID,
-
Table: PV_GE_BENEFITS_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_BENEFITS_B, object_name:PV_GE_BENEFITS_B, status:VALID, product: PV - Partner Management , description: Benfits and its status , implementation_dba_data: PV.PV_GE_BENEFITS_B ,
-
Table: PV_GE_BENEFITS_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_BENEFITS_B, object_name:PV_GE_BENEFITS_B, status:VALID, product: PV - Partner Management , description: Benfits and its status , implementation_dba_data: PV.PV_GE_BENEFITS_B ,
-
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 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OZF_NET_ACCRUAL_ENGINE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_NET_ACCRUAL_ENGINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_NET_ACCRUAL_ENGINE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_NET_ACCRUAL_ENGINE_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: PV.PV_REFERRED_PRODUCTS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRED_PRODUCTS, object_name:PV_REFERRED_PRODUCTS, status:VALID,
-
TABLE: PV.PV_REFERRED_PRODUCTS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRED_PRODUCTS, object_name:PV_REFERRED_PRODUCTS, status:VALID,
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT SQL Statements
12.1.1
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT SQL Statements
12.2.2
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
PACKAGE BODY: APPS.OZF_NET_ACCRUAL_ENGINE_PVT
12.1.1
-
PACKAGE BODY: APPS.OZF_NET_ACCRUAL_ENGINE_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1