Search Results person_name_suffix
Overview
The view APPS.OKL_CS_PERSON_PARTIES_UV is a reporting and integration construct within the Oracle E-Business Suite (EBS) Oracle Lease and Finance Management (OKL) module, specifically within the Customer/Party (CS) subsystem. It presents a unified list of parties — both persons and organizations — together with their related party information drawn from the Oracle Trading Community Architecture (TCA) model. Its principal role is to expose denormalized person attributes, including the PERSON_NAME_SUFFIX column, alongside organizational party names and relationship classifications, so that downstream screens, concurrent programs, and integrations can resolve lessees, lessors, and associated contacts without issuing complex multi-table joins against the TCA schema directly.
Because the view carries the _UV suffix, it is understood to be a user-facing or validation view intended for read access rather than for transactional DML. In both 12.1.1 and 12.2.2 the definition is essentially unchanged, since it depends solely on core TCA objects that were stable across those releases.
Underlying Base Objects
Per the documented ETRM metadata for 12.2.2, the view is owned by APPS and is defined over two referenced base objects:
HZ_PARTIES(referenced through a synonym) — the central TCA table storing party records, including persons and organizations, with person name components such as first, middle, last, and suffix.HZ_RELATIONSHIPS(referenced through a synonym) — the TCA table capturing defined relationships between parties, including relationship codes and the subject/object pairing.
The view text confirms this: it joins HZ_RELATIONSHIPS REL to three aliases of HZ_PARTIES — PER (the subject person), ORG (the related organization), and PTY (the primary party) — and then applies a UNION with a second branch that selects directly from HZ_PARTIES for those persons having no matching relationship row.
Key Columns
The view exposes the following columns, each derived from the TCA base tables:
PARTY_ID— computed viaDECODEon party type: the relationship object ID for organizations, and the subject ID otherwise.PARTY_TYPE— eitherORGANIZATIONorPERSON, sourced fromHZ_PARTIES.PARTY_TYPE.PARTY_NAME— the organization name from theORGalias; null for the union branch when no organization context applies.RELATED_PARTY_ID— theSUBJECT_IDfrom the relationship, or the party ID itself in the union branch.PERSON_FIRST_NAME,PERSON_LAST_NAME,PERSON_MIDDLE_NAME, andPERSON_NAME_SUFFIX— the person name components, which are the columns most relevant to searches referencing a person's suffix (for example, "Jr.", "Sr.", "III").RELATIONSHIP_TYPE— theRELATIONSHIP_CODEfromHZ_RELATIONSHIPS, orNULLwhen the party has no relationship record.
Common Use Cases and Queries
Typical scenarios include resolving a party's full person name (with suffix) for correspondence, listing organizations and their associated persons, and identifying persons that have no relationship defined. A representative query returning parties whose person name suffix is populated is:
SELECT party_id, party_type, person_first_name, person_last_name, person_name_suffix, relationship_type FROM apps.okl_cs_person_parties_uv WHERE person_name_suffix IS NOT NULL;SELECT party_id, party_name, related_party_id, relationship_type FROM apps.okl_cs_person_parties_uv WHERE party_type = 'ORGANIZATION';SELECT party_id, person_first_name, person_last_name FROM apps.okl_cs_person_parties_uv WHERE related_party_id = :p_party_id AND relationship_type IS NULL;
These queries support lease party validation, contact lookups, and integration extracts. As with all TCA-based views, results reflect the current state of HZ_PARTIES and HZ_RELATIONSHIPS, so data quality in those base tables directly governs the view's output.
-
VIEW: APPS.OKL_CS_PERSON_PARTIES_UV
12.1.1
-
View: OKL_CS_PERSON_PARTIES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PERSON_PARTIES_UV, object_name:OKL_CS_PERSON_PARTIES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_PERSON_PARTIES_UV ,
-
View: OKL_CS_PERSON_PARTIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PERSON_PARTIES_UV, object_name:OKL_CS_PERSON_PARTIES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_PERSON_PARTIES_UV ,
-
VIEW: APPS.OKL_CS_PERSON_PARTIES_UV
12.2.2
-
APPS.PON_LOCALE_PKG SQL Statements
12.2.2
-
APPS.PON_LOCALE_PKG SQL Statements
12.1.1
-
VIEW: APPS.CSC_HZ_PARTIES_SRCH_REL_V
12.1.1
-
VIEW: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.1.1
-
VIEW: APPS.UMX_PERSON_PVT_V
12.1.1
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.1.1
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
-
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.OKL_CS_PERSON_PARTIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PERSON_PARTIES_UV, object_name:OKL_CS_PERSON_PARTIES_UV, status:VALID,
-
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: AMS.AMS_DM_GEN_STG#
12.2.2
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
-
VIEW: ONT.OE_CUSTOMER_INFO_IFACE_ALL#
12.2.2
-
VIEW: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
-
VIEW: APPS.XNB_SHIP_TO_CONTACT_NAME_V
12.2.2
-
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: 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_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: APPS.OKL_CS_PERSON_PARTIES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PERSON_PARTIES_UV, object_name:OKL_CS_PERSON_PARTIES_UV, status:VALID,
-
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: 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: APPS.JTF_PARTIES_ALL_V
12.2.2
-
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.CSC_HZ_PARTIES_SRCH_REL_V
12.2.2
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
-
VIEW: APPS.UMX_PERSON_PVT_V
12.2.2
-
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.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: APPS.CSC_HZ_PARTIES_INFO_V2
12.1.1
-
VIEW: APPS.AMS_TAR_PERSON_V
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V2
12.2.2
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V
12.1.1
-
VIEW: APPS.AST_PER_DUPLICATE_V
12.2.2
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
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: APPS.AST_PER_DUPLICATE_V
12.1.1
-
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.AR_PARTY_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PARTY_FIND_V, object_name:AR_PARTY_FIND_V, status:VALID,
-
VIEW: APPS.AMS_TAR_PERSON_V
12.1.1
-
VIEW: APPS.CSC_HZ_PARTIES_INFO_V
12.2.2
-
VIEW: APPS.AR_PARTY_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PARTY_FIND_V, object_name:AR_PARTY_FIND_V, status:VALID,
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.1.1
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.2.2