Search Results ams_imp_source_lines
Overview
The AMS_IMP_SOURCE_LINES table is a core data object within the Oracle E-Business Suite Marketing (AMS) module, specifically for releases 12.1.1 and 12.2.2. It functions as the primary staging table for prospect data imported from external sources. Its role is to temporarily hold detailed records for persons or organizations during the list import process before they are validated and processed into the Trading Community Architecture (TCA) registry. This table is critical for data migration, campaign management, and lead generation workflows, serving as the intermediary between raw external data and the standardized party model in Oracle EBS.
Key Information Stored
The table stores a comprehensive set of attributes for each imported prospect record. As indicated by the metadata, its primary key is IMPORT_SOURCE_LINE_ID, which uniquely identifies each imported line. Key foreign key columns establish critical relationships: IMPORT_LIST_HEADER_ID links to the parent import job in AMS_IMP_LIST_HEADERS_ALL; PARTY_ID, ORGANIZATION_ID, CONTACT_POINT_ID, and LOCATION_ID link to successfully created entities in the TCA registry (HZ_PARTIES, HZ_CONTACT_POINTS, HZ_LOCATIONS). Other columns typically store source system identifiers, prospect names, addresses, contact details, and import status flags, forming a complete snapshot of the raw imported data.
Common Use Cases and Queries
Primary use cases involve troubleshooting failed imports, auditing import history, and analyzing source data quality. A common query pattern is to join this table with error tables to identify records that failed validation. For example, to find lines from a specific import that failed, one might use:
- SELECT ils.* FROM ams_imp_source_lines ils, ams_list_import_errors lie WHERE ils.import_source_line_id = lie.import_source_line_id AND ils.import_list_header_id = <HEADER_ID>;
Another frequent scenario is verifying which imported source lines successfully created party records by querying where PARTY_ID is not null. Reporting use cases include tracking import volumes by source and analyzing the conversion rate from imported lines to created prospects.
Related Objects
AMS_IMP_SOURCE_LINES has integral relationships with several key objects. It is a child of AMS_IMP_LIST_HEADERS_ALL, which defines the import job. It references TCA foundation tables (HZ_PARTIES, HZ_LOCATIONS, HZ_CONTACT_POINTS) for successfully processed data. Crucially, it is referenced by AMS_LIST_IMPORT_ERRORS, which logs validation failures, and by AMS_PARTY_SOURCES, which maintains the lineage between a created party and its original import source. This network of relationships underscores its central role in the import data flow.
-
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 ,
-
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 ,
-
APPS.AMS_IMP_REG_DETAIL_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_IMPORTCLIENT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_LIST_IMPORT_PUB dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_IMPORTCLIENT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_LIST_IMPORT_PUB dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_PARTYIMPORT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_IMP_SOURCE_LINES_PKG dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_XML_ELEMENT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_IMP_SOURCE_LINES_PKG dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_XML_ELEMENT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_IS_LINE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_PARTYIMPORT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_IS_LINE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_IMP_REG_DETAIL_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_LIST_IMPORT_PUB
12.1.1
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_LIST_IMPORT_PUB
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_IMP_SOURCE_LINES_S
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_IMP_SOURCE_LINES_S
12.1.1
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_LIST_IMPORT_ERRORS
12.1.1
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_LIST_IMPORT_ERRORS
12.2.2
-
SYNONYM: APPS.AMS_IMP_SOURCE_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_IMP_SOURCE_LINES, status:VALID,
-
SYNONYM: APPS.AMS_IMP_SOURCE_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_IMP_SOURCE_LINES, status:VALID,
-
APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_IMP_DOCUMENTS
12.2.2
-
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 SQL Statements
12.1.1
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_LIST_ENTRIES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B
12.1.1
-
APPS.AMS_LIST_PURGE_PVT SQL Statements
12.2.2
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_PARTY_SOURCES
12.1.1
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_PARTY_SOURCES
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on AMS_IMP_DOCUMENTS
12.1.1
-
APPS.AMS_LIST_PURGE_PVT dependencies on AMS_LIST_ENTRIES
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_LIST_ENTRIES
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_LIST_ENTRIES
12.2.2
-
Table: AMS_LIST_IMPORT_ERRORS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_IMPORT_ERRORS, object_name:AMS_LIST_IMPORT_ERRORS, status:VALID, product: AMS - Marketing , description: This table stores the errors occured during the import process. , implementation_dba_data: AMS.AMS_LIST_IMPORT_ERRORS ,
-
Table: AMS_LIST_IMPORT_ERRORS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_IMPORT_ERRORS, object_name:AMS_LIST_IMPORT_ERRORS, status:VALID, product: AMS - Marketing , description: This table stores the errors occured during the import process. , implementation_dba_data: AMS.AMS_LIST_IMPORT_ERRORS ,
-
APPS.AMS_IMPORTCLIENT_PVT dependencies on FND_API
12.2.2
-
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 ,