Search Results supplier contacts
The AP.AP_SUP_SITE_CONTACT_INT
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as an interface table within the Accounts Payable (AP) module, specifically designed to facilitate the integration of supplier site contact data from external systems into Oracle EBS. This table acts as a staging area where data is temporarily held before being validated and processed into the core Oracle tables, ensuring data integrity and consistency. Below is a detailed analysis of its purpose, structure, and functional significance in Oracle EBS implementations.
Purpose and Functional Context
TheAP_SUP_SITE_CONTACT_INT
table is part of Oracle's Supplier Data Exchange framework, which enables seamless data transfer between Oracle EBS and external systems, such as third-party procurement applications or legacy systems. Its primary role is to store supplier site contact information—such as names, phone numbers, email addresses, and job titles—before this data is validated and imported into the base tables like AP_SUPPLIER_SITES
and AP_SUPPLIER_CONTACTS
. This intermediary step ensures that only clean, accurate data enters the production environment, reducing errors and maintaining referential integrity.
Key Columns and Data Structure
The table comprises columns that map to critical supplier contact attributes, including:- INTERFACE_ID: A unique identifier for each record in the interface table.
- SUPPLIER_SITE_CODE: The code identifying the supplier site associated with the contact.
- CONTACT_NAME: The name of the contact person.
- PHONE/EMAIL: Contact details for communication.
- JOB_TITLE: The contact's role or position.
- STATUS: Indicates whether the record is pending, processed, or errored.
- ERROR_MESSAGE: Captures validation errors for troubleshooting.
CREATION_DATE
, LAST_UPDATE_DATE
, and REQUEST_ID
to track data lineage and processing timelines.
Integration and Data Flow
The typical workflow involves:- Data Loading: External systems or spreadsheets populate
AP_SUP_SITE_CONTACT_INT
via APIs, SQL*Loader, or custom scripts. - Validation: Oracle's concurrent program "Supplier Site Contact Interface" validates data against business rules (e.g., mandatory fields, valid email formats).
- Processing: Valid records are transferred to base tables, while errored records remain in the interface table for correction.
- Error Resolution: Users review
ERROR_MESSAGE
, correct data, and resubmit the interface.
Technical Considerations
- Performance: Large data volumes may require indexing on
INTERFACE_ID
orSTATUS
to optimize queries. - Customization: Organizations often extend the table with custom columns to capture additional attributes.
- Security: Access should be restricted to authorized users to prevent unauthorized data manipulation.
Conclusion
TheAP_SUP_SITE_CONTACT_INT
table is a critical component in Oracle EBS for managing supplier contact data integration. By serving as a buffer between external systems and production data, it ensures accuracy and reliability in supplier information management. Proper utilization of this table, coupled with robust validation processes, enhances operational efficiency and data quality in procure-to-pay cycles.
-
File: Supplier Portal ERD.pdf
12.1.1
product: POS - iSupplier Portal , size: 1.553 MBytes , file_type: PDF Diagram ,
-
File: Supplier Portal ERD.pdf
12.2.2
product: POS - iSupplier Portal , size: 1.553 MBytes , file_type: PDF Diagram ,
-
Concurrent Program: JTFRSSUP
12.1.1
execution_filename: jtf_rs_conc_res_pub.synchronize_supp_contact , product: JTF - CRM Foundation , user_name: JTFRSSUP , description: Synchronize Supplier Contacts , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: JTFRSSUP
12.2.2
execution_filename: jtf_rs_conc_res_pub.synchronize_supp_contact , product: JTF - CRM Foundation , user_name: JTFRSSUP , description: Synchronize Supplier Contacts , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: APXSCIMP
12.2.2
execution_filename: APXSCIMP , product: AP - Payables , user_name: Supplier Contacts Open Initerface Import , description: Supplier Contacts Open Interface Import , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: APXSCIMP
12.1.1
execution_filename: APXSCIMP , product: AP - Payables , user_name: Supplier Contacts Open Initerface Import , description: Supplier Contacts Open Interface Import , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: HZ_RELATIONSHIP_ROLE
12.1.1
product: AR - Receivables , meaning: TCA Relationship Roles , description: Relationship Roles are plural in the Meaning and singular in the Description ,
-
Lookup Type: HZ_RELATIONSHIP_ROLE
12.2.2
product: AR - Receivables , meaning: TCA Relationship Roles , description: Relationship Roles are plural in the Meaning and singular in the Description ,
-
APPS.POS_SUPPLIER_BO_PKG dependencies on POS_SUPPLIER_CONTACT_BO_PKG
12.2.2
-
TABLE: AP.AP_SUP_SITE_CONTACT_INT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUP_SITE_CONTACT_INT, object_name:AP_SUP_SITE_CONTACT_INT, status:VALID,
-
Lookup Type: POS_IMP_SUPPORTED_ENTITIES
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Import entities ,
-
Lookup Type: POS_SUPP_NOTIFY_OPTIONS
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Notification Contacts List ,
-
APPS.POS_PROFILE_CHANGE_REQUEST_PKG dependencies on HZ_PARTY_USG_ASSIGNMENT_PVT
12.2.2
-
PACKAGE BODY: APPS.PON_NEW_SUPPLIER_REG_PKG
12.1.1
-
Table: OKC_REP_PARTY_CONTACTS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_PARTY_CONTACTS, object_name:OKC_REP_PARTY_CONTACTS, status:VALID, product: OKC - Contracts Core , description: Stores the contacts for a party in a contract. The contact record can be from PO_VENDOR_CONTACTS, HZ_PARTIES, or PER_PEOPLE_F, depending on the party role of the contacts party. A contact whose party has a role of SUPPLIER comes from PO_ , implementation_dba_data: OKC.OKC_REP_PARTY_CONTACTS ,
-
APPS.AP_SUPPLIER_INFO_PKG dependencies on AP_SUPPLIER_SITES_ALL
12.2.2
-
APPS.AP_SUPPLIER_INFO_PKG dependencies on AP_SUPPLIER_SITES_ALL
12.1.1
-
Table: PO_VENDOR_CONTACTS_OBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_CONTACTS_OBS, object_name:PO_VENDOR_CONTACTS_OBS, status:VALID, product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: PO.PO_VENDOR_CONTACTS_OBS ,
-
TABLE: AP.AP_SUP_SITE_CONTACT_INT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUP_SITE_CONTACT_INT, object_name:AP_SUP_SITE_CONTACT_INT, status:VALID,
-
VIEW: APPS.JTF_RS_SUPPLIERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SUPPLIERS_VL, object_name:JTF_RS_SUPPLIERS_VL, status:VALID,
-
PACKAGE BODY: APPS.PON_NEW_SUPPLIER_REG_PKG
12.2.2
-
VIEW: APPS.JTF_RS_SUPPLIERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SUPPLIERS_VL, object_name:JTF_RS_SUPPLIERS_VL, status:VALID,
-
PACKAGE: APPS.AP_SUPPLIER_INFO_PKG
12.1.1
-
PACKAGE: APPS.AP_SUPPLIER_INFO_PKG
12.2.2
-
APPS.PON_NEW_SUPPLIER_REG_PKG dependencies on FND_API
12.1.1
-
APPS.PON_NEW_SUPPLIER_REG_PKG dependencies on FND_API
12.2.2
-
TABLE: PO.PO_VENDOR_CONTACTS_OBS
12.1.1
owner:PO, object_type:TABLE, object_name:PO_VENDOR_CONTACTS_OBS, status:VALID,
-
TABLE: PO.PO_VENDOR_CONTACTS_OBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_CONTACTS_OBS, object_name:PO_VENDOR_CONTACTS_OBS, status:VALID,
-
APPS.WSH_ROUTING_REQUEST dependencies on WSH_SUPPLIER_PARTY
12.1.1
-
APPS.POS_SUPPLIER_NOTIFY_PKG dependencies on POS_SUPPLIER_NOTIFY_PKG
12.2.2
-
APPS.WSH_ROUTING_REQUEST dependencies on WSH_SUPPLIER_PARTY
12.2.2
-
APPS.AP_SUPPLIER_INFO_PKG dependencies on PO_VENDOR_CONTACTS
12.1.1
-
View: EGO_VENDOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_VENDOR_V, object_name:EGO_VENDOR_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view is used to store the vendor ids against supplier contacts , implementation_dba_data: APPS.EGO_VENDOR_V ,
-
View: EGO_VENDOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_VENDOR_V, object_name:EGO_VENDOR_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view is used to store the vendor ids against supplier contacts , implementation_dba_data: APPS.EGO_VENDOR_V ,
-
APPS.AP_SUPPLIER_INFO_PKG dependencies on PO_VENDOR_CONTACTS
12.2.2
-
Table: PO_VENDOR_CONTACTS
12.2.2
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_CONTACTS
12.1.1
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POBV_SUPPLIER_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_CONTACTS, object_name:POBV_SUPPLIER_CONTACTS, status:VALID,
-
VIEW: APPS.POBV_SUPPLIER_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_CONTACTS, object_name:POBV_SUPPLIER_CONTACTS, status:VALID,
-
View: OTA_VENDOR_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_VENDOR_CONTACTS_V, object_name:OTA_VENDOR_CONTACTS_V, status:VALID, product: OTA - Learning Management , description: View to list all Contacts for a Supplier. , implementation_dba_data: APPS.OTA_VENDOR_CONTACTS_V ,
-
View: OTA_VENDOR_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_VENDOR_CONTACTS_V, object_name:OTA_VENDOR_CONTACTS_V, status:VALID, product: OTA - Learning Management , description: View to list all Contacts for a Supplier. , implementation_dba_data: APPS.OTA_VENDOR_CONTACTS_V ,
-
View: OKX_VENDOR_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_VENDOR_CONTACTS_V, object_name:OKX_VENDOR_CONTACTS_V, status:VALID, product: OKX - Contracts Integration , description: Supplier contacts , implementation_dba_data: APPS.OKX_VENDOR_CONTACTS_V ,
-
View: OKX_VENDOR_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_VENDOR_CONTACTS_V, object_name:OKX_VENDOR_CONTACTS_V, status:VALID, product: OKX - Contracts Integration , description: Supplier contacts , implementation_dba_data: APPS.OKX_VENDOR_CONTACTS_V ,
-
APPS.POS_SUPPLIER_BO_PKG dependencies on POS_SUPPLIER_CONTACT_BO_TBL
12.2.2
-
View: JTF_RS_SUPPLIERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SUPPLIERS_VL, object_name:JTF_RS_SUPPLIERS_VL, status:VALID, product: JTF - CRM Foundation , description: The details of supplier contacts that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_SUPPLIERS_VL ,
-
View: JTF_RS_SUPPLIERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SUPPLIERS_VL, object_name:JTF_RS_SUPPLIERS_VL, status:VALID, product: JTF - CRM Foundation , description: The details of supplier contacts that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_SUPPLIERS_VL ,
-
APPS.POR_CONTRACTOR_NOTIFY dependencies on POR_CONTRACTOR_NOTIFY
12.1.1
-
APPS.POR_CONTRACTOR_NOTIFY dependencies on POR_CONTRACTOR_NOTIFY
12.2.2
-
APPS.POS_SUPPLIER_NOTIFY_PKG SQL Statements
12.2.2
-
TABLE: AP.AP_SUPPLIER_INT_REJECTIONS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_INT_REJECTIONS, object_name:AP_SUPPLIER_INT_REJECTIONS, status:VALID,