Search Results marital_status_effective_date
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: 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: IGS_AD_STAT_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_STAT_INT, object_name:IGS_AD_STAT_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_STAT_INT ,
-
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: IGS_AD_STAT_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
-
VIEW: APPS.IGS_AD_STAT_INT
12.1.1
-
TABLE: IGS.IGS_AD_STAT_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_STAT_INT_ALL_OLD, status:VALID,
-
VIEW: APPS.IGS_AD_STAT_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_STAT_INT, object_name:IGS_AD_STAT_INT, status:VALID,
-
Lookup Type: DEMOGRAPHICS
12.1.1
product: AR - Receivables , meaning: Demographics , description: Demographics ,
-
Lookup Type: DEMOGRAPHICS
12.2.2
product: AR - Receivables , meaning: Demographics , description: Demographics ,
-
VIEW: APPS.IGS_SS_ADM_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_ADM_APPL, object_name:IGS_SS_ADM_APPL, status:VALID,
-
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,
-
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: IGS_PE_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: IGS_PE_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_STAT_V, object_name:IGS_PE_STAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_STAT_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: IGS_SS_ADM_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: An Admission Application Online View which stores all admission applications received online. , implementation_dba_data: Not implemented in this database ,
-
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: APPS.IGS_PE_SS_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SS_PERSON_V, object_name:IGS_PE_SS_PERSON_V, status:VALID,
-
VIEW: AR.HZ_PERSON_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_PERSON_PROFILES#, status:VALID,
-
TABLE: IGS.IGS_SS_ADM_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADM_APPL_ALL, object_name:IGS_SS_ADM_APPL_ALL, status:VALID,
-
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: IGS_SS_ADM_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_ADM_APPL, object_name:IGS_SS_ADM_APPL, status:VALID, product: IGS - Student System , description: An Admission Application Online View which stores all admission applications received online. , implementation_dba_data: APPS.IGS_SS_ADM_APPL ,
-
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: IGS_PE_SS_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_SS_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SS_PERSON_V, object_name:IGS_PE_SS_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_SS_PERSON_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.IGS_PE_STAT_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.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.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,
-
TABLE: IGS.IGS_AD_STAT_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_STAT_INT_ALL, object_name:IGS_AD_STAT_INT_ALL, 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: 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: 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: APPS.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,
-
Lookup Type: HZ_PERSON_PROFILES
12.1.1
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: HZ_PERSON_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PERSON_PROFILES_V, object_name:HZ_PERSON_PROFILES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PERSON_PROFILES_V ,
-
View: 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, product: AST - TeleSales , implementation_dba_data: APPS.AST_PERSON_PROFILE_V ,
-
View: HZ_PERSON_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PERSON_PROFILES_V, object_name:HZ_PERSON_PROFILES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PERSON_PROFILES_V ,