Search Results as_imp_cnt_pnt_interface_pk
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 ,
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,