Search Results pv_partner_profiles
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.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 ,
-
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 ,
-
APPS.PV_PG_MEMBERSHIPS_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PVX_PARTY_MERGE_PKG dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.OZF_PRE_PROCESS_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PVX_MISC_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_ENRQ_BINS_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_LOCATOR dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_USER_RESP_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_ENRQ_BINS_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_SEED_DERIVED_PKG dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_MATCH_V2_PUB dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.AS_ACCESS_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_ASSIGN_UTIL_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_AS_ACCESS_VHUK dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_USER_MGMT_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_PARTNER_UTIL_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_REFERRAL_COMP_PUB dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_PG_NOTIF_UTILITY_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_WORKFLOW_PUB dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PVX_PRTNR_PRFLS_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.AS_ACCESS_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_PRGM_APPROVAL_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_PG_NOTIF_UTILITY_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_MATCH_V2_PUB dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.OZF_REQUEST_STATUS_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_BATCH_CHG_PRTNR_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_CONTEXT_VALUES dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_BG_PARTNER_MATCHING_PUB dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_PARTNER_MIGRATIONS_PUB dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_PARTNER_UTIL_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_PARTNER_ACCESSES_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_PARTNER_CONTRACTS_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_PARTNER_TREND_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.OZF_REQUEST_STATUS_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_PRGM_APPROVAL_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_PARTNER_GEO_MATCH_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_REFERRAL_GENERAL_PUB dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_ASSIGN_UTIL_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_BENFT_STATUS_CHANGE dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_ASSIGNMENT_PUB dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_BATCH_CHG_PRTNR_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_PARTNER_ATTR_LOAD_PUB dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_REFERRAL_GENERAL_PUB dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PVX_PARTY_MERGE_PKG dependencies on PV_PARTNER_PROFILES
12.2.2