Search Results rel_party_number
Overview
The CSC_HZ_PARTIES_REL_V view is a Customer Care (CSC) module database object owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. Its documented purpose is to expose Customer Party, Contact Party, and Relationship Party information in a single denormalized result set. The view joins records from the Trading Community Architecture (TCA) registry with relationship data, allowing callers to retrieve a party together with its associated counterparties without issuing multiple queries against the underlying base tables.
In practice, the view functions as a reporting and integration surface for Customer Care, TeleSales, and related modules that need to resolve a party to its contact and relationship parties. Because it flattens both the primary party attributes and the related party attributes into one row, it is well suited to concurrent program queries, Oracle Reports data models, and OAF-based or custom integrations that must present a unified party view. The user search term obj_person_title corresponds directly to the OBJ_PERSON_TITLE column in this view, which carries the person title (for example, job title or honorific context) of the object party on the relationship.
Underlying Base Objects
According to the ETRM 12.2.2 metadata, the view is defined over the following referenced base objects:
- HZ_PARTIES (SYNONYM) — the TCA master party registry, supplying party identifiers, names, party type, person name components, address elements, and the ATTRIBUTE1 through ATTRIBUTE20 flex columns.
- HZ_RELATIONSHIPS (SYNONYM) — the TCA relationship table that links parties, including subject and object party roles, relationship codes, and directionality.
- FND_TERRITORIES_TL (SYNONYM) — the translated territory table, typically used to resolve country or territory codes to descriptions or names in the reporting language.
- AR_LOOKUPS (VIEW) — the Receivables lookups view, used to decode lookup codes such as relationship types, party statuses, or phone/contact classifications into their display meanings.
The view text selects from an object party alias (OBJ) and a subject party alias (SUB), joining the relationship data between them. The OBJ_PERSON_TITLE column is sourced explicitly from OBJ.PERSON_TITLE, confirming that the title attribute is taken from the object party side of the relationship, not the subject party side.
Key Columns
The view exposes a broad set of columns, prefixed by OBJ_ for the object party and SUB_ for the associated subject party.
- OBJ_PARTY_ID, OBJ_PARTY_NUMBER, OBJ_PARTY_NAME, OBJ_PARTY_TYPE — core identity attributes of the object party.
- OBJ_PERSON_TITLE — the person title of the object party, matching the searched term obj_person_title.
- OBJ_PERSON_FIRST_NAME, OBJ_PERSON_MIDDLE_NAME, OBJ_PERSON_LAST_NAME, OBJ_PERSON_NAME_SUFFIX, OBJ_PERSON_PRE_NAME_ADJUNCT — decomposed person name components.
- OBJ_ADDRESS, OBJ_ADDRESS1 through OBJ_ADDRESS4, OBJ_CITY, OBJ_STATE, OBJ_PROVINCE, OBJ_POSTAL_CODE, OBJ_COUNTRY, OBJ_COUNTY — address elements, with OBJ_ADDRESS being a concatenation of the four address lines.
- OBJ_URL, OBJ_EMAIL_ADDRESS — electronic contact attributes.
- OBJ_STATUS, OBJ_LAST_UPDATE_DATE, OBJ_ATTRIBUTE_CATEGORY, OBJ_ATTRIBUTE1 through OBJ_ATTRIBUTE20 — status, audit, and descriptive flexfield context columns.
- OBJ_ORGANIZATION_NAME_PHONETIC, OBJ_PERSON_FIRST_NAME_PHONETIC, OBJ_PERSON_LAST_NAME_PHONETIC — phonetic search support columns.
- SUB_PARTY_ID and related SUB_ columns — identity of the counterparty in the relationship.
Common Use Cases and Queries
The most frequent use case is retrieving all parties related to a given customer, including the person title of each related contact. The following query illustrates this pattern:
SELECT obj_party_name, obj_person_title, sub_party_id FROM apps.csc_hz_parties_rel_v WHERE obj_party_id = :p_party_id;
Other common scenarios include generating contact directories that display OBJ_PERSON_TITLE alongside OBJ_ADDRESS, resolving relationship parties for service request routing, and building integration extracts that require both object and subject party identifiers. Because the view builds OBJ_ADDRESS by concatenating address lines, consumers that require discrete address elements should use OBJ_ADDRESS1 through OBJ_ADDRESS4 rather than parsing the concatenated column.
When querying, ensure the caller context has access to the APPS schema or that a synonym is granted, and filter on indexed columns such as OBJ_PARTY_ID to avoid full scans across the large HZ_PARTIES and HZ_RELATIONSHIPS base data sets.
-
View: CSC_HZ_PARTIES_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_REL_V, object_name:CSC_HZ_PARTIES_REL_V, status:VALID, product: CSC - Customer Care , description: Gives Customer Party, Contact Party and Relationship Party information , implementation_dba_data: APPS.CSC_HZ_PARTIES_REL_V ,
-
View: CSC_HZ_PARTIES_REL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_REL_V, object_name:CSC_HZ_PARTIES_REL_V, status:VALID, product: CSC - Customer Care , description: Gives Customer Party, Contact Party and Relationship Party information , implementation_dba_data: APPS.CSC_HZ_PARTIES_REL_V ,
-
View: CSC_HZ_PARTIES_CONT_PTS_REL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_CONT_PTS_REL_V, object_name:CSC_HZ_PARTIES_CONT_PTS_REL_V, status:VALID, product: CSC - Customer Care , description: This view has been specifically designed for Contact Center Search window. Gives Customer Party, Contact Party and Relationship Party information. , implementation_dba_data: APPS.CSC_HZ_PARTIES_CONT_PTS_REL_V ,
-
View: CSC_HZ_PARTIES_SRCH_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SRCH_REL_V, object_name:CSC_HZ_PARTIES_SRCH_REL_V, status:VALID, product: CSC - Customer Care , description: This view has been specifically designed for Contact Center Search window. Gives Customer Party, Contact Party and Relationship Party information. , implementation_dba_data: APPS.CSC_HZ_PARTIES_SRCH_REL_V ,
-
View: CSC_HZ_PARTIES_CONT_PTS_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_CONT_PTS_REL_V, object_name:CSC_HZ_PARTIES_CONT_PTS_REL_V, status:VALID, product: CSC - Customer Care , description: This view has been specifically designed for Contact Center Search window. Gives Customer Party, Contact Party and Relationship Party information. , implementation_dba_data: APPS.CSC_HZ_PARTIES_CONT_PTS_REL_V ,
-
View: CSC_HZ_PARTIES_SRCH_REL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SRCH_REL_V, object_name:CSC_HZ_PARTIES_SRCH_REL_V, status:VALID, product: CSC - Customer Care , description: This view has been specifically designed for Contact Center Search window. Gives Customer Party, Contact Party and Relationship Party information. , implementation_dba_data: APPS.CSC_HZ_PARTIES_SRCH_REL_V ,
-
View: CSC_HZ_PARTIES_CONT_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_CONT_INFO_V, object_name:CSC_HZ_PARTIES_CONT_INFO_V, status:VALID, product: CSC - Customer Care , description: Contact Information for a customer , implementation_dba_data: APPS.CSC_HZ_PARTIES_CONT_INFO_V ,
-
View: CSC_HZ_PARTIES_CONT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_CONT_INFO_V, object_name:CSC_HZ_PARTIES_CONT_INFO_V, status:VALID, product: CSC - Customer Care , description: Contact Information for a customer , implementation_dba_data: APPS.CSC_HZ_PARTIES_CONT_INFO_V ,