Search Results person_previous_last_name
Overview
UMX_PERSON_PVT_V is an Oracle E-Business Suite (EBS) 12.1.1 / 12.2.2 view owned by the APPS schema. It presents a filtered projection of party records that represent individual people rather than organizations. The view is defined over the HZ_PARTIES table (accessed through a synonym) and restricts its output using the predicate PARTY_TYPE = 'PERSON'. As a result, every row returned corresponds to a person party, making the view a ready-made source of person identity data without the caller needing to remember or re-apply the party type filter.
Within the Oracle EBS data model, person parties are the foundation of contacts, employees, users, suppliers' contacts, customers' contacts, and other human entities. The UMX prefix associates the object with the user management and person infrastructure introduced and expanded in the 12.x releases. Because the view is a private (PVT) object, it should be treated primarily as an internal or convenience access layer rather than a formally supported public API. Reporting and integration solutions that require person attributes can use it to obtain a consolidated person record spanning name, identifiers, contact details, and audit columns.
For the searched term person_previous_last_name, the view exposes the corresponding column PERSON_PREVIOUS_LAST_NAME. This is significant because prior-name information is frequently needed for identity verification, customer due diligence, and audit reporting, and it is not always surfaced in simpler person views.
Underlying Base Objects
The view is defined over a single documented base object: HZ_PARTIES, referenced through a synonym. HZ_PARTIES is the central table in the Oracle Trading Community Architecture (TCA) model and stores both person and organization parties. The view applies the PARTY_TYPE = 'PERSON' filter directly against this table, and it selects a subset of HZ_PARTIES columns without performing joins to related tables such as HZ_PERSON_PROFILES or HZ_CONTACT_POINTS.
Consequently, the view inherits the update semantics, audit triggers, and partitioning behavior of HZ_PARTIES. Columns sourced from HZ_PARTIES remain subject to the underlying table's constraints and validation rules, and no denormalization or transformation is applied beyond the party type restriction and column selection.
Key Columns
- PARTY_ID – Primary identifier for the person party; the key used to join to other TCA tables.
- PARTY_NAME / PARTY_NUMBER – Formatted party name and the system-generated or user-defined party number.
- PERSON_PRE_NAME_ADJUNCT, PERSON_FIRST_NAME, PERSON_MIDDLE_NAME, PERSON_LAST_NAME, PERSON_NAME_SUFFIX – The component name fields that together form a person's full name.
- PERSON_PREVIOUS_LAST_NAME – The prior last name retained for the person, relevant to name-change tracking and identity verification.
- PERSON_TITLE, PERSON_ACADEMIC_TITLE – Professional and academic titles associated with the person.
- KNOWN_AS, KNOWN_AS2 … KNOWN_AS5 – Alternate or preferred names used to address the person.
- PERSON_FIRST_NAME_PHONETIC, PERSON_LAST_NAME_PHONETIC – Phonetic representations supporting fuzzy name matching and deduplication.
- TAX_NAME, TAX_REFERENCE, JGZZ_FISCAL_CODE – Tax-reporting attributes, including the fiscal code used in certain jurisdictions.
- PERSON_IDEN_TYPE, PERSON_IDENTIFIER – Type and value of an identifying document or number.
- STATUS, OBJECT_VERSION_NUMBER – Record status and optimistic locking version used by the TCA framework.
- Audit columns – CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, WH_UPDATE_DATE, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, CREATED_BY_MODULE, ORIG_SYSTEM_REFERENCE, APPLICATION_ID.
- Address and contact columns – COUNTRY, ADDRESS1–ADDRESS4, CITY, POSTAL_CODE, STATE, PROVINCE, COUNTY, EMAIL_ADDRESS.
Common Use Cases and Queries
Typical uses include person lookups by name or identifier, extraction of contact and address data for interfaces, audit reporting on who last changed a person record, and identification of prior-name data for compliance review.
Retrieve a person by party identifier, including the prior last name:
SELECT party_id, party_name, person_first_name, person_last_name, person_previous_last_name FROM apps.umx_person_pvt_v WHERE party_id = :p_party_id;
Search by last name and phonetic match:
SELECT party_id, party_name, person_last_name, person_last_name_phonetic FROM apps.umx_person_pvt_v WHERE person_last_name = :p_last_name;
List persons whose previous last name is populated, useful for name-change audits:
SELECT party_id, party_name, person_last_name, person_previous_last_name, last_updated_by, last_update_date FROM apps.umx_person_pvt_v WHERE person_previous_last_name IS NOT NULL ORDER BY last_update_date DESC;
Extract contact and address details for an interface:
SELECT party_id, party_number, email_address, address1, city, state, postal_code, country FROM apps.umx_person_pvt_v WHERE status = 'A';
Because the object is a private view over TCA data, query performance depends on the indexes on HZ_PARTIES, and callers should filter on indexed columns such as PARTY_ID or PARTY_NUMBER wherever possible.
-
VIEW: APPS.UMX_PERSON_PVT_V
12.1.1
-
VIEW: APPS.JTF_PARTIES_ALL_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: 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: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
-
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: 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: 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: AR.HZ_PERSON_PROFILES#
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: APPS.UMX_PERSON_PVT_V
12.2.2
-
VIEW: APPS.AMS_TAR_PERSON_V
12.2.2
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
VIEW: APPS.AMS_TAR_PERSON_V
12.1.1
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.1.1
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.2.2
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.2.2
-
View: JTF_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_V ,
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
-
View: AMS_P_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_V, object_name:AMS_P_PERSON_V, status:VALID, product: AMS - Marketing , description: This public view returns all entries from the HZ_PARTIES table which have a party_type of PERSON. Used for list generation. , implementation_dba_data: APPS.AMS_P_PERSON_V ,
-
View: JTF_HZ_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_V ,
-
View: AMS_P_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_V, object_name:AMS_P_PERSON_V, status:VALID, product: AMS - Marketing , description: This public view returns all entries from the HZ_PARTIES table which have a party_type of PERSON. Used for list generation. , implementation_dba_data: APPS.AMS_P_PERSON_V ,
-
VIEW: APPS.AMS_P_PERSON_V
12.1.1
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.1.1
-
VIEW: APPS.AMS_P_PERSON_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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_LT_ORG_CONTACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_CONTACT_DETAILS_V, object_name:AMS_LT_ORG_CONTACT_DETAILS_V, status:VALID,
-
View: AMS_P_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORGANIZATION_V, object_name:AMS_P_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORGANIZATION_V ,
-
View: AMS_P_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORGANIZATION_V, object_name:AMS_P_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORGANIZATION_V ,
-
VIEW: APPS.AMS_LT_ORG_CONTACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_CONTACT_DETAILS_V, object_name:AMS_LT_ORG_CONTACT_DETAILS_V, status:VALID,
-
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: 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 ,
-
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 ,
-
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: 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: 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 ,
-
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: IGF_AW_AWD_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWD_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_LTR_V, object_name:IGF_AW_AWD_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: APPS.IGF_AW_AWD_LTR_V ,
-
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,
-
Lookup Type: PERSON_PROFILE
12.2.2
product: AR - Receivables , meaning: Person Profile , description: Person Profile ,
-
View: AMS_ACCT_SITE_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns all account site contacts . Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ACCT_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns all account contacts . Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
APPS.POS_HZ_PARTY_BO_PKG SQL Statements
12.2.2
-
View: AMS_ACCT_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns all account contacts . Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ACCT_SHIP_TO_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns primary ship to contact for an account . Used for list generation. , implementation_dba_data: Not implemented in this database ,