Search Results known_as2
Overview
UMX_PERSON_PVT_V is a private view owned by the APPS schema in Oracle E-Business Suite, classified under the FND – Application Object Library product. It is documented in ETRM as a private view used by UMX (User Management) to secure person records stored in the TCA (Trading Community Architecture) data model. The view exposes a curated projection of person-type party records, presenting both identity attributes and a denormalized primary address, and is intended for internal consumption by UMX components rather than for direct customer extension. The view exists in both 12.1.1 and 12.2.2, and its metadata status is VALID.
The object is significant because it bridges user-management identity functions with TCA party data, which is the authoritative repository for persons, organizations, and relationships in EBS. When the user searched for "known_as3," the relevant fact is that KNOWN_AS3 is one of the columns projected by this view, reflecting the "Known As" alternate-name fields (KNOWN_AS, KNOWN_AS2 through KNOWN_AS5) carried on HZ_PARTIES.
Underlying Base Objects
Per the documented metadata, UMX_PERSON_PVT_V is defined over HZ_PARTIES, accessed through a synonym. The defining query selects columns directly FROM HZ_PARTIES with the restrictive predicate WHERE PARTY_TYPE = 'PERSON'. Consequently, the view is a subset of the TCA party table containing only person rows; organization parties are excluded by the filter. No joins are declared in the view text, so the address columns (ADDRESS1 through EMAIL_ADDRESS) are sourced from HZ_PARTIES itself or from columns that are projected as part of the person's primary location attributes as stored at the party level.
Key Columns
- PARTY_ID, PARTY_NAME, PARTY_NUMBER – Primary TCA party identifiers; PARTY_ID is the surrogate key, PARTY_NUMBER the user-visible unique number, and PARTY_NAME the person's formatted name.
- Person name components – PERSON_PRE_NAME_ADJUNCT, PERSON_FIRST_NAME, PERSON_MIDDLE_NAME, PERSON_LAST_NAME, PERSON_NAME_SUFFIX, PERSON_TITLE, PERSON_ACADEMIC_TITLE, PERSON_PREVIOUS_LAST_NAME.
- Alternate and known-as names – KNOWN_AS, KNOWN_AS2, KNOWN_AS3, KNOWN_AS4, KNOWN_AS5, plus TAX_NAME, PERSON_FIRST_NAME_PHONETIC, and PERSON_LAST_NAME_PHONETIC.
- Identifiers and fiscal data – PERSON_IDEN_TYPE, PERSON_IDENTIFIER, TAX_REFERENCE, JGZZ_FISCAL_CODE.
- Address attributes – COUNTRY, ADDRESS1–ADDRESS4, CITY, POSTAL_CODE, STATE, PROVINCE, COUNTY, EMAIL_ADDRESS.
- Audit and concurrency – LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, WH_UPDATE_DATE, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, OBJECT_VERSION_NUMBER, CREATED_BY_MODULE.
- Status and origin – STATUS, ORIG_SYSTEM_REFERENCE, APPLICATION_ID.
Common Use Cases and Queries
The view is used internally by UMX to resolve person identity and display names, including known-as variants, when rendering user administration screens, approvals, and worklist attributes. It is equally useful as a read-only reporting source for person data where full HZ_PARTIES access is not warranted or where the consumer must be restricted to persons only.
Example — retrieve persons by known-as name:
SELECT party_id, party_name, known_as, known_as2, known_as3, known_as4, known_as5FROM apps.umx_person_pvt_vWHERE known_as3 IS NOT NULLAND UPPER(known_as3) LIKE UPPER(:p_name)||'%';
Example — return person identity with primary address:
SELECT party_id, party_number, person_first_name, person_last_name,city, state, postal_code, email_addressFROM apps.umx_person_pvt_vWHERE party_type IS NULLAND status = 'A';
Because the view is private and its filter enforces PARTY_TYPE = 'PERSON', customers should avoid building permanent customizations against it; unsupported changes to the view text in patches may alter column availability. Where stable access is required, referencing HZ_PARTIES directly with an equivalent person predicate is the recommended alternative.
-
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: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
-
VIEW: APPS.UMX_PERSON_PVT_V
12.1.1
-
VIEW: APPS.UMX_ORGANIZATION_PVT_V
12.1.1
-
VIEW: APPS.UMX_ORGANIZATION_PVT_V
12.2.2
-
VIEW: APPS.UMX_PERSON_PVT_V
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: UMX_ORGANIZATION_PVT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_ORGANIZATION_PVT_V, object_name:UMX_ORGANIZATION_PVT_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX , implementation_dba_data: APPS.UMX_ORGANIZATION_PVT_V ,
-
View: UMX_ORGANIZATION_PVT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_ORGANIZATION_PVT_V, object_name:UMX_ORGANIZATION_PVT_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX , implementation_dba_data: APPS.UMX_ORGANIZATION_PVT_V ,
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
-
VIEW: AR.HZ_ORGANIZATION_PROFILES#
12.2.2
-
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: 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_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: 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: AR.HZ_PARTY_INTERFACE#
12.2.2
-
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: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
owner:IMC, object_type:VIEW, object_name:IMC_CSV_INTERFACE_FIELDS#, status:VALID,
-
VIEW: APPS.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,
-
Lookup Type: PERSON_PROFILE
12.1.1
product: AR - Receivables , meaning: Person Profile , description: Person Profile ,
-
APPS.POS_HZ_PARTY_BO_PKG SQL Statements
12.2.2
-
Lookup Type: PERSON_PROFILE
12.2.2
product: AR - Receivables , meaning: Person Profile , description: Person Profile ,
-
VIEW: APPS.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,
-
VIEW: APPS.IGF_AW_PER_LIST_V
12.1.1
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_PERSON_PROFILES#, status:VALID,
-
VIEW: APPS.IGF_AP_MIS_ITMS_LTR_V
12.1.1
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_IMP_PARTIES_INT#, status:VALID,
-
VIEW: APPS.UMX_ORGANIZATION_PVT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_ORGANIZATION_PVT_V, object_name:UMX_ORGANIZATION_PVT_V, status:VALID,
-
VIEW: APPS.UMX_ORGANIZATION_PVT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_ORGANIZATION_PVT_V, object_name:UMX_ORGANIZATION_PVT_V, status:VALID,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID, product: IGS - Student System , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V ,
-
VIEW: OSM.AS_IMPORT_INTERFACE#
12.2.2
-
VIEW: APPS.AST_PER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PER_V, object_name:AST_PER_V, status:VALID,
-
VIEW: APPS.AST_PER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PER_V, object_name:AST_PER_V, status:VALID,
-
Lookup Type: BUSINESS_PROFILE
12.1.1
product: AR - Receivables , meaning: Business Profile , description: Business Profile ,
-
TABLE: AR.HZ_ORG_PROFILE_VAL_GT
12.1.1
owner:AR, object_type:TABLE, object_name:HZ_ORG_PROFILE_VAL_GT, status:VALID,
-
VIEW: APPS.AST_PERSON_PROFILE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PERSON_PROFILE_V, object_name:AST_PERSON_PROFILE_V, status:VALID,
-
VIEW: AR.HZ_PARTIES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_PARTIES#, status:VALID,
-
Lookup Type: BUSINESS_PROFILE
12.2.2
product: AR - Receivables , meaning: Business Profile , description: Business Profile ,
-
View: AST_PER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PER_V, object_name:AST_PER_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PER_V ,
-
View: AST_PER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PER_V, object_name:AST_PER_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PER_V ,
-
VIEW: APPS.AST_PERSON_PROFILE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PERSON_PROFILE_V, object_name:AST_PERSON_PROFILE_V, status:VALID,
-
View: HZ_PERSON_PROFILES_CPUI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PERSON_PROFILES_CPUI_V, object_name:HZ_PERSON_PROFILES_CPUI_V, status:VALID, product: AR - Receivables , description: Person Profiles , implementation_dba_data: APPS.HZ_PERSON_PROFILES_CPUI_V ,
-
TABLE: AR.HZ_ORG_PROFILE_VAL_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_PROFILE_VAL_GT, object_name:HZ_ORG_PROFILE_VAL_GT, status:VALID,
-
VIEW: APPS.IGF_AW_AWD_LTR_V
12.1.1
-
View: IGS_AD_RESI_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: It would return the Residency Details of a student , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_RESI_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RESI_LETTER_V, object_name:IGS_AD_RESI_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Residency Details of a student , implementation_dba_data: APPS.IGS_AD_RESI_LETTER_V ,