Search Results person_last_name_phonetic
Overview
APPS.CSC_HZ_PARTIES_SRCH_REL_V is a TCA (Trading Community Architecture) reporting view that joins the HZ_PARTIES entity to its relationship records in HZ_RELATIONSHIPS. The view presents each party (the "OBJ" or subject row) together with the related party (the "REL" row) and an intermediary ("SUB") party, exposing a three-way association useful for relationship-based searching and display. It resides in the APPS schema, is commonly referenced by Oracle Customer Care and other CRM/self-service modules, and is a documented object in Oracle EBS 12.1.1 and 12.2.2.
The view is most frequently encountered when searching for parties by attributes such as person_title. Each of the three party slots (OBJ, SUB, REL) carries its own title column—OBJ_PERSON_TITLE, SUB_PERSON_TITLE, and REL_PERSON_TITLE—so that a relationship query can filter or display the title of the subject party, the related party, or the intermediate party independently. This is significant because a single person may hold different titles in different roles, and the caller needs granular control over which party's title is matched.
Underlying Base Objects
Per ETRM 12.2.2, the view is defined over the following referenced base objects:
- HZ_PARTIES (synonym) — the TCA party master table, supplying OBJ, SUB, and REL party attributes.
- HZ_RELATIONSHIPS (synonym) — the relationship join table, supplying REL_PARTY_ID and the link between subject and related party.
- AR_LOOKUPS (view) — used to decode lookup-coded values such as party type or relationship role.
- FND_TERRITORIES_TL (synonym) — the translated territory table, providing territory descriptions for address or country codes.
The SELECT joins HZ_PARTIES three times—aliased as OBJ, SUB, and REL—to HZ_RELATIONSHIPS (REL link). The prefixes OBJ_, SUB_, and REL_ disambiguate identical columns drawn from the same underlying table.
Key Columns
- ROWID — row identifier for the subject party record.
- OBJ_PARTY_ID, OBJ_PARTY_NUMBER, OBJ_PARTY_NAME — identity of the primary subject party.
- OBJ_PERSON_TITLE — the subject party's person title, the column typically matched when searching on person_title.
- REL_PARTY_ID, REL_PARTY_NUMBER, REL_PARTY_NAME, REL_PERSON_TITLE — identity and title of the related party.
- SUB_PARTY_ID, SUB_PARTY_NUMBER, SUB_PARTY_NAME, SUB_PERSON_TITLE — intermediary party identity and title.
- PERSON_PRE_NAME_ADJUNCT, PERSON_FIRST_NAME, PERSON_MIDDLE_NAME, PERSON_LAST_NAME, PERSON_NAME_SUFFIX — structured name components, repeated for OBJ, SUB, and REL.
- OBJ_STATUS, SUB_STATUS — party status (for example, active or inactive).
- REL_ADDRESS, REL_ADDRESS1–REL_ADDRESS4 — concatenated and granular address lines for the related party.
- PHONETIC name columns and JGZZ_FISCAL_CODE — phonetic search keys and fiscal/registration code.
Common Use Cases and Queries
Typical uses include relationship browsers, customer-search pages, and party deduplication checks that must return both a party and its related contacts with titles visible.
- Filtering relationships by the subject party's title:
SELECT obj_party_id, obj_party_name, obj_person_title, rel_party_id, rel_party_name, rel_person_title FROM apps.csc_hz_parties_srch_rel_v WHERE UPPER(obj_person_title) LIKE UPPER('%MANAGER%'); - Returning all relationships for a given party number, including related addresses and titles.
- Resolving party names to party IDs for integration feeds that must carry title context.
Because the view spans three party aliases, queries return one row per relationship link; consumers must select the appropriate OBJ_/SUB_/REL_ prefixed column to obtain the intended party's person_title.
-
Lookup Type: COMPL_PER_DEFAULT
12.2.2
product: IMC - Customers Online , meaning: Person Report , description: Person Report ,
-
Lookup Type: COMPL_PER_DEFAULT
12.1.1
product: IMC - Customers Online , meaning: Person Report , description: Person Report ,
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_REL_V
12.1.1
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_REL_V
12.2.2
-
VIEW: APPS.AS_OPPORTUNITY_DETAILS_V
12.2.2
-
VIEW: APPS.UMX_PERSON_PVT_V
12.1.1
-
VIEW: APPS.AS_OPPORTUNITY_DETAILS_V
12.1.1
-
VIEW: APPS.UMX_PERSON_PVT_V
12.2.2
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
-
View: AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_WOC_V
12.2.2
-
View: UMX_PERSON_PVT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_PERSON_PVT_V, object_name:UMX_PERSON_PVT_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX to secure people stored in TCA , implementation_dba_data: APPS.UMX_PERSON_PVT_V ,
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_WOC_V
12.1.1
-
View: AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
View: UMX_PERSON_PVT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_PERSON_PVT_V, object_name:UMX_PERSON_PVT_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX to secure people stored in TCA , implementation_dba_data: APPS.UMX_PERSON_PVT_V ,
-
VIEW: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
-
View: CSC_HZ_PARTIES_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_INFO_V, object_name:CSC_HZ_PARTIES_INFO_V, status:VALID, product: CSC - Customer Care , description: Party information along with the country name , implementation_dba_data: APPS.CSC_HZ_PARTIES_INFO_V ,
-
View: CSC_HZ_PARTIES_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_INFO_V, object_name:CSC_HZ_PARTIES_INFO_V, status:VALID, product: CSC - Customer Care , description: Party information along with the country name , implementation_dba_data: APPS.CSC_HZ_PARTIES_INFO_V ,
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V2
12.1.1
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V2
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V
12.1.1
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.2.2
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.1.1
-
VIEW: APPS.AMS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID,
-
View: AS_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CONTACTS_V, object_name:AS_PARTY_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: It stores party contacts information. Party type = ?PERSON? , implementation_dba_data: APPS.AS_PARTY_CONTACTS_V ,
-
View: AS_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CONTACTS_V, object_name:AS_PARTY_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: It stores party contacts information. Party type = ?PERSON? , implementation_dba_data: APPS.AS_PARTY_CONTACTS_V ,
-
VIEW: APPS.AMS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID,
-
View: AS_OPPORTUNITY_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_DETAILS_V, object_name:AS_OPPORTUNITY_DETAILS_V, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_OPPORTUNITY_DETAILS_V ,
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID,
-
View: AS_OPPORTUNITY_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_DETAILS_V, object_name:AS_OPPORTUNITY_DETAILS_V, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_OPPORTUNITY_DETAILS_V ,
-
View: IGF_AW_PER_LIST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores person details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
View: AS_OPPORTUNITY_DET_ADDR_V
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_PER_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_PER_LIST_V, object_name:IGF_AW_PER_LIST_V, status:VALID, product: IGF - Financial Aid , description: Stores person details used for correspondence , implementation_dba_data: APPS.IGF_AW_PER_LIST_V ,
-
View: AS_OPPORTUNITY_DET_ADDR_V
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: COMPL_PER_BASIC
12.1.1
product: IMC - Customers Online , meaning: Select Attributes for Person Basic Information , description: Select Attributes for Person Basic Information ,
-
VIEW: APPS.CSC_HZ_PARTIES_REL_V
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_REL_V
12.1.1
-
Lookup Type: COMPL_PER_BASIC
12.2.2
product: IMC - Customers Online , meaning: Select Attributes for Person Basic Information , description: Select Attributes for Person Basic Information ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_MIS_ITMS_LTR_V, object_name:IGF_AP_MIS_ITMS_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: APPS.IGF_AP_MIS_ITMS_LTR_V ,
-
VIEW: APPS.CSF_M_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSF_M_PARTIES_V, status:VALID,
-
VIEW: APPS.CSF_M_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSF_M_PARTIES_V, status:VALID,
-
View: AS_OPPORTUNITY_DET_PRM_V
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: AS_OPPORTUNITY_DET_PRM_V
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: Not implemented in this database ,