Search Results as_imp_cnt_pnt_interface
Overview
The AS_IMP_CNT_PNT_INTERFACE table is a critical data interface object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments. It resides in the OSM schema and is owned by the AS (Sales Foundation) product module. As an interface table, its primary function is to serve as a staging area for importing contact point information into the application's core data model. Contact points represent the various methods of communication for a party, such as phone numbers, email addresses, and physical addresses. This table enables the bulk loading or incremental updating of this data from external systems or legacy databases, ensuring data integrity and validation before the information is transferred to the permanent base tables.
Key Information Stored
The table is designed to hold a comprehensive set of attributes necessary for creating or updating contact points. While the full column list is not detailed in the provided metadata, the structure is defined by its primary and foreign keys. The primary key column, IMP_CNT_PNT_INTERFACE_ID, uniquely identifies each record within the interface table. The foreign key column, IMPORT_INTERFACE_ID, links the contact point data to a parent record in the AS_IMPORT_INTERFACE table, which typically manages the overall import batch or process. Other columns would logically store the contact point details (e.g., contact point type, phone number, email, address lines), the associated party or account identifier, and standard interface control columns such as PROCESS_STATUS, ERROR_MESSAGE, and REQUEST_ID to manage the import lifecycle.
Common Use Cases and Queries
The primary use case is the batch import of customer or partner contact information during data migration, system integration, or regular data feeds. A typical operational pattern involves an external process populating the table, followed by the execution of a standard Oracle import concurrent program that validates the records and transfers them to the target tables. Common diagnostic queries include checking for records pending processing or those that have failed validation. For example:
- SELECT COUNT(*), PROCESS_STATUS FROM OSM.AS_IMP_CNT_PNT_INTERFACE GROUP BY PROCESS_STATUS;
- SELECT * FROM OSM.AS_IMP_CNT_PNT_INTERFACE WHERE ERROR_MESSAGE IS NOT NULL;
These queries help administrators monitor the interface's health and resolve data errors before reprocessing the import job.
Related Objects
The AS_IMP_CNT_PNT_INTERFACE table has a direct, documented relationship with the AS_IMPORT_INTERFACE table, as indicated by the provided foreign key metadata. This relationship is fundamental to the import architecture.
- AS_IMPORT_INTERFACE: This is the parent interface table. The foreign key from AS_IMP_CNT_PNT_INTERFACE.IMPORT_INTERFACE_ID references a record in this table. This link associates specific contact point data with a broader import batch, allowing for grouped processing and status tracking.
- AS_IMP_CNT_PNT_INTERFACE_PK: This is the primary key constraint on the IMP_CNT_PNT_INTERFACE_ID column, ensuring the uniqueness of each staged record.
Upon successful processing, the data is ultimately transferred to core Trading Community Architecture (TCA) tables, such as HZ_CONTACT_POINTS, though this latter relationship is managed by the application's import logic rather than a direct database foreign key constraint.
-
Table: AS_IMP_CNT_PNT_INTERFACE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_CNT_PNT_INTERFACE, object_name:AS_IMP_CNT_PNT_INTERFACE, status:VALID, product: AS - Sales Foundation , description: Interface table to hold contact points information to be imported. , implementation_dba_data: OSM.AS_IMP_CNT_PNT_INTERFACE ,
-
Table: AS_IMP_CNT_PNT_INTERFACE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_CNT_PNT_INTERFACE, object_name:AS_IMP_CNT_PNT_INTERFACE, status:VALID, product: AS - Sales Foundation , description: Interface table to hold contact points information to be imported. , implementation_dba_data: OSM.AS_IMP_CNT_PNT_INTERFACE ,
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_CNT_PNT_INTERFACE
12.1.1
-
APPS.AS_IMPORT_SL_PVT dependencies on AS_IMP_CNT_PNT_INTERFACE
12.2.2
-
APPS.AS_IMPORT_SL_PVT dependencies on AS_IMP_CNT_PNT_INTERFACE
12.1.1
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_CNT_PNT_INTERFACE
12.2.2
-
SYNONYM: APPS.AS_IMP_CNT_PNT_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_IMP_CNT_PNT_INTERFACE, status:VALID,
-
VIEW: OSM.AS_IMP_CNT_PNT_INTERFACE#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_IMP_CNT_PNT_INTERFACE#, status:VALID,
-
SYNONYM: APPS.AS_IMP_CNT_PNT_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_IMP_CNT_PNT_INTERFACE, status:VALID,
-
VIEW: OSM.AS_IMP_CNT_PNT_INTERFACE#
12.2.2
-
Table: AS_IMPORT_INTERFACE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMPORT_INTERFACE, object_name:AS_IMPORT_INTERFACE, status:VALID, product: AS - Sales Foundation , description: staging table to hold data to be imported , implementation_dba_data: OSM.AS_IMPORT_INTERFACE ,
-
Table: AS_IMPORT_INTERFACE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMPORT_INTERFACE, object_name:AS_IMPORT_INTERFACE, status:VALID, product: AS - Sales Foundation , description: staging table to hold data to be imported , implementation_dba_data: OSM.AS_IMPORT_INTERFACE ,
-
PACKAGE BODY: APPS.AML_PURGE_IMPORT_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AML_PURGE_IMPORT_INTERFACE, status:VALID,
-
APPS.AML_PURGE_IMPORT_INTERFACE SQL Statements
12.1.1
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_LEAD_IMPORT_ERRORS
12.1.1
-
PACKAGE BODY: APPS.AML_PURGE_IMPORT_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AML_PURGE_IMPORT_INTERFACE, status:VALID,
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_LINES_INTERFACE
12.1.1
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_LINES_INTERFACE
12.2.2
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AML_INTERACTION_LEADS
12.1.1
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AML_INTERACTION_LEADS
12.2.2
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_CNT_ROL_INTERFACE
12.2.2
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_SL_FLEX
12.2.2
-
TABLE: OSM.AS_IMP_CNT_PNT_INTERFACE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_CNT_PNT_INTERFACE, object_name:AS_IMP_CNT_PNT_INTERFACE, status:VALID,
-
APPS.AML_PURGE_IMPORT_INTERFACE SQL Statements
12.2.2
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_LEAD_IMPORT_ERRORS
12.2.2
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_SL_FLEX
12.1.1
-
TABLE: OSM.AS_IMP_CNT_PNT_INTERFACE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_CNT_PNT_INTERFACE, object_name:AS_IMP_CNT_PNT_INTERFACE, status:VALID,
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMP_CNT_ROL_INTERFACE
12.1.1
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMPORT_INTERFACE
12.2.2
-
APPS.AML_PURGE_IMPORT_INTERFACE dependencies on AS_IMPORT_INTERFACE
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AS_IMPORT_SL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_IMPORT_SL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AS_IMPORT_SL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_IMPORT_SL_PVT, status:VALID,
-
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
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AML_PURGE_IMPORT_INTERFACE
12.2.2
-
PACKAGE BODY: APPS.AML_PURGE_IMPORT_INTERFACE
12.1.1
-
APPS.AS_IMPORT_SL_PVT SQL Statements
12.1.1
-
APPS.AS_IMPORT_SL_PVT dependencies on HZ_CONTACT_POINT_V2PUB
12.1.1
-
APPS.AS_IMPORT_SL_PVT dependencies on HZ_CONTACT_POINT_V2PUB
12.2.2
-
APPS.AS_IMPORT_SL_PVT SQL Statements
12.2.2
-
APPS.AS_IMPORT_SL_PVT dependencies on AS_IMPORT_INTERFACE
12.1.1
-
APPS.AS_IMPORT_SL_PVT dependencies on AS_IMPORT_INTERFACE
12.2.2