Search Results person_title
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.
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_REL_V
12.1.1
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_REL_V
12.2.2
-
VIEW: APPS.EGO_VENDOR_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_VENDOR_PEOPLE_V, object_name:EGO_VENDOR_PEOPLE_V, status:VALID,
-
VIEW: APPS.EGO_CUSTOMER_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_CUSTOMER_PEOPLE_V, object_name:EGO_CUSTOMER_PEOPLE_V, status:VALID,
-
VIEW: APPS.EGO_CUSTOMER_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_CUSTOMER_PEOPLE_V, object_name:EGO_CUSTOMER_PEOPLE_V, status:VALID,
-
VIEW: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.1.1
-
VIEW: APPS.EGO_VENDOR_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_VENDOR_PEOPLE_V, object_name:EGO_VENDOR_PEOPLE_V, status:VALID,
-
VIEW: APPS.UMX_PERSON_PVT_V
12.1.1
-
VIEW: AMS.AMS_DM_GEN_STG#
12.2.2
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.1.1
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
-
View: IGS_SS_USEC_OCCURENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_USEC_OCCURENCES_V, object_name:IGS_SS_USEC_OCCURENCES_V, status:VALID, product: IGS - Student System , description: This view stores Unit Section Occurrences. , implementation_dba_data: APPS.IGS_SS_USEC_OCCURENCES_V ,
-
VIEW: APPS.EGO_INTERNAL_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_INTERNAL_PEOPLE_V, object_name:EGO_INTERNAL_PEOPLE_V, status:VALID,
-
View: JTF_PARTIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
View: AMW_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PEOPLE_V, object_name:AMW_PEOPLE_V, status:VALID, product: AMW - Internal Controls Manager , description: View for peoples , implementation_dba_data: APPS.AMW_PEOPLE_V ,
-
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.EGO_INTERNAL_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_INTERNAL_PEOPLE_V, object_name:EGO_INTERNAL_PEOPLE_V, status:VALID,
-
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: AMW_PEOPLE_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for peoples , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_WOC_V
12.2.2
-
VIEW: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.2.2
-
VIEW: ONT.OE_CUSTOMER_INFO_IFACE_ALL#
12.2.2
-
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: AMS_TAR_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_PERSON" List source type. , implementation_dba_data: APPS.AMS_TAR_PERSON_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: APPS.JTF_PARTIES_ALL_V
12.2.2
-
VIEW: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.1.1
owner:APPS, object_type:VIEW, object_name:XNB_SHIP_TO_CONTACT_NAME_V, status:VALID,
-
View: IGS_SS_USEC_OCCURENCES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores Unit Section Occurrences. , implementation_dba_data: Not implemented in this database ,
-
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: 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: JTF_PARTIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
View: AMS_TAR_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_PERSON" List source type. , implementation_dba_data: APPS.AMS_TAR_PERSON_V ,
-
VIEW: APPS.UMX_PERSON_PVT_V
12.2.2
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
-
VIEW: APPS.ASF_HZ_PERSON_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_HZ_PERSON_LOV_V, object_name:ASF_HZ_PERSON_LOV_V, status:VALID,
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V2
12.1.1
-
VIEW: APPS.AMS_TAR_PERSON_V
12.2.2
-
VIEW: APPS.ASF_HZ_PERSON_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_HZ_PERSON_LOV_V, object_name:ASF_HZ_PERSON_LOV_V, status:VALID,
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V2
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_WOC_V
12.1.1
-
VIEW: APPS.IGS_SS_USEC_OCCURENCES_V
12.1.1
-
VIEW: APPS.ASF_PERSON_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_PERSON_LOV_V, object_name:ASF_PERSON_LOV_V, status:VALID,
-
VIEW: APPS.AST_PER_DUPLICATE_V
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V
12.1.1
-
VIEW: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.2.2
owner:APPS, object_type:VIEW, object_name:XNB_SHIP_TO_CONTACT_NAME_V, status:VALID,
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
View: EGO_CUSTOMER_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_CUSTOMER_PEOPLE_V, object_name:EGO_CUSTOMER_PEOPLE_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains all the Customer People. , implementation_dba_data: APPS.EGO_CUSTOMER_PEOPLE_V ,
-
VIEW: APPS.AST_PER_DUPLICATE_V
12.1.1