Search Results person_previous_last_name
Overview
AMS_TAR_PERSON_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the Oracle Marketing (AMS) product family. Its documented purpose is to expose the information stored for an "AMS_PERSON" list source type, meaning that it presents the person-oriented records held within Oracle Marketing list entries. The view is valid in both EBS 12.1.1 and 12.2.2 and provides a denormalized, read-only projection that is convenient for reporting and integration rather than for transactional maintenance.
Because the view is defined over list-entry data, it is primarily used by marketing analysts, campaign managers, and technical consultants who need to inspect the membership and attributes of person-based target lists. It also serves as a stable interface for downstream tools and custom reports, since the underlying AMS_LIST_ENTRIES table stores many list attributes in a generic, multi-purpose structure that is unpivoted and remapped by the view into business-friendly column names. Users searching for "person_identifier" will find that the view surfaces this attribute as PERSON_IDENTIFIER, aliased from the generic COL14 column of the base table.
Underlying Base Objects
The documented base object for AMS_TAR_PERSON_V is AMS_LIST_ENTRIES, referenced through a synonym. The view text selects from AMS_LIST_ENTRIES and applies a restrictive predicate: LIST_ENTRY_SOURCE_SYSTEM_TYPE = 'AMS_PERSON'. This filter ensures that only list entries originating from a person source are returned, excluding other source types such as organizations or imported external lists. Columns such as COL1 through COL24 in the base table are generic placeholders, and the view renames them into meaningful business attributes (for example, COL14 becomes PERSON_IDENTIFIER, COL1 becomes PERSON_NUMBER, COL3 becomes HQ_BRANCH_IND). The view also carries the standard EBS audit columns LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY, and WHERE clauses on the base table remain the mechanism by which the person-only population is enforced.
Key Columns
- PERSON_IDENTIFIER — aliased from COL14; the person identifier value associated with the list entry, frequently the subject of the user's search.
- PARTY_ID — the TCA party identifier linking the list entry to the person's party record.
- PERSON_NAME, PERSON_FIRST_NAME, PERSON_LAST_NAME, PERSON_MIDDLE_NAME — name attributes mapped from CUSTOMER_NAME, FIRST_NAME, and LAST_NAME.
- PERSON_NUMBER — aliased from COL1, the internal person number.
- LIST_ENTRY_ID and LIST_HEADER_ID — the surrogate keys identifying the individual list entry and its parent list header.
- SOURCE_CODE, LIST_ENTRY_SOURCE_SYSTEM_ID, LIST_ENTRY_SOURCE_SYSTEM_TYPE — describe the origin of the entry; the last is always 'AMS_PERSON' in this view.
- ENABLED_FLAG, MANUALLY_ENTERED_FLAG, MARKED_AS_DUPLICATE_FLAG, MARKED_AS_RANDOM_FLAG — status and quality flags governing the entry's usability in a campaign.
- CAMPAIGN_ID, MEDIA_ID, CHANNEL_ID — optional associations to marketing execution objects.
- DUNS_NUMBER, SIC_CODE, TAX_REFERENCE, JGZZ_FISCAL_CODE — firmographic and tax attributes mapped from generic COL columns.
Common Use Cases and Queries
Typical uses include auditing person list membership, reconciling marketing list populations, and extracting person attributes for campaign segmentation. A frequent query pattern filters on PERSON_IDENTIFIER, the column most relevant to the original search:
SELECT party_id, person_name, person_identifier FROM ams_tar_person_v WHERE person_identifier = :identifier;SELECT list_header_id, list_entry_id, person_name FROM ams_tar_person_v WHERE enabled_flag = 'Y';SELECT person_last_name, person_first_name, source_code FROM ams_tar_person_v WHERE list_header_id = :list_id ORDER BY person_last_name;
Because the view is read-only and filtered to AMS_PERSON entries, INSERT, UPDATE, and DELETE operations should be directed at the base AMS_LIST_ENTRIES table, not the view.
-
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_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_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_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_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_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_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.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_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_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_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_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_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_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_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_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.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_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_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 ,
-
View: AMS_P_ACCT_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns the primary contact for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns the primary contact for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_LEAD_MAPPING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LEAD_MAPPING_V, object_name:AMS_LEAD_MAPPING_V, status:VALID, product: AMS - Marketing , description: This view stores the mapping of ams_imp_source_lines table. This is used to populate the data from the data file. , implementation_dba_data: APPS.AMS_LEAD_MAPPING_V ,
-
View: AMS_LEAD_MAPPING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LEAD_MAPPING_V, object_name:AMS_LEAD_MAPPING_V, status:VALID, product: AMS - Marketing , description: This view stores the mapping of ams_imp_source_lines table. This is used to populate the data from the data file. , implementation_dba_data: APPS.AMS_LEAD_MAPPING_V ,