Search Results rent_own_ind
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: IMC.IMC_CSV_INTERFACE_FIELDS#
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: AR.HZ_PERSON_PROFILES#
12.2.2
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
-
VIEW: APPS.AMS_ORG_PROFILES_V
12.2.2
-
View: AMS_P_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORG_PROFILES_V, object_name:AMS_P_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: This public view returns an organization profile for an organization. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORG_PROFILES_V ,
-
View: AMS_P_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORG_PROFILES_V, object_name:AMS_P_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: This public view returns an organization profile for an organization. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORG_PROFILES_V ,
-
VIEW: APPS.AMS_P_ORG_PROFILES_V
12.2.2
-
VIEW: APPS.AMS_P_ORG_PROFILES_V
12.1.1
-
VIEW: APPS.AMS_ORG_PROFILES_V
12.1.1
-
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: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.2.2
-
VIEW: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.1.1
-
View: AMS_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_PROFILES_V, object_name:AMS_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: This public view returns an organization profile for an organization. Used for list generation. , implementation_dba_data: APPS.AMS_ORG_PROFILES_V ,
-
Lookup Type: DEMOGRAPHICS
12.1.1
product: AR - Receivables , meaning: Demographics , description: Demographics ,
-
View: AMS_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_PROFILES_V, object_name:AMS_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: This public view returns an organization profile for an organization. Used for list generation. , implementation_dba_data: APPS.AMS_ORG_PROFILES_V ,
-
Lookup Type: DEMOGRAPHICS
12.2.2
product: AR - Receivables , meaning: Demographics , description: Demographics ,
-
View: JTF_HZ_ORGANIZATION_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_ORGANIZATION_PROFILES_V, object_name:JTF_HZ_ORGANIZATION_PROFILES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_ORGANIZATION_PROFILES_V retrieves information about people as contacts for organizations. The table includes information about the person in the context of the organization such as their job title or rank. , implementation_dba_data: APPS.JTF_HZ_ORGANIZATION_PROFILES_V ,
-
View: JTF_HZ_ORGANIZATION_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_ORGANIZATION_PROFILES_V, object_name:JTF_HZ_ORGANIZATION_PROFILES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_ORGANIZATION_PROFILES_V retrieves information about people as contacts for organizations. The table includes information about the person in the context of the organization such as their job title or rank. , implementation_dba_data: APPS.JTF_HZ_ORGANIZATION_PROFILES_V ,
-
VIEW: AR.HZ_ORGANIZATION_PROFILES#
12.2.2
-
VIEW: APPS.AMS_LT_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID,
-
VIEW: APPS.AMS_LT_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID,
-
VIEW: AR.HZ_PARTY_INTERFACE#
12.2.2
-
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: 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: APPS.AMS_P_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORG_PROFILES_V, object_name:AMS_P_ORG_PROFILES_V, status:VALID,
-
VIEW: APPS.AMS_P_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORG_PROFILES_V, object_name:AMS_P_ORG_PROFILES_V, status:VALID,
-
VIEW: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
owner:IMC, object_type:VIEW, object_name:IMC_CSV_INTERFACE_FIELDS#, status:VALID,
-
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_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: AR.HZ_PERSON_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_PERSON_PROFILES#, status:VALID,
-
Lookup Type: BUSINESS_DETAILS
12.2.2
product: AR - Receivables , meaning: Business Details , description: Business Details ,
-
Lookup Type: BUSINESS_DETAILS
12.1.1
product: AR - Receivables , meaning: Business Details , description: Business Details ,
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_IMP_PARTIES_INT#, status:VALID,
-
View: AMS_LT_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: Data Source view based on hz_organization_profiles , implementation_dba_data: APPS.AMS_LT_ORG_PROFILES_V ,
-
View: AMS_LT_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: Data Source view based on hz_organization_profiles , implementation_dba_data: APPS.AMS_LT_ORG_PROFILES_V ,
-
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: 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,
-
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: 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 ,
-
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_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