Search Results partner_profile_id
Overview
The PV_PARTNER_PROFILES table is a core data object within the Oracle E-Business Suite Partner Management (PV) module. It serves as the central repository for storing comprehensive profile information for business partners, such as resellers, distributors, and agents. This table is fundamental to managing the partner lifecycle, enabling the classification, segmentation, and tracking of partner entities. Its role is to extend the foundational party data stored in the Trading Community Architecture (TCA) registry by adding attributes and relationships specific to partner management processes, including channel management, certification, and support assignments.
Key Information Stored
The table's primary key is PARTNER_PROFILE_ID, which uniquely identifies each partner profile record. The most critical columns establish links to other master data entities. The PARTNER_ID and PARTNER_PARTY_ID columns are foreign keys to HZ_PARTIES, linking the profile to the definitive party record in TCA. The CM_ID (Channel Manager) and PH_SUPPORT_REP (Partner Help Support Representative) columns are foreign keys to JTF_RS_RESOURCE_EXTNS, associating the partner with specific internal resources responsible for its management and support. The RELATED_PARTNER_ID, also a foreign key to HZ_PARTIES, is used to define hierarchical or other business relationships between different partner entities.
Common Use Cases and Queries
A primary use case is generating reports on the partner ecosystem segmented by their assigned internal resources. For example, a query to list all partners with their assigned channel manager would join PV_PARTNER_PROFILES to HZ_PARTIES for partner details and to JTF_RS_RESOURCE_EXTNS for resource names. Another common scenario involves validating partner data during integration or data migration processes by checking for orphaned profiles missing a valid TCA party record. Administrators may also query this table to analyze partner relationships by leveraging the RELATED_PARTNER_ID column. A typical SQL pattern retrieves a partner's full profile context:
- SELECT pp.partner_profile_id, hp.party_name, res.resource_name AS cm_name FROM pv_partner_profiles pp, hz_parties hp, jtf_rs_resource_extns res WHERE pp.partner_id = hp.party_id AND pp.cm_id = res.resource_id(+);
Related Objects
The PV_PARTNER_PROFILES table is centrally connected to several key master data tables through documented foreign key relationships. Its primary integration is with the Trading Community Architecture via HZ_PARTIES, joined on multiple columns: PARTNER_ID, PARTNER_PARTY_ID, and RELATED_PARTNER_ID. This ensures all partner profiles are anchored to a valid business entity. Furthermore, it integrates with the Resource Manager (JTF) module through the JTF_RS_RESOURCE_EXTNS table for two critical assignments: the Channel Manager (CM_ID) and the Partner Help Support Representative (PH_SUPPORT_REP). These relationships are essential for aligning internal operational roles with external partner entities within the application's workflow and security models.
-
Table: PV_PARTNER_PROFILES
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROFILES, object_name:PV_PARTNER_PROFILES, status:VALID, product: PV - Partner Management , description: Partner profiles , implementation_dba_data: PV.PV_PARTNER_PROFILES ,
-
Table: PV_PARTNER_PROFILES
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROFILES, object_name:PV_PARTNER_PROFILES, status:VALID, product: PV - Partner Management , description: Partner profiles , implementation_dba_data: PV.PV_PARTNER_PROFILES ,
-
View: PV_PARTNERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNERS_ALL_V, object_name:PV_PARTNERS_ALL_V, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNERS_ALL_V ,
-
View: PV_PARTNERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNERS_ALL_V, object_name:PV_PARTNERS_ALL_V, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNERS_ALL_V ,
-
View: PV_PARTNERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNERS_V, object_name:PV_PARTNERS_V, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNERS_V ,
-
View: PV_PARTNERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNERS_V, object_name:PV_PARTNERS_V, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNERS_V ,