Search Results ap_suppliers_int
Overview
The AP_SUPPLIERS_INT table is a critical interface table within the Oracle E-Business Suite Payables module (AP). Its primary role is to serve as a staging area for supplier data before it is formally imported into the core supplier master table, PO_VENDORS. This table facilitates the bulk import of supplier information from external systems, legacy data conversions, or data migration projects. The Oracle Payables application processes the validated records from this interface table to create new supplier records or update existing ones, ensuring data integrity and adherence to business rules before the information becomes active in the transactional system.
Key Information Stored
The table's columns directly map to corresponding fields in the PO_VENDORS table. While the full column list is extensive, key transactional and identifying fields typically include VENDOR_INTERFACE_ID (the primary key sequence for interface records), VENDOR_NAME, VENDOR_NUMBER, and SEGMENT1 (which often holds the supplier number). It also holds critical control and status columns such as PROCESS_FLAG, which indicates whether a record is ready for processing (e.g., 'N' for New, 'P' for Processed, 'E' for Error), and ERROR_CODE, which stores messages for failed records. Other essential data includes tax identifiers, payment terms, and address information.
Common Use Cases and Queries
The predominant use case is the execution of the "Supplier Import" concurrent program, which validates and transfers data from AP_SUPPLIERS_INT to PO_VENDORS. Common SQL queries involve monitoring the interface for troubleshooting. For instance, to identify records that failed import, a query would filter on PROCESS_FLAG = 'E' and review the ERROR_CODE. To check for pending records, one would query for PROCESS_FLAG = 'N'. Data is typically populated into this table via SQL*Loader scripts, custom PL/SQL programs, or database links, often as part of a scheduled integration. Reporting from this table is generally limited to monitoring the status of import jobs rather than operational reporting, which is done from the core PO_VENDORS table.
Related Objects
- PO_VENDORS: The ultimate target table for successful interface records. This is the master supplier table used across Oracle EBS.
- AP_SUPPLIER_INT_REJECTIONS: A view that may provide a detailed summary of records that failed the import process.
- Supplier Open Interface (API): The programmatic interface, often leveraged by custom code, that governs the validation and transfer of data from AP_SUPPLIERS_INT.
- Concurrent Program: "Supplier Import" is the standard EBS program that processes records from this interface table.
-
Table: AP_SUPPLIERS_INT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS_INT, object_name:AP_SUPPLIERS_INT, status:VALID, product: AP - Payables , description: AP_SUPPLIERS_INT holds Supplier information which is loaded by the user for import. The columns in the table map to corresponding columns in the PO_VENDORS table. The Oracle Payables application uses this information to create a new Supp , implementation_dba_data: AP.AP_SUPPLIERS_INT ,
-
Table: AP_SUPPLIERS_INT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS_INT, object_name:AP_SUPPLIERS_INT, status:VALID, product: AP - Payables , description: AP_SUPPLIERS_INT holds Supplier information which is loaded by the user for import. The columns in the table map to corresponding columns in the PO_VENDORS table. The Oracle Payables application uses this information to create a new Supp , implementation_dba_data: AP.AP_SUPPLIERS_INT ,
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIERS_INT
12.1.1
-
APPS.FUN_VENDOR_PVT_PKG dependencies on AP_SUPPLIERS_INT
12.1.1
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.AP_APXSUIMP_XMLP_PKG dependencies on AP_SUPPLIERS_INT
12.1.1
-
APPS.POS_BULKLOAD_ENTITIES dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.AP_APXSUIMP_XMLP_PKG dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIERS_INT
12.1.1
-
APPS.POS_BATCH_IMPORT_PKG dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.FUN_VENDOR_PVT_PKG dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.POS_IMP_SUPP_PKG dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIERS
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG dependencies on AP_SUPPLIERS
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIERS
12.1.1
-
APPS.POS_BULKLOAD_ENTITIES dependencies on AP_SUPPLIERS
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG dependencies on AP_SUPPLIER_INT_REJECTIONS
12.2.2
-
APPS.POS_BULKLOAD_ENTITIES dependencies on HZ_IMP_PARTIES_INT
12.2.2
-
SYNONYM: APPS.AP_SUPPLIERS_INT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIERS_INT, status:VALID,
-
SYNONYM: APPS.AP_SUPPLIERS_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIERS_INT, status:VALID,
-
APPS.AP_VENDOR_PUB_PKG SQL Statements
12.1.1
-
APPS.POS_BATCH_IMPORT_PKG dependencies on HZ_ORIG_SYS_REFERENCES
12.2.2
-
APPS.AP_VENDOR_PUB_PKG SQL Statements
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIER_INT_REJECTIONS
12.1.1
-
PACKAGE BODY: APPS.AP_APXSUIMP_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_APXSUIMP_XMLP_PKG, status:VALID,
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIER_INT_REJECTIONS
12.2.2
-
PACKAGE: APPS.FUN_VENDOR_PVT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FUN_VENDOR_PVT_PKG, status:VALID,
-
PACKAGE BODY: APPS.POS_IMP_SUPP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:POS_IMP_SUPP_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_APXSUIMP_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_APXSUIMP_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.FUN_VENDOR_PVT_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FUN_VENDOR_PVT_PKG, status:VALID,
-
APPS.POS_BATCH_IMPORT_PKG dependencies on HZ_IMP_PARTIES_INT
12.2.2
-
APPS.POS_IMP_SUPP_PKG dependencies on AP_SUPPLIER_SITES_INT
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_INVOICES_UTILITY_PKG
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on FND_API
12.1.1
-
APPS.AP_APXSUIMP_XMLP_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.POS_BULKLOAD_ENTITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:POS_BULKLOAD_ENTITIES, status:VALID,
-
VIEW: AP.AP_SUPPLIERS_INT#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_SUPPLIERS_INT#, status:VALID,
-
APPS.AP_APXSUIMP_XMLP_PKG SQL Statements
12.1.1
-
APPS.AP_VENDOR_PUB_PKG dependencies on FND_API
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on IBY_TEMP_EXT_BANK_ACCTS
12.2.2
-
PACKAGE: APPS.AP_VENDOR_PUB_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AP_VENDOR_PUB_PKG, status:VALID,
-
APPS.POS_BULKLOAD_ENTITIES SQL Statements
12.2.2
-
PACKAGE: APPS.AP_VENDOR_PUB_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AP_VENDOR_PUB_PKG, status:VALID,
-
PACKAGE BODY: APPS.POS_BATCH_IMPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:POS_BATCH_IMPORT_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AP_VENDOR_PUB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_VENDOR_PUB_PKG, status:VALID,
-
APPS.POS_IMP_SUPP_PKG SQL Statements
12.2.2
-
VIEW: AP.AP_SUPPLIERS_INT#
12.2.2