Search Results household_size
Overview
APPS.AMS_LT_HZ_PERSON_PROFILES is a lightweight reporting view shipped in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments. It exposes a curated subset of columns from the Oracle Trading Community Architecture (TCA) person profile entity, allowing downstream Oracle Marketing (AMS) and CRM reporting components to retrieve demographic, household, and income attributes for individual parties without querying the full base table. The view is owned by the APPS schema and is documented in the E-Business Suite Technical Reference Manual (ETRM) for release 12.2.2.
The "LT" prefix conventionally designates a lightweight or lookup-oriented variant used by Oracle Marketing's audience segmentation, list generation, and lead qualification features. Because the view is a simple projection, it inherits the security, indexing, and row-level access behavior of its base object rather than introducing its own logic.
Underlying Base Objects
According to the documented metadata, the view is defined over a single base object: HZ_PERSON_PROFILES, accessed through a synonym in the APPS schema. The view text is a straightforward SELECT with no joins, filters, aggregations, or WHERE clauses — every row of the base table is returned, limited only by the column list.
- HZ_PERSON_PROFILES — the TCA table that stores person-level profile data keyed by PERSON_PROFILE_ID and linked to a party via PARTY_ID.
- APPS synonym — the APPS-owned synonym resolving to the underlying HZ table, which permits the view to be created and queried within the APPS schema.
Because the view references only one table and performs no transformation, its cardinality is identical to HZ_PERSON_PROFILES, and any inserts, updates, or deletes against the base record are immediately visible through the view.
Key Columns
The view exposes fifteen columns, all inherited directly from the base table:
- PERSON_PROFILE_ID — the primary key of the person profile record.
- PARTY_ID — the foreign key to HZ_PARTIES, identifying the person as a party in TCA.
- DATE_OF_BIRTH — the party's date of birth; used to derive age in marketing analytics.
- GENDER — the declared gender code.
- PERSON_ACADEMIC_TITLE — an academic or honorific designation.
- PLACE_OF_BIRTH — the party's declared place of birth.
- DATE_OF_DEATH — recorded date of death, where applicable.
- DECLARED_ETHNICITY — the party's self-declared ethnicity.
- MARITAL_STATUS / MARITAL_STATUS_EFFECTIVE_DATE — current marital status and the date it took effect.
- PERSONAL_INCOME / HOUSEHOLD_INCOME — individual and household income figures used for segmentation and targeting.
- HEAD_OF_HOUSEHOLD_FLAG — indicates whether the party heads the household.
- HOUSEHOLD_SIZE — number of persons in the household.
- RENT_OWN_IND — whether the party rents or owns their residence.
Common Use Cases and Queries
This view is typically used by Oracle Marketing and CRM modules to build target audiences based on demographic criteria, and by custom integrations that require a stable, read-only interface to person profile data. A typical query locating a specific profile might resemble:
SELECT PERSON_PROFILE_ID,
PARTY_ID,
DATE_OF_BIRTH,
GENDER,
HOUSEHOLD_INCOME,
RENT_OWN_IND
FROM APPS.AMS_LT_HZ_PERSON_PROFILES
WHERE PARTY_ID = :party_id;
Because the view contains no filtering logic, callers are responsible for joining to HZ_PARTIES, HZ_PERSON_PROFILES, or related TCA tables to resolve names, addresses, or classification codes, and for applying any applicable row-level security or date-effective constraints. In EBS 12.2.2 the view remains a synonym-based projection of HZ_PERSON_PROFILES and should be treated as a read-only reporting object.
-
VIEW: APPS.AMS_LT_HZ_PERSON_PROFILES
12.1.1
-
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: APPS.AMS_LT_HZ_PERSON_PROFILES
12.2.2
-
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.AMS_DM_GEN_STG#
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
-
Lookup Type: DEMOGRAPHICS
12.1.1
product: AR - Receivables , meaning: Demographics , description: Demographics ,
-
VIEW: AMS.AMS_DM_PARTY_DETAILS#
12.2.2
-
Lookup Type: DEMOGRAPHICS
12.2.2
product: AR - Receivables , meaning: Demographics , description: Demographics ,
-
VIEW: APPS.AMS_P_PERSON_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_PROFILES_V, object_name:AMS_P_PERSON_PROFILES_V, status:VALID,
-
VIEW: APPS.AMS_P_PERSON_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_PROFILES_V, object_name:AMS_P_PERSON_PROFILES_V, status:VALID,
-
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 ,
-
Lookup Type: COMPL_PER_INFO
12.2.2
product: IMC - Customers Online , meaning: Select Attributes for Personal Information , description: Select Attributes for Personal Information ,
-
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: APPS.AMS_DM_PERSONS_V
12.1.1
-
VIEW: APPS.AMS_DM_PERSONS_V
12.2.2
-
Lookup Type: COMPL_PER_INFO
12.1.1
product: IMC - Customers Online , meaning: Select Attributes for Personal Information , description: Select Attributes for Personal Information ,
-
View: AMS_PERSON_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_PROFILES_V, object_name:AMS_PERSON_PROFILES_V, status:VALID, product: AMS - Marketing , description: Provides Profile of a Person , implementation_dba_data: APPS.AMS_PERSON_PROFILES_V ,
-
View: AMS_P_PERSON_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_PROFILES_V, object_name:AMS_P_PERSON_PROFILES_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_P_PERSON_PROFILES_V ,
-
VIEW: AMS.AMS_DM_GEN_STG#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DM_GEN_STG#, status:VALID,
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_PERSON_PROFILES#, status:VALID,
-
View: AMS_PERSON_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_PROFILES_V, object_name:AMS_PERSON_PROFILES_V, status:VALID, product: AMS - Marketing , description: Provides Profile of a Person , implementation_dba_data: APPS.AMS_PERSON_PROFILES_V ,
-
View: AMS_P_PERSON_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_PROFILES_V, object_name:AMS_P_PERSON_PROFILES_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_P_PERSON_PROFILES_V ,
-
VIEW: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
owner:IMC, object_type:VIEW, object_name:IMC_CSV_INTERFACE_FIELDS#, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_MODEL_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID,
-
TABLE: AMS.AMS_DM_GEN_STG_GT
12.2.2
owner:AMS, object_type:TABLE, object_name:AMS_DM_GEN_STG_GT, status:VALID,
-
TABLE: AMS.AMS_DM_GEN_STG_GT
12.1.1
owner:AMS, object_type:TABLE, object_name:AMS_DM_GEN_STG_GT, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_SCORE_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID,
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_IMP_PARTIES_INT#, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_MODEL_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID,
-
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: APPS.AMS_DM_SOURCE_SCORE_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID,
-
VIEW: APPS.AMS_PERSON_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_PROFILES_V, object_name:AMS_PERSON_PROFILES_V, status:VALID,
-
VIEW: APPS.AMS_TAR_PERSON_LIST_V
12.2.2
-
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: APPS.AMS_TAR_PERSON_LIST_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AMS_TAR_PERSON_LIST_V, status:VALID,
-
View: HZ_PERSON_PROFILES_CPUI_V
12.1.1
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 ,
-
VIEW: APPS.AMS_TAR_PERSON_LIST_V
12.2.2
owner:APPS, object_type:VIEW, object_name:AMS_TAR_PERSON_LIST_V, status:VALID,
-
View: AMS_IBA_OP_CUSTOMER_V
12.2.2
product: AMS - Marketing , description: It provides a list of all eligible customers in Oracle Applications and their personal information , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Lookup Type: HZ_PERSON_PROFILES
12.2.2
product: AR - Receivables , meaning: List of attributes of HZ_PERSON_PROFILES table , description: A lookup table listing the attributes of HZ_PERSON_PROFILES table ,
-
View: 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, product: AST - TeleSales , implementation_dba_data: APPS.AST_PERSON_PROFILE_V ,
-
View: IGF_AP_CSS_PROFILE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_PROFILE, object_name:IGF_AP_CSS_PROFILE, status:VALID, product: IGF - Financial Aid , description: Retrieves the CSS Profile records , implementation_dba_data: APPS.IGF_AP_CSS_PROFILE ,
-
View: IGF_AP_CSS_PROFILE
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the CSS Profile records , implementation_dba_data: Not implemented in this database ,
-
VIEW: AMS.AMS_DM_PARTY_DETAILS#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DM_PARTY_DETAILS#, status:VALID,
-
VIEW: APPS.AMS_TAR_PERSON_LIST_V
12.1.1