Search Results ams_lead
Overview
OSM.AS_IMP_CNT_ROL_INTERFACE is a public interface (staging) table in the Oracle E-Business Suite Oracle Marketing (AMS) product, registered under FND Design Data AS.AS_IMP_CNT_ROL_INTERFACE. It is the designated staging surface for contact roles information associated with lead imports, and its documented display name is Lead Import Contact Roles Interface. Because its category is BUSINESS_ENTITY AMS_LEAD, the table participates directly in the AMS lead import pipeline rather than in a standalone marketing activity. The table is described as valid and its lifecycle is active, and the object resides in the APPS_TS_INTERFACE tablespace, the standard repository for interface data in an EBS 12.1.1 or 12.2.2 environment. It is intended to be used in conjunction with AS_IMPORT_INTERFACE, the parent lead import staging table; contact role rows are keyed to a lead import batch through the IMPORT_INTERFACE_ID column. A Data Vault classification heuristic based on the foreign key structure suggests the table is satellite-leaning: it is a dependent descriptive table anchored to parent import and contact-role entities, storing descriptive attributes and acting as an inbound interface rather than an independent business hub. The only documented primary key is IMP_CNT_ROL_INTERFACE_PK on IMP_CNT_ROL_INTERFACE_ID.
Key Information Stored
The table contains 19 documented columns. The most significant are:
- IMP_CNT_ROL_INTERFACE_ID — surrogate primary key, NUMBER, enforced by IMP_CNT_ROL_INTERFACE_PK.
- IMPORT_INTERFACE_ID — the business join key to AS_IMPORT_INTERFACE; a foreign key that links each contact role row to its parent lead import record.
- ORG_CONTACT_ROLE_ID — foreign key to HZ_ORG_CONTACT_ROLES.org_contact_role_id, used to track the existing TCA contact role when updating.
- ORG_CONTACT_ID — the TCA organization contact identifier, mirroring HZ_ORG_CONTACT_ROLES.org_contact_id.
- ORIG_SYSTEM_REFERENCE — VARCHAR2(240), the source-system reference from HZ_ORG_CONTACT_ROLES.
- ROLE_TYPE and ROLE_LEVEL — VARCHAR2(30) each, describing the contact session and level of the role.
- PRIMARY_FLAG and PRIMARY_CONTACT_PER_ROLE_TYPE — VARCHAR2 indicators of primary contact designation.
- SECURITY_GROUP_ID — NUMBER foreign key to FND_SECURITY_GROUPS, used by CRM Online Services for subscriber isolation.
- Standard Who and concurrent program columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE, providing audit and batch traceability.
Common Use Cases and Queries
Typical use is pre-import validation and post-import reconciliation of contact role data before it is moved into the production marketing and TCA contact structures. A common query correlates interface rows with their parent import record:
- Locate roles for a given import batch: SELECT c.imp_cnt_rol_interface_id, c.role_type, c.primary_flag FROM as_imp_cnt_rol_interface c WHERE c.import_interface_id = :batch_id.
- Trace a TCA contact role back to its interface source: join ORG_CONTACT_ROLE_ID to HZ_ORG_CONTACT_ROLES to compare existing and incoming role definitions.
- Audit batch execution: filter on REQUEST_ID or PROGRAM_ID to find rows created or updated by a specific concurrent program run.
- Subscriber scoping: restrict results by SECURITY_GROUP_ID when operating in a CRM Online multi-tenant deployment.
Reporting is typically centered on import success rates, duplicate primary contact detection, and role distribution by type and level.
Related Objects
- AS_IMPORT_INTERFACE — parent lead import table; joined on IMPORT_INTERFACE_ID.
- HZ_ORG_CONTACT_ROLES — TCA target table for contact roles; joined on ORG_CONTACT_ROLE_ID (and ORG_CONTACT_ID).
- FND_SECURITY_GROUPS — join on SECURITY_GROUP_ID for multi-tenant isolation.
- The AMS lead import concurrent programs and APIs that populate and consume this interface table.
-
TABLE: OSM.AS_IMP_CNT_ROL_INTERFACE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_CNT_ROL_INTERFACE, object_name:AS_IMP_CNT_ROL_INTERFACE, status:VALID,
-
TABLE: OSM.AS_IMP_CNT_ROL_INTERFACE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_CNT_ROL_INTERFACE, object_name:AS_IMP_CNT_ROL_INTERFACE, status:VALID,
-
TABLE: OSM.AS_IMP_LINES_INTERFACE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_LINES_INTERFACE, object_name:AS_IMP_LINES_INTERFACE, status:VALID,
-
TABLE: OSM.AS_IMP_LINES_INTERFACE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_LINES_INTERFACE, object_name:AS_IMP_LINES_INTERFACE, status:VALID,
-
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,
-
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,
-
PACKAGE: APPS.AML_SALES_LEADS_V2_PUB
12.2.2
-
PACKAGE: APPS.AML_SALES_LEADS_V2_PUB
12.1.1
-
TABLE: OSM.AS_IMP_SL_FLEX
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_SL_FLEX, object_name:AS_IMP_SL_FLEX, status:VALID,
-
TABLE: OSM.AS_IMP_SL_FLEX
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_IMP_SL_FLEX, object_name:AS_IMP_SL_FLEX, status:VALID,
-
PACKAGE: APPS.JTF_NOTES_PUB
12.2.2
-
PACKAGE: APPS.JTF_NOTES_PUB
12.1.1
-
TABLE: OSM.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,
-
TABLE: OSM.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,
-
PACKAGE: APPS.AS_SALES_LEADS_PUB
12.2.2
-
PACKAGE: APPS.AS_SALES_LEADS_PUB
12.1.1
-
PACKAGE: APPS.JTF_TASKS_PUB
12.1.1
-
PACKAGE: APPS.JTF_TASKS_PUB
12.2.2
-
Lookup Type: BUSINESS_ENTITY
12.1.1
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
Lookup Type: BUSINESS_ENTITY
12.2.2
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
APPS.JTF_TASKS_PUB dependencies on FND_API
12.1.1
-
APPS.JTF_TASKS_PUB dependencies on FND_API
12.2.2