Search Results object_party_id
Overview
The view BIC_CONTACTS_DETAIL_V belongs to the BIC — Customer Intelligence module of Oracle E-Business Suite. Customer Intelligence was an early analytical and reporting layer delivered alongside Oracle CRM in releases spanning 11i through the early 12.x family. In Oracle EBS 12.1.1 and 12.2.2, the module is documented as obsolete and the view itself is listed in ETRM metadata with the note "Not implemented in this database." Accordingly, the object should be treated as a legacy or dormant artifact rather than a supported reporting interface in current installations.
The view presents a denormalized, contact-centric projection of trading community data. It joins parties, party relationships, organization contacts, party sites, addresses, and contact points to expose one row per contact associated with a given party. The searched term object_party_id corresponds to the OBJECT_PARTY_ID column, which carries the party identifier of the owning (object) party — that is, the organization or person to whom the contact is related — while PARTY_ID carries the contact's own party identifier.
Underlying Base Objects
The view text references the following base tables and supporting views:
HZ_PARTIES A— the owning party, aliased as the relationship object.HZ_PARTIES C— the contact party, the relationship subject.HZ_PARTY_RELATIONSHIPS R— supplies theCONTACT_OFrelationship linking object and subject.HZ_ORG_CONTACTS CON— organization contact attributes such as department, title, job title, and rank.HZ_PARTY_SITES ST— the contact's party site, joined with active-date validation usingNVLon the start and end dates.BIC_ADDRESS_V L— a BIC address view supplying the formattedADDRESS.BIC_CONTACT_POINTS_V P— a BIC contact points view supplying contact type, contact identifier, and primary flag.
ETRM documentation records no referenced base objects for this view in 12.2.2 metadata, so the join logic above is drawn from the stored view definition. All outer joins use the Oracle (+) syntax, and the view is declared WITH READ ONLY.
Key Columns
CUST_ACCOUNT_IDandORG_ID— both projected as literalNULL, retained for interface compatibility.OBJECT_PARTY_ID— the party identifier of the organization or person that owns the contact relationship.PARTY_ID— the contact person's party identifier.CONTACT_NAME— the contact's party name.DEPARTMENT,TITLE,JOB_TITLE,RANK— organizational contact attributes fromHZ_ORG_CONTACTS.ADDRESS— formatted address fromBIC_ADDRESS_V.CONTACT_TYPE,CONTACT_ID,PRIMARY_FLAG— contact point details, restricted to primary entries where the owner is a party.
Common Use Cases and Queries
Because the view is obsolete and unimplemented, queries are primarily diagnostic or migration-oriented. A typical lookup retrieves all contacts for a given owning party:
SELECT contact_name, department, title, address, contact_id FROM bic_contacts_detail_v WHERE object_party_id = :party_id;
Analysts migrating to supported interfaces would instead use HZ_PARTIES joined to HZ_PARTY_RELATIONSHIPS and HZ_ORG_CONTACTS directly, or the current HZ_ contact views, which are maintained in 12.1.1 and 12.2.2. Any dependency on BIC_CONTACTS_DETAIL_V should be reviewed and replaced before upgrade or patching.
-
View: BIC_CONTACTS_DETAIL_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_CONTACTS_DETAIL_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: AS_OPPORTUNITY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_CONTACTS_V, object_name:AS_OPPORTUNITY_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: View to provide opportunity contact details. , implementation_dba_data: APPS.AS_OPPORTUNITY_CONTACTS_V ,
-
View: JTF_PARTY_ALL_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ALL_CONTACTS_V, object_name:JTF_PARTY_ALL_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts. , implementation_dba_data: APPS.JTF_PARTY_ALL_CONTACTS_V ,
-
VIEW: APPS.JTF_PARTY_ALL_CONTACTS_V
12.1.1
-
VIEW: APPS.AS_SALES_LEAD_CONTACTS_V
12.1.1
-
VIEW: APPS.AS_OPPORTUNITY_CONTACTS_V
12.1.1
-
VIEW: APPS.AS_SALES_LEAD_CONTACTS_V
12.2.2
-
VIEW: APPS.AS_OPPORTUNITY_CONTACTS_V
12.2.2
-
View: JTF_PARTY_ALL_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ALL_CONTACTS_V, object_name:JTF_PARTY_ALL_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts. , implementation_dba_data: APPS.JTF_PARTY_ALL_CONTACTS_V ,
-
VIEW: APPS.JTF_PARTY_ALL_CONTACTS_V
12.2.2
-
View: AS_OPPORTUNITY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_CONTACTS_V, object_name:AS_OPPORTUNITY_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: View to provide opportunity contact details. , implementation_dba_data: APPS.AS_OPPORTUNITY_CONTACTS_V ,
-
View: AS_CUST_RELATIONSHIPS_V
12.1.1
product: AS - Sales Foundation , description: Customer relationships view , implementation_dba_data: Not implemented in this database ,
-
View: JTF_PARTY_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_RELATIONSHIPS_V, object_name:JTF_PARTY_RELATIONSHIPS_V, status:VALID, product: JTF - CRM Foundation , description: Details on the relationship between parties , implementation_dba_data: APPS.JTF_PARTY_RELATIONSHIPS_V ,
-
View: JTF_PARTY_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_RELATIONSHIPS_V, object_name:JTF_PARTY_RELATIONSHIPS_V, status:VALID, product: JTF - CRM Foundation , description: Details on the relationship between parties , implementation_dba_data: APPS.JTF_PARTY_RELATIONSHIPS_V ,
-
VIEW: APPS.JTF_TASK_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_PARTY_CONTACTS_V, object_name:JTF_TASK_PARTY_CONTACTS_V, status:VALID,
-
VIEW: APPS.JTF_PARTY_ALL_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ALL_CONTACTS_V, object_name:JTF_PARTY_ALL_CONTACTS_V, status:VALID,
-
View: AS_CUST_RELATIONSHIPS_V
12.2.2
product: AS - Sales Foundation , description: Customer relationships view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.JTF_PARTY_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_RELATIONSHIPS_V, object_name:JTF_PARTY_RELATIONSHIPS_V, status:VALID,
-
VIEW: APPS.JTF_TASK_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_PARTY_CONTACTS_V, object_name:JTF_TASK_PARTY_CONTACTS_V, status:VALID,
-
View: AS_SALES_LEAD_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEAD_CONTACTS_V, object_name:AS_SALES_LEAD_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: sales lead contact details , implementation_dba_data: APPS.AS_SALES_LEAD_CONTACTS_V ,
-
VIEW: APPS.JTF_PARTY_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_RELATIONSHIPS_V, object_name:JTF_PARTY_RELATIONSHIPS_V, status:VALID,
-
VIEW: APPS.AS_OPPORTUNITY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_CONTACTS_V, object_name:AS_OPPORTUNITY_CONTACTS_V, status:VALID,
-
VIEW: APPS.JTF_PARTY_ALL_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ALL_CONTACTS_V, object_name:JTF_PARTY_ALL_CONTACTS_V, status:VALID,
-
View: AS_SALES_LEAD_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEAD_CONTACTS_V, object_name:AS_SALES_LEAD_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: sales lead contact details , implementation_dba_data: APPS.AS_SALES_LEAD_CONTACTS_V ,
-
View: JTF_TASK_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_PARTY_CONTACTS_V, object_name:JTF_TASK_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts , implementation_dba_data: APPS.JTF_TASK_PARTY_CONTACTS_V ,
-
VIEW: APPS.AS_OPPORTUNITY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_CONTACTS_V, object_name:AS_OPPORTUNITY_CONTACTS_V, status:VALID,
-
View: JTF_TASK_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_PARTY_CONTACTS_V, object_name:JTF_TASK_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts , implementation_dba_data: APPS.JTF_TASK_PARTY_CONTACTS_V ,
-
VIEW: APPS.HZ_ORG_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_V, object_name:HZ_ORG_CONTACTS_V, status:VALID,
-
VIEW: APPS.HZ_ORG_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_V, object_name:HZ_ORG_CONTACTS_V, status:VALID,
-
View: HZ_ORG_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_V, object_name:HZ_ORG_CONTACTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_ORG_CONTACTS_V ,
-
View: HZ_ORG_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_V, object_name:HZ_ORG_CONTACTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_ORG_CONTACTS_V ,
-
View: HZ_PARTY_RELATIONSHIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_RELATIONSHIP_V, object_name:HZ_PARTY_RELATIONSHIP_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PARTY_RELATIONSHIP_V ,
-
View: HZ_PARTY_RELATIONSHIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_RELATIONSHIP_V, object_name:HZ_PARTY_RELATIONSHIP_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PARTY_RELATIONSHIP_V ,
-
VIEW: APPS.HZ_PARTY_RELATIONSHIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_RELATIONSHIP_V, object_name:HZ_PARTY_RELATIONSHIP_V, status:VALID,
-
VIEW: APPS.HZ_PARTY_RELATIONSHIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_RELATIONSHIP_V, object_name:HZ_PARTY_RELATIONSHIP_V, status:VALID,
-
PACKAGE: APPS.JTF_EC_PUB
12.2.2
-
PACKAGE: APPS.JTF_EC_PUB
12.1.1
-
APPS.JTF_EC_PUB dependencies on JTF_TASK_CONTACTS
12.1.1
-
APPS.JTF_EC_PUB dependencies on JTF_TASK_CONTACTS
12.2.2
-
APPS.JTF_EC_PUB dependencies on JTF_TASK_PHONES
12.2.2
-
APPS.JTF_EC_PUB dependencies on JTF_TASK_PHONES
12.1.1
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,