Search Results person_academic_title
Overview
The AMS_LT_HZ_PERSON_PROFILES view is a data source object owned by the APPS schema within the Oracle E-Business Suite 12.1.1 / 12.2.2 environment. It belongs to the AMS (Marketing) product family and serves as a lightweight, flattened projection of person-level demographic data. The name prefix "LT" designates this view as part of the Oracle Marketing "List Template" / data source framework, which supplies pre-built queryable objects used by targeting, list generation, and campaign segmentation engines. Rather than exposing the full HZ_PERSON_PROFILES table, this view presents a curated subset of fifteen columns, allowing Marketing list builders and external integrations to select person attributes without navigating the broad column set of the underlying Trading Community Architecture (TCA) table. In practice it acts as a stable reporting and integration surface for person demographic attributes, and it is a common resolution point for user searches such as person_academic_title that reference TCA person columns through a Marketing data source.
Underlying Base Objects
The view is defined over a single documented base object, HZ_PERSON_PROFILES, accessed via a synonym of the same name. It performs no joins and no filtering; the definition is a straight column-list projection:
SELECT PERSON_PROFILE_ID, PARTY_ID, DATE_OF_BIRTH, PERSON_ACADEMIC_TITLE, PLACE_OF_BIRTH, DATE_OF_DEATH, GENDER, DECLARED_ETHNICITY, MARITAL_STATUS, MARITAL_STATUS_EFFECTIVE_DATE, PERSONAL_INCOME, HEAD_OF_HOUSEHOLD_FLAG, HOUSEHOLD_INCOME, HOUSEHOLD_SIZE, RENT_OWN_IND FROM HZ_PERSON_PROFILES
Because there is a one-to-one column mapping and no predicates, the view inherits the row population, cardinality, and joins of HZ_PERSON_PROFILES. Each row corresponds to one person profile, always associated with a single PARTY_ID in the TCA registry. The object status is documented as VALID in the ETRM metadata. Users should be aware that the synonym resolution and grants are managed at the APPS layer, and the view has no independent data storage.
Key Columns
PERSON_PROFILE_ID— Primary identifier of the person profile row; the natural join key to the base table.PARTY_ID— Foreign reference to the TCA party record; the bridge toHZ_PARTIES,HZ_PERSON_PROFILES, and related party-level entities.PERSON_ACADEMIC_TITLE— Free-text academic or honorific designation associated with the person (for example, Dr., Prof.); the column most frequently requested in Marketing list definitions.DATE_OF_BIRTH,DATE_OF_DEATH— Vital dates used for age banding, deceased suppression, and deduplication logic.PLACE_OF_BIRTH— Geographic origin attribute for segmentation.GENDER,DECLARED_ETHNICITY,MARITAL_STATUS,MARITAL_STATUS_EFFECTIVE_DATE— Demographic and equality-monitoring attributes.PERSONAL_INCOME,HOUSEHOLD_INCOME,HOUSEHOLD_SIZE,HEAD_OF_HOUSEHOLD_FLAG,RENT_OWN_IND— Financial and household composition fields used for propensity and targeting models.
Common Use Cases and Queries
Typical consumption is through Marketing list templates, audience segmentation, and ad hoc reporting. A representative query retrieving a person's academic title alongside core demographics is:
SELECT p.party_id, p.person_academic_title, p.gender, p.date_of_birth FROM apps.ams_lt_hz_person_profiles p WHERE p.person_academic_title IS NOT NULL;SELECT h.party_name, p.household_income, p.household_size FROM apps.ams_lt_hz_person_profiles p, apps.hz_parties h WHERE p.party_id = h.party_id AND p.rent_own_ind = 'R';
Because the view is unfiltered, queries should always constrain on the relevant demographic predicate and join to HZ_PARTIES when a display name is required. For large campaign extracts, restricting by PARTY_ID ranges or indexing on the base table is advisable. When the academic title attribute is unavailable in AMS reporting, the same column can be sourced directly from HZ_PERSON_PROFILES, confirming that AMS_LT_HZ_PERSON_PROFILES is a presentation-layer convenience rather than an independent data store.
-
View: AMS_LT_HZ_PERSON_PROFILES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_HZ_PERSON_PROFILES, object_name:AMS_LT_HZ_PERSON_PROFILES, status:VALID, product: AMS - Marketing , description: Data Source view based on hz_person_profiles , implementation_dba_data: APPS.AMS_LT_HZ_PERSON_PROFILES ,
-
View: AMS_LT_HZ_PERSON_PROFILES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_HZ_PERSON_PROFILES, object_name:AMS_LT_HZ_PERSON_PROFILES, status:VALID, product: AMS - Marketing , description: Data Source view based on hz_person_profiles , implementation_dba_data: APPS.AMS_LT_HZ_PERSON_PROFILES ,
-
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: 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: 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: 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: 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: 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: 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: AMS_DM_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PERSONS_V, object_name:AMS_DM_PERSONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for persons in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_PERSONS_V ,
-
View: AMS_DM_PERSONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PERSONS_V, object_name:AMS_DM_PERSONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for persons in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_PERSONS_V ,
-
View: AMS_DM_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_ORGANIZATIONS_V, object_name:AMS_DM_ORGANIZATIONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for organizations and organization contacts in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_ORGANIZATIONS_V ,
-
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 ,
-
View: AMS_ACCT_BILL_TO_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns primary bill to contact for an account . Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ACCT_SITE_CONTACT_V
12.1.1
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_BILL_TO_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns primary bill to contact for an account . Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: AMS_DM_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_ORGANIZATIONS_V, object_name:AMS_DM_ORGANIZATIONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for organizations and organization contacts in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_ORGANIZATIONS_V ,
-
View: 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, product: AMS - Marketing , description: Data Source view to get information about b2b contacts , implementation_dba_data: APPS.AMS_LT_ORG_CONTACT_DETAILS_V ,
-
View: AMS_ACCT_SHIP_TO_CONTACT_V
12.1.1
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 ,
-
View: 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, product: AMS - Marketing , description: Data Source view to get information about b2b contacts , implementation_dba_data: APPS.AMS_LT_ORG_CONTACT_DETAILS_V ,
-
View: AMS_ACCTSITE_SHIP_TO_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns primary ship to contact for an account site. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ACCTSITE_BILL_TO_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns primary bill to contact for an account site. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ACCTSITE_BILL_TO_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns primary bill to contact for an account site. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ACCTSITE_SHIP_TO_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns primary ship to contact for an account site. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ORG_EMPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_EMPS_V, object_name:AMS_ORG_EMPS_V, status:VALID, product: AMS - Marketing , description: This view stores the details of contacts who are employees , implementation_dba_data: APPS.AMS_ORG_EMPS_V ,
-
View: AMS_ORG_EMPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_EMPS_V, object_name:AMS_ORG_EMPS_V, status:VALID, product: AMS - Marketing , description: This view stores the details of contacts who are employees , implementation_dba_data: APPS.AMS_ORG_EMPS_V ,
-
View: AMS_IBA_EMPLOYEE_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_IBA_EMPLOYEE_ORG_V, object_name:AMS_IBA_EMPLOYEE_ORG_V, status:VALID, product: AMS - Marketing , description: This view selects organization details of employees. It is used to create segments for business tobusiness users in iMarketing. , implementation_dba_data: APPS.AMS_IBA_EMPLOYEE_ORG_V ,
-
View: AMS_IBA_EMPLOYEE_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_IBA_EMPLOYEE_ORG_V, object_name:AMS_IBA_EMPLOYEE_ORG_V, status:VALID, product: AMS - Marketing , description: This view selects organization details of employees. It is used to create segments for business tobusiness users in iMarketing. , implementation_dba_data: APPS.AMS_IBA_EMPLOYEE_ORG_V ,
-
View: AMS_P_CONTACT_ORG_V
12.1.1
product: AMS - Marketing , description: This view selects the organization details for a contact. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_CONTACT_ORG_V
12.2.2
product: AMS - Marketing , description: This view selects the organization details for a contact. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_IBA_EMPLOYEE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_IBA_EMPLOYEE_V, object_name:AMS_IBA_EMPLOYEE_V, status:VALID, product: AMS - Marketing , description: This view selects employee details of organizations. It is used to create segments for business tobusiness users in iMarketing. , implementation_dba_data: APPS.AMS_IBA_EMPLOYEE_V ,
-
View: AMS_P_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns all Contacts for an Organization. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_BILL_TO_V
12.1.1
product: AMS - Marketing , description: This view returns the primary bill to address for an account. Used for List generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_PARTY_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns all party contacts . Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_PARTY_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns all party contacts . Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns all Contacts for an Organization. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_IBA_EMPLOYEE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_IBA_EMPLOYEE_V, object_name:AMS_IBA_EMPLOYEE_V, status:VALID, product: AMS - Marketing , description: This view selects employee details of organizations. It is used to create segments for business tobusiness users in iMarketing. , implementation_dba_data: APPS.AMS_IBA_EMPLOYEE_V ,
-
View: AMS_P_ACCT_SHIP_TO_V
12.2.2
product: AMS - Marketing , description: This view returns the primary ship to address for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_SHIP_TO_V
12.1.1
product: AMS - Marketing , description: This view returns the primary ship to address for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_BILL_TO_V
12.2.2
product: AMS - Marketing , description: This view returns the primary bill to address for an account. Used for List generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ORG_CONTACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_CONTACT_DETAILS_V, object_name:AMS_ORG_CONTACT_DETAILS_V, status:VALID, product: AMS - Marketing , description: This view lists the details of organization contacts , implementation_dba_data: APPS.AMS_ORG_CONTACT_DETAILS_V ,
-
View: AMS_ORG_CONTACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_CONTACT_DETAILS_V, object_name:AMS_ORG_CONTACT_DETAILS_V, status:VALID, product: AMS - Marketing , description: This view lists the details of organization contacts , implementation_dba_data: APPS.AMS_ORG_CONTACT_DETAILS_V ,
-
View: AMS_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_DETAILS_V, object_name:AMS_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Information about parties such as people. , implementation_dba_data: APPS.AMS_PERSON_DETAILS_V ,
-
View: AMS_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_DETAILS_V, object_name:AMS_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Information about parties such as people. , implementation_dba_data: APPS.AMS_PERSON_DETAILS_V ,
-
View: AMS_P_ACCT_GUARANTOR_V
12.1.1
product: AMS - Marketing , description: This view returns the primary guarantor for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_GUARANTOR_V
12.2.2
product: AMS - Marketing , description: This view returns the primary guarantor for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,