Search Results person_name_suffix
Overview
The EGO_CUSTOMER_PEOPLE_V view resides in the APPS schema and belongs to the EGO - Advanced Product Catalog product family. It presents a consolidated, flat representation of customer personnel — specifically, active person parties who are registered as Oracle E-Business Suite users and who hold an employee relationship with a customer organization. In the context of the Advanced Product Catalog, this view supplies the identity, contact, and organizational context required for customer-facing catalog and collaborative commerce features, where users affiliated with customer organizations must be resolved to a single row containing personal, communication, and company attributes.
The view spans data drawn from the Trading Community Architecture (TCA) model and Oracle Application Object Library. It joins party records, relationship records, contact points, and FND user accounts, filtering out employees (internal users) so that only external customer contacts are returned. This makes it suitable for reporting, LOV definitions, and integration mappings where a denormalized customer contact record is preferred over querying multiple HZ tables directly.
Underlying Base Objects
Per the documented view metadata (ETRM 12.2.2), the view is defined over the following base objects, all referenced through public synonyms:
- FND_USER — supplies the application user account, including
USER_NAME,EMAIL_ADDRESS,USER_ID, and the person party linkage. The join filters onPERSON_PARTY_ID, excludes employees (EMPLOYEE_ID IS NULL), and enforces active date ranges usingSTART_DATEandEND_DATE. - HZ_PARTIES — referenced twice: once as
CUSTOMER_USERfor the person party (PARTY_TYPE = 'PERSON',STATUS = 'A') and once asCUSTOMERfor the organization party. These aliases supply name and title attributes. - HZ_RELATIONSHIPS — aliased as
CUSTOMER_CMPY, providing theEMPLOYEE_OFrelationship that links the person subject to the organization object. - HZ_CONTACT_POINTS — referenced twice, as
PHONE_CONTACTandFAX_CONTACT, to supply telephone and facsimile details. - HZ_CUST_ACCOUNTS — documented as a referenced base object, supporting customer account context in the full view definition.
Effective-dated and outer-joined conditions (STATUS(+), START_DATE(+), END_DATE(+)) preserve person rows even where relationship or contact records are absent.
Key Columns
PERSON_ID— the party identifier of the customer person (fromCUSTOMER_USER.PARTY_ID).USER_NAME,USER_ID— the FND user login and surrogate key.PERSON_NAME— the formatted party name of the individual.PERSON_PREFIX— exposed fromPERSON_PRE_NAME_ADJUNCT, holding the name prefix (for example, Mr., Ms., Dr.). This is the column most commonly targeted by users searching on "person_prefix".PERSON_FIRST_NAME,PERSON_MIDDLE_NAME,PERSON_LAST_NAME,PERSON_NAME_SUFFIX— the individual name components.PERSON_TITLE— the person's job title.COMPANY_ID,COMPANY_NAME— the associated customer organization party.EMAIL_ADDRESS— the user's electronic mail address.PHONE_COUNTRY_CODE,PHONE_AREA_CODE,PHONE_NUMBER,PHONE_EXTENSION— telephone contact details.FAX_COUNTRY_CODE,FAX_AREA_CODE,FAX_NUMBER,FAX_EXTENSION— facsimile contact details.
Common Use Cases and Queries
Typical scenarios include building customer contact listings, populating catalog collaboration recipients, and validating external user identities. A basic query returning prefixed names for a given customer organization follows:
SELECT person_prefix, person_first_name, person_last_name, company_name, email_address FROM apps.ego_customer_people_v WHERE company_name = :company;SELECT person_id, user_name, person_name FROM apps.ego_customer_people_v WHERE person_prefix = :prefix;SELECT company_name, COUNT(*) FROM apps.ego_customer_people_v GROUP BY company_name;
Because the view filters on active users and SYSDATE-bounded date ranges, results reflect only currently valid customer personnel, which is appropriate for operational reporting and integration extracts.
-
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: 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, product: EGO - Advanced Product Catalog , description: View contains all the Vendor People. , implementation_dba_data: APPS.EGO_VENDOR_PEOPLE_V ,
-
View: 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, product: EGO - Advanced Product Catalog , description: View contains all the Customer People. , implementation_dba_data: APPS.EGO_CUSTOMER_PEOPLE_V ,
-
View: 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, product: EGO - Advanced Product Catalog , description: View contains all the Vendor People. , implementation_dba_data: APPS.EGO_VENDOR_PEOPLE_V ,
-
View: 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, product: EGO - Advanced Product Catalog , description: View contains all the Internal People. , implementation_dba_data: APPS.EGO_INTERNAL_PEOPLE_V ,
-
View: 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, product: EGO - Advanced Product Catalog , description: View contains all the Internal People. , implementation_dba_data: APPS.EGO_INTERNAL_PEOPLE_V ,
-
View: EGO_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_PEOPLE_V, object_name:EGO_PEOPLE_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view contains the people information , implementation_dba_data: APPS.EGO_PEOPLE_V ,
-
View: EGO_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_PEOPLE_V, object_name:EGO_PEOPLE_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view contains the people information , implementation_dba_data: APPS.EGO_PEOPLE_V ,