Search Results ams_imp_doc_content
Overview
The AMS_IMP_DOC_CONTENT table is a core data object within the Oracle E-Business Suite Marketing (AMS) module, specifically designed to support data import operations. Its primary role is to store the detailed content of documents imported into the system, acting as a staging or transactional repository during the list import process. This table is integral to the marketing campaign and lead management functionalities, enabling the bulk loading of external data, such as prospect or customer lists, for subsequent segmentation and campaign execution. Its status as a valid table in both EBS 12.1.1 and 12.2.2 indicates its continued importance in the application architecture for handling imported marketing data.
Key Information Stored
While the provided metadata does not list specific columns, the table's description and foreign key relationship define its fundamental purpose. Based on standard import pattern tables in Oracle EBS, it typically stores the raw or parsed data from the source document. Key information likely includes the unique identifier for the imported document content row, a reference to the parent import header via the IMPORT_LIST_HEADER_ID column, and columns representing the various data fields from the source file (e.g., contact name, email address, company, phone number). It may also contain processing flags, error status indicators, and sequence numbers to maintain the original order of records from the imported document.
Common Use Cases and Queries
The primary use case for this table is the technical processing and validation of marketing list imports. Data is inserted into this table during the import execution, where it can be validated or transformed before being transferred to base marketing tables. Common queries involve reviewing imported data for errors or analyzing the source content before final processing. A typical SQL pattern would join this table to its parent header to view all records for a specific import job.
- Reviewing records for a specific import list:
SELECT * FROM AMS.AMS_IMP_DOC_CONTENT WHERE IMPORT_LIST_HEADER_ID = <header_id> ORDER BY <sequence_column>; - Identifying import records with processing errors:
SELECT doc.* FROM AMS.AMS_IMP_DOC_CONTENT doc, AMS.AMS_IMP_LIST_HEADERS_ALL hdr WHERE doc.IMPORT_LIST_HEADER_ID = hdr.IMPORT_LIST_HEADER_ID AND hdr.STATUS = 'ERROR';
Related Objects
The table maintains a critical foreign key relationship with the AMS_IMP_LIST_HEADERS_ALL table, which is documented in the provided metadata. This relationship structures the import process, where a single header record controls and summarizes the entire import job, and multiple content records in AMS_IMP_DOC_CONTENT hold the individual data rows.
- AMS_IMP_LIST_HEADERS_ALL: This is the parent table. The foreign key from AMS_IMP_DOC_CONTENT.IMPORT_LIST_HEADER_ID references the primary key of AMS_IMP_LIST_HEADERS_ALL. This join is essential for querying imported document content in the context of its controlling import job, including parameters, status, and requester information stored in the header.
-
Table: AMS_IMP_DOC_CONTENT
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_DOC_CONTENT, object_name:AMS_IMP_DOC_CONTENT, status:VALID, product: AMS - Marketing , description: This table stores the information of the imported document , implementation_dba_data: AMS.AMS_IMP_DOC_CONTENT ,
-
Table: AMS_IMP_DOC_CONTENT
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_DOC_CONTENT, object_name:AMS_IMP_DOC_CONTENT, status:VALID, product: AMS - Marketing , description: This table stores the information of the imported document , implementation_dba_data: AMS.AMS_IMP_DOC_CONTENT ,
-
APPS.AMS_IMP_DOC_CON_PKG dependencies on AMS_IMP_DOC_CONTENT
12.2.2
-
APPS.AMS_IMP_DOC_CON_PKG dependencies on AMS_IMP_DOC_CONTENT
12.1.1
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on AMS_IMP_DOC_CONTENT
12.1.1
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on AMS_IMP_DOC_CONTENT
12.2.2
-
SYNONYM: APPS.AMS_IMP_DOC_CONTENT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_IMP_DOC_CONTENT, status:VALID,
-
APPS.AMS_IMP_DOC_CON_PKG SQL Statements
12.1.1
-
VIEW: AMS.AMS_IMP_DOC_CONTENT#
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.AMS_IMP_DOC_CONTENT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_IMP_DOC_CONTENT, status:VALID,
-
VIEW: AMS.AMS_IMP_DOC_CONTENT#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_IMP_DOC_CONTENT#, status:VALID,
-
TABLE: AMS.AMS_IMP_DOC_CONTENT
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_DOC_CONTENT, object_name:AMS_IMP_DOC_CONTENT, status:VALID,
-
APPS.AMS_IMP_DOC_CON_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PKG
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT SQL Statements
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on DUAL
12.2.2
-
TABLE: AMS.AMS_IMP_DOC_CONTENT
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_DOC_CONTENT, object_name:AMS_IMP_DOC_CONTENT, status:VALID,
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_IMP_DOC_CON_PKG, status:VALID,
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_IMP_DOC_CON_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_IMP_DOC_CON_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_IMP_DOC_CON_PVT, status:VALID,
-
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 ,
-
APPS.AMS_IMP_DOC_CON_PKG dependencies on FND_API
12.1.1
-
APPS.AMS_IMP_DOC_CON_PKG dependencies on FND_API
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on JTF_PLSQL_API
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on JTF_PLSQL_API
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_IMP_DOC_CON_PVT
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on STANDARD
12.1.1
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on STANDARD
12.2.2
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on FND_API
12.1.1
-
APPS.AMS_IMP_DOC_CON_PVT dependencies on FND_API
12.2.2
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,