Search Results customer_key
Overview
APPS.AMS_TAR_ORGANIZATION_V is an Oracle E-Business Suite 12.1.1 / 12.2.2 view owned by the APPS schema that presents organization-based list entries from the Oracle Marketing (AMS) module in a denormalized, reporting-friendly shape. It is a "TAR" (Target Audience Registry) view: a presentation layer used by Oracle Marketing list management, list entry selection, and audience segmentation functionality. The view filters the underlying list entries stack so that only rows whose source system type equals the literal value AMS_ORGANIZATION are returned, meaning it exposes organization (party) records that have been enrolled onto marketing lists rather than persons, contacts, or other source objects.
Because it joins out to customer/party attributes such as DUNS number, fiscal code, SIC code, and tax identifiers, the view is commonly consumed for downstream reporting, data extraction, and integration into external campaign management or master data systems. The presence of LIST_ENTRY_SOURCE_SYSTEM_ID and related source system columns reflects the fact that organizations may originate from multiple source systems; the view itself is restricted to one organization source type and therefore does not enumerate cross-source deduplication.
Underlying Base Objects
The documented view definition references exactly one base object: the synonym AMS_LIST_ENTRIES. All columns projected by the view (with the exception of aliased customer attributes) are selected directly from AMS_LIST_ENTRIES, and no joins are visible in the documented view text. This is significant: the aliased columns such as COL1–COL6 and CUSTOMER_NAME are already resolved within AMS_LIST_ENTRIES (or its own underlying layer) as stored attribute columns rather than being joined at view-execution time.
AMS_LIST_ENTRIES— the sole documented base object, exposed via a synonym in the APPS schema.- The view applies a hard-coded predicate
WHERE LIST_ENTRY_SOURCE_SYSTEM_TYPE = 'AMS_ORGANIZATION', so it is effectively a filtered projection.
Key Columns
LIST_ENTRY_ID,LIST_HEADER_ID— primary identifiers linking the row to the list and list entry.LIST_ENTRY_SOURCE_SYSTEM_ID,LIST_ENTRY_SOURCE_SYSTEM_TYPE— the source system identity; the type is fixed atAMS_ORGANIZATIONfor this view.PARTY_ID,ORGANIZATION_NAME— the organization/party identity.CUSTOMER_KEY(COL2),DUNS_NUMBER(COL5),JGZZ_FISCAL_CODE(COL4),SIC_CODE(COL1),TAX_NAME(COL6),TAX_REFERENCE(COL3) — organization attributes surfaced from generic COL placeholders.ENABLED_FLAG,MANUALLY_ENTERED_FLAG,MARKED_AS_DUPLICATE_FLAG,MARKED_AS_RANDOM_FLAG,PART_OF_CONTROL_GROUP_FLAG— status/quality flags.VIEW_APPLICATION_ID,OBJECT_VERSION_NUMBER, audit columns — concurrency and ownership.- Campaign/channel context:
CAMPAIGN_ID,MEDIA_ID,CHANNEL_ID,CHANNEL_SCHEDULE_ID,EVENT_OFFER_ID.
Common Use Cases and Queries
Typical uses include auditing organization membership on marketing lists, extracting organization demographics for external systems, and verifying source system population. A representative query:
SELECT list_header_id, list_entry_id, party_id, organization_name, duns_number, list_entry_source_system_id, enabled_flag FROM apps.ams_tar_organization_v WHERE enabled_flag = 'Y';- Reporting by source system: group by
LIST_ENTRY_SOURCE_SYSTEM_IDto reconcile organizations loaded from differing upstream systems. - Data quality checks on duplicate, random, and control-group flags before campaign execution.
-
APPS.HZ_FUZZY_PUB SQL Statements
12.1.1
-
APPS.HZ_FUZZY_PUB SQL Statements
12.2.2
-
VIEW: APPS.AMS_TAR_ORGANIZATION_V
12.1.1
-
View: AMS_TAR_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ORGANIZATION_V, object_name:AMS_TAR_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_ORGANIZATION" List source type. , implementation_dba_data: APPS.AMS_TAR_ORGANIZATION_V ,
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
-
View: AMS_TAR_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ORGANIZATION_V, object_name:AMS_TAR_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_ORGANIZATION" List source type. , implementation_dba_data: APPS.AMS_TAR_ORGANIZATION_V ,
-
VIEW: APPS.AMS_TAR_ORGANIZATION_V
12.2.2
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.1.1
-
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: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.2.2
-
View: JTF_PARTIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
View: AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
VIEW: APPS.AMS_TAR_PERSON_V
12.2.2
-
VIEW: APPS.ASO_PVT_CUSTOMER_ORG_FIND_V
12.1.1
-
VIEW: APPS.ASO_PVT_CUSTOMER_ORG_FIND_V
12.2.2
-
View: AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
View: JTF_PARTIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_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: AR.RA_CUSTOMERS#
12.2.2
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
VIEW: APPS.ASO_PVT_CUSTOMER_PER_FIND_V
12.2.2
-
View: ICX_RA_CUSTOMERS_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_RA_CUSTOMERS_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AR_PARTY_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PARTY_FIND_V, object_name:AR_PARTY_FIND_V, status:VALID,
-
View: AMS_TAR_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_CONTACT_V, object_name:AMS_TAR_CONTACT_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_CONTACT" List source type. , implementation_dba_data: APPS.AMS_TAR_CONTACT_V ,
-
VIEW: APPS.ASO_PVT_CUSTOMER_CONT_FIND_V
12.2.2
owner:APPS, object_type:VIEW, object_name:ASO_PVT_CUSTOMER_CONT_FIND_V, status:VALID,
-
VIEW: APPS.ASO_PVT_CUSTOMER_PER_FIND_V
12.1.1
-
VIEW: APPS.ASO_PVT_CUSTOMER_CONT_FIND_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ASO_PVT_CUSTOMER_CONT_FIND_V, status:VALID,
-
VIEW: APPS.AMS_ORGANIZATION_V
12.1.1
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.2.2
-
VIEW: APPS.AMS_TAR_PERSON_V
12.1.1
-
VIEW: APPS.AMS_TAR_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ORGANIZATION_V, object_name:AMS_TAR_ORGANIZATION_V, status:VALID,
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.1.1
-
VIEW: APPS.ASO_PVT_CUSTOMER_CONT_FIND_V
12.2.2
-
VIEW: APPS.AR_PARTY_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PARTY_FIND_V, object_name:AR_PARTY_FIND_V, status:VALID,
-
VIEW: APPS.AR_CUSTOMER_CONTACT_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CONTACT_FIND_V, object_name:AR_CUSTOMER_CONTACT_FIND_V, status:VALID,
-
VIEW: APPS.AMS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.ASO_PVT_CUSTOMER_ORG_FIND_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ASO_PVT_CUSTOMER_ORG_FIND_V, status:VALID,
-
View: AMS_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_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_ORGANIZATION_V ,
-
View: JTF_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_V ,
-
VIEW: APPS.AMS_TAR_CONTACT_V
12.1.1
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.2.2
-
View: AR_CUSTOMERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ALL_V, object_name:AR_CUSTOMERS_ALL_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ALL_V ,
-
View: AMS_TAR_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_CONTACT_V, object_name:AMS_TAR_CONTACT_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_CONTACT" List source type. , implementation_dba_data: APPS.AMS_TAR_CONTACT_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: APPS.AR_CUSTOMER_CONTACT_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CONTACT_FIND_V, object_name:AR_CUSTOMER_CONTACT_FIND_V, status:VALID,
-
View: AMS_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_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_ORGANIZATION_V ,
-
View: JTF_HZ_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_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 ,