Search Results arc_list_used_by_source
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.
-
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_TAR_ORGANIZATION_V
12.2.2
-
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_PERSON_V
12.2.2
-
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: 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: 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: 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: APPS.AMS_TAR_CONTACT_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.AMS_TAR_CONTACT_V
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: AMS_TAR_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ACCOUNT_V, object_name:AMS_TAR_ACCOUNT_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_ACCOUNT" List source type. , implementation_dba_data: APPS.AMS_TAR_ACCOUNT_V ,
-
View: AMS_TAR_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ACCOUNT_V, object_name:AMS_TAR_ACCOUNT_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_ACCOUNT" List source type. , implementation_dba_data: APPS.AMS_TAR_ACCOUNT_V ,
-
VIEW: APPS.AMS_TAR_ACCOUNT_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.AMS_TAR_ACCOUNT_V
12.1.1
-
VIEW: APPS.AMS_TAR_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ACCOUNT_V, object_name:AMS_TAR_ACCOUNT_V, status:VALID,
-
VIEW: APPS.AMS_TAR_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ACCOUNT_V, object_name:AMS_TAR_ACCOUNT_V, status:VALID,
-
View: AMS_P_LIST_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_ENTRIES_V, object_name:AMS_P_LIST_ENTRIES_V, status:VALID, product: AMS - Marketing , description: This public view returns all customers/contacts/target prospectsgenerated for a list, to be used for mailshots, telemarketing etc. , implementation_dba_data: APPS.AMS_P_LIST_ENTRIES_V ,
-
VIEW: APPS.AMS_P_LIST_ENTRIES_V
12.2.2
-
View: AMS_P_LIST_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_ENTRIES_V, object_name:AMS_P_LIST_ENTRIES_V, status:VALID, product: AMS - Marketing , description: This public view returns all customers/contacts/target prospectsgenerated for a list, to be used for mailshots, telemarketing etc. , implementation_dba_data: APPS.AMS_P_LIST_ENTRIES_V ,
-
VIEW: APPS.AMS_P_LIST_ENTRIES_V
12.1.1
-
APPS.AMS_MANUAL_LIST_GEN SQL Statements
12.2.2
-
APPS.AMS_MANUAL_LIST_GEN SQL Statements
12.1.1
-
VIEW: AMS.AMS_LIST_ENTRIES#
12.2.2
-
APPS.AMS_LIST_MAINT_PVT SQL Statements
12.1.1
-
APPS.AMS_LIST_MAINT_PVT SQL Statements
12.2.2
-
VIEW: AMS.AMS_LIST_ENTRIES#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_LIST_ENTRIES#, status:VALID,
-
TABLE: AMS.AMS_LIST_ENTRIES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_ENTRIES, object_name:AMS_LIST_ENTRIES, status:VALID,
-
APPS.AMS_LISTENTRY_PVT SQL Statements
12.2.2
-
APPS.AMS_LISTENTRY_PVT SQL Statements
12.1.1
-
VIEW: APPS.AMS_P_LIST_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_ENTRIES_V, object_name:AMS_P_LIST_ENTRIES_V, status:VALID,
-
PACKAGE: APPS.AMS_LIST_MAINT_PVT
12.2.2
-
PACKAGE: APPS.AMS_LIST_MAINT_PVT
12.1.1
-
VIEW: APPS.AMS_P_LIST_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_ENTRIES_V, object_name:AMS_P_LIST_ENTRIES_V, status:VALID,
-
TABLE: AMS.AMS_LIST_ENTRIES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_ENTRIES, object_name:AMS_LIST_ENTRIES, status:VALID,
-
PACKAGE: APPS.AMS_LISTENTRY_PVT
12.2.2
-
PACKAGE: APPS.AMS_LISTENTRY_PVT
12.1.1
-
APPS.IEC_VALIDATE_PVT SQL Statements
12.2.2
-
APPS.IEC_VALIDATE_PVT SQL Statements
12.1.1
-
APPS.AMS_ACT_LIST_PVT SQL Statements
12.1.1
-
APPS.AMS_ACT_LIST_PVT SQL Statements
12.2.2
-
APPS.AMS_LISTGENERATION_PKG SQL Statements
12.1.1
-
APPS.AMS_LISTGENERATION_PKG SQL Statements
12.2.2