Search Results third_party_flag




Overview

AMS_DM_PARTY_ATTRIBUTES_V is a seeded database 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 serve as the data source for the seeded data mining functionality in Oracle Marketing, projecting analytical attributes for parties (customers, prospects, and organizations) defined within the Trading Community Architecture (TCA). The view consolidates financial, marketing-interaction, order, service-request, and contract-related measures into a single denormalized row per party, enabling Oracle Marketing's data mining and predictive scoring engines to evaluate and segment the party population without joining numerous operational tables at runtime.

Because it is a view rather than a table, no data is physically stored. The view is a read-only projection intended for consumption by the data mining framework and by custom reporting and extraction processes that require a consolidated party-level analytical profile. In ETRM 12.2.2 the object is documented as VALID and is registered in the APPS schema alongside the other marketing data mining objects.

Underlying Base Objects

Per the documented ETRM 12.2.2 metadata, the view is defined over two referenced base objects, both exposed as synonyms in the APPS schema:

The view text joins the two sources on PARTY_ID (aliased D and SEEDED_TARGET) and produces one row per party, combining the static and time-windowed measures into a unified result set.

Key Columns

The view exposes a broad set of columns. Among the most significant:

A NULL SEEDED_TARGET column is also selected, used internally to align the detail and time sources.

Common Use Cases and Queries

Typical usage involves extracting party profiles for data mining model training, segmentation, or ad hoc analysis. A common query filters on the third-party flag to isolate non-third-party parties:

  • SELECT PARTY_ID, GROSS_ANNUAL_INCOME, NUM_TIMES_TARGETED, AVG_ORDER_AMOUNT FROM APPS.AMS_DM_PARTY_ATTRIBUTES_V WHERE THIRD_PARTY_FLAG = 'N';
  • SELECT party_id, times_targeted_12_months, days_since_last_targeted FROM APPS.AMS_DM_PARTY_ATTRIBUTES_V WHERE num_times_targeted_12_months > 0 ORDER BY times_targeted_12_months DESC;
  • SELECT party_id, tot_order_amount_year, num_of_sr_year, open_srs FROM APPS.AMS_DM_PARTY_ATTRIBUTES_V WHERE tot_order_amount_year > 0;

These queries support marketing analytics, campaign prioritization, and profile enrichment. Because the view aggregates across multiple operational domains, it is well suited to bulk extraction into analytical or data-mining environments rather than transactional reporting.

  • View: AMS_DM_PARTY_ATTRIBUTES_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_DM_PARTY_ATTRIBUTES_V,  object_name:AMS_DM_PARTY_ATTRIBUTES_V,  status:VALID,  product: AMS - Marketingdescription: View used by the seeded data mining data source for parties in the Trading Community Architecture. ,  implementation_dba_data: APPS.AMS_DM_PARTY_ATTRIBUTES_V

  • View: AMS_DM_PARTY_ATTRIBUTES_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_DM_PARTY_ATTRIBUTES_V,  object_name:AMS_DM_PARTY_ATTRIBUTES_V,  status:VALID,  product: AMS - Marketingdescription: View used by the seeded data mining data source for parties in the Trading Community Architecture. ,  implementation_dba_data: APPS.AMS_DM_PARTY_ATTRIBUTES_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 - Marketingdescription: 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 - Marketingdescription: 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 - Marketingdescription: 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_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 - Marketingdescription: 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_ORG_DETAILS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_ORG_DETAILS_V,  object_name:AMS_ORG_DETAILS_V,  status:VALID,  product: AMS - Marketingdescription: This view list the details of an Organization ,  implementation_dba_data: APPS.AMS_ORG_DETAILS_V

  • View: AMS_ORG_DETAILS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_ORG_DETAILS_V,  object_name:AMS_ORG_DETAILS_V,  status:VALID,  product: AMS - Marketingdescription: This view list the details of an Organization ,  implementation_dba_data: APPS.AMS_ORG_DETAILS_V