Search Results ams_party_sources
Overview
The AMS_PARTY_SOURCES table is a core data object within the Oracle E-Business Suite Marketing (AMS) module. Its primary function is to maintain an audit trail for the origin of newly created party records in the Trading Community Architecture (TCA) registry. When a party is added to the HZ_PARTIES table through AMS-driven processes—such as list imports, campaign responses, or lead generation—this table records the specific marketing source that created it. This linkage is critical for campaign attribution, list management, and understanding the provenance of customer and prospect data within the marketing ecosystem.
Key Information Stored
The table's structure is designed to link a party to its marketing source. The primary identifier is the PARTY_SOURCES_ID. The most significant columns include PARTY_ID, which is the foreign key to HZ_PARTIES, establishing the link to the party record itself. The source is defined through several key foreign key columns: LIST_SOURCE_TYPE_ID references AMS_LIST_SRC_TYPES to classify the source (e.g., "Web Form," "Trade Show List"), IMPORT_LIST_HEADER_ID links to AMS_IMP_LIST_HEADERS_ALL for batch list imports, and IMPORT_SOURCE_LINE_ID can provide a more granular link to the specific line within an import source via AMS_IMP_SOURCE_LINES. This design allows the system to track whether a party originated from a specific list upload, a particular import file line, or a general source type.
Common Use Cases and Queries
A primary use case is generating reports on lead or customer acquisition sources. Marketing analysts can query this table to determine how many new parties were generated from a specific imported list or source type within a given period. This is essential for measuring campaign ROI and list effectiveness. A typical query would join AMS_PARTY_SOURCES with HZ_PARTIES and the relevant source table. For example, to find all parties created from a specific import list header, one might use: SELECT ps.PARTY_ID, hz.PARTY_NAME FROM AMS_PARTY_SOURCES ps, HZ_PARTIES hz WHERE ps.PARTY_ID = hz.PARTY_ID AND ps.IMPORT_LIST_HEADER_ID = <header_id>;. Another critical use is data integrity and cleanup operations, where administrators may need to trace and validate the origin of party records that entered the system via marketing activities.
Related Objects
The table is centrally connected to several key AMS and TCA entities through documented foreign key relationships. These relationships are fundamental to its purpose:
- HZ_PARTIES: Joined via PARTY_ID. This is the core relationship linking the source record to the actual party in TCA.
- AMS_LIST_SRC_TYPES: Joined via LIST_SOURCE_TYPE_ID. This provides the categorization of the marketing source.
- AMS_IMP_LIST_HEADERS_ALL: Joined via IMPORT_LIST_HEADER_ID. This links to the header record of a batch list import operation.
- AMS_IMP_SOURCE_LINES: Joined via IMPORT_SOURCE_LINE_ID. This provides a more detailed link to the individual line item from an import source that generated the party.
-
Table: AMS_PARTY_SOURCES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_PARTY_SOURCES, object_name:AMS_PARTY_SOURCES, status:VALID, product: AMS - Marketing , description: This table stores the information regarding the source of newly added party in the HZ table. , implementation_dba_data: AMS.AMS_PARTY_SOURCES ,
-
Table: AMS_PARTY_SOURCES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_PARTY_SOURCES, object_name:AMS_PARTY_SOURCES, status:VALID, product: AMS - Marketing , description: This table stores the information regarding the source of newly added party in the HZ table. , implementation_dba_data: AMS.AMS_PARTY_SOURCES ,
-
Concurrent Program: AMS_PARTY_SOURCES
12.2.2
execution_filename: ams_partyimport_pvt.schedule_party_process , product: AMS - Marketing , user_name: AMS_PARTY_PROCESS , description: Party Import to HZ parties , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMS_PARTY_SOURCES
12.1.1
execution_filename: ams_partyimport_pvt.schedule_party_process , product: AMS - Marketing , user_name: AMS_PARTY_PROCESS , description: Party Import to HZ parties , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.HZ_PURGE_GEN dependencies on AMS_PARTY_SOURCES
12.1.1
-
APPS.AMS_PARTYIMPORT_PVT dependencies on AMS_PARTY_SOURCES
12.1.1
-
APPS.AMS_PARTYIMPORT_PVT dependencies on AMS_PARTY_SOURCES
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_PARTY_SOURCES
12.1.1
-
APPS.AMS_LIST_IMPORT_PUB dependencies on AMS_PARTY_SOURCES
12.1.1
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_PARTY_SOURCES
12.1.1
-
APPS.AMS_LIST_IMPORT_PUB dependencies on AMS_PARTY_SOURCES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_PARTY_SOURCES
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_PARTY_SOURCES
12.2.2
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_PARTY_SOURCES
12.2.2
-
SYNONYM: APPS.AMS_PARTY_SOURCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_PARTY_SOURCES, status:VALID,
-
SYNONYM: APPS.AMS_PARTY_SOURCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_PARTY_SOURCES, status:VALID,
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
VIEW: APPS.BIM_FCTV_RESPONSES
12.2.2
-
APPS.AMS_PARTYIMPORT_PVT dependencies on HZ_PARTY_V2PUB
12.2.2
-
APPS.AMS_PARTYIMPORT_PVT dependencies on HZ_PARTY_V2PUB
12.1.1
-
VIEW: APPS.BIM_FCTV_RESPONSES
12.1.1
-
VIEW: APPS.BIM_FCTV_TARGETS
12.2.2
-
Table: AMS_IMP_SOURCE_LINES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_SOURCE_LINES, object_name:AMS_IMP_SOURCE_LINES, status:VALID, product: AMS - Marketing , description: This table stores Persons or Organizations (Prospects) imported from external sources. , implementation_dba_data: AMS.AMS_IMP_SOURCE_LINES ,
-
Table: AMS_IMP_SOURCE_LINES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_SOURCE_LINES, object_name:AMS_IMP_SOURCE_LINES, status:VALID, product: AMS - Marketing , description: This table stores Persons or Organizations (Prospects) imported from external sources. , implementation_dba_data: AMS.AMS_IMP_SOURCE_LINES ,
-
APPS.HZ_PURGE_GEN dependencies on AMS_ACT_PARTNERS
12.1.1
-
APPS.AMS_PARTYIMPORT_PVT dependencies on DUAL
12.2.2
-
APPS.AMS_PARTYIMPORT_PVT dependencies on DUAL
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_ACT_PARTNERS
12.2.2
-
VIEW: APPS.BIM_FCTV_TARGETS
12.1.1
-
View: BIM_FCTV_REV_COGS
12.1.1
product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
Table: AMS_IMP_LIST_HEADERS_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_LIST_HEADERS_ALL, object_name:AMS_IMP_LIST_HEADERS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the user entered name and other details about lists imported into Oracle Marketing from external sources. , implementation_dba_data: AMS.AMS_IMP_LIST_HEADERS_ALL ,
-
Table: AMS_IMP_LIST_HEADERS_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_LIST_HEADERS_ALL, object_name:AMS_IMP_LIST_HEADERS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the user entered name and other details about lists imported into Oracle Marketing from external sources. , implementation_dba_data: AMS.AMS_IMP_LIST_HEADERS_ALL ,
-
Table: AMS_LIST_SRC_TYPES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_SRC_TYPES, object_name:AMS_LIST_SRC_TYPES, status:VALID, product: AMS - Marketing , description: This table stores all different list source types that may be used for list generation. , implementation_dba_data: AMS.AMS_LIST_SRC_TYPES ,
-
Table: AMS_LIST_SRC_TYPES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_SRC_TYPES, object_name:AMS_LIST_SRC_TYPES, status:VALID, product: AMS - Marketing , description: This table stores all different list source types that may be used for list generation. , implementation_dba_data: AMS.AMS_LIST_SRC_TYPES ,
-
12.2.2 FND Design Data
12.2.2
-
APPS.AMS_PARTYIMPORT_PVT SQL Statements
12.2.2
-
View: BIM_FCTV_REV_COGS
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMS_PARTYIMPORT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTYIMPORT_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTYIMPORT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTYIMPORT_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTY_MERGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTY_MERGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MERGE_PVT, status:VALID,
-
APPS.AMS_PARTYIMPORT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_PURGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_PURGE_PVT, status:VALID,
-
VIEW: APPS.BIM_FCTV_TARGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_TARGETS, object_name:BIM_FCTV_TARGETS, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_PURGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_PURGE_PVT, status:VALID,
-
View: BIM_FCTV_TARGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_TARGETS, object_name:BIM_FCTV_TARGETS, status:VALID, product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: APPS.BIM_FCTV_TARGETS ,