Search Results ap_supplier_sites_int
The AP_SUPPLIER_SITES_INT
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical interface table used in the Accounts Payable (AP) module for staging supplier site data before it is validated and imported into the base tables. This table plays a key role in supplier onboarding, data migration, and integration processes, ensuring that external supplier site information is accurately captured and processed before becoming part of the Oracle EBS system. Below is a detailed breakdown of its structure, purpose, and functionality.
Purpose and Context
The AP_SUPPLIER_SITES_INT
table is part of Oracle's Open Interface Tables architecture, which allows for bulk data loading from external sources into Oracle EBS. It serves as an intermediary storage for supplier site records before they are validated and transferred to the primary supplier site tables, such as AP_SUPPLIER_SITES_ALL
. This table is particularly useful in scenarios involving:
- Supplier data migration from legacy systems.
- Integration with third-party procurement or supplier management systems.
- Bulk supplier site updates or corrections.
Key Columns and Structure
The table contains columns that map to the attributes of a supplier site, including mandatory and optional fields. Some of the key columns include:
INTERFACE_HEADER_ID
: Unique identifier for the interface record.VENDOR_SITE_CODE
: Unique code assigned to the supplier site.VENDOR_SITE_CODE_ALT
: Alternate identifier for the supplier site.VENDOR_ID
: Foreign key linking to the supplier inAP_SUPPLIERS
.ADDRESS_LINE1
,CITY
,STATE
,ZIP
,COUNTRY
: Physical address details of the supplier site.PAYMENT_METHOD_CODE
: Payment method associated with the site.TERMS_ID
: Payment terms for the supplier site.STATUS
: Indicates whether the record is pending, processed, or errored.VALIDATION_FLAG
: Marks whether the record has passed validation checks.
Data Flow and Processing
The typical workflow for using AP_SUPPLIER_SITES_INT
involves the following steps:
- Data Loading: External data is inserted into the interface table via SQL*Loader, APIs, or custom scripts.
- Validation: The
AP_SUPPLIER_INT_PKG
package is used to validate the data against business rules (e.g., mandatory fields, valid codes). - Processing: The
AP_SUPPLIER_PUB_PKG.PROCESS_SUPPLIER_SITES
API transfers valid records to the base tables (AP_SUPPLIER_SITES_ALL
). - Error Handling: Records with validation errors remain in the interface table with an error message, allowing for corrections.
Integration and Customization
The table supports integration with Oracle's AutoInvoice, iSupplier, and other modules. Customizations can extend validation logic or automate data loading using PL/SQL triggers or concurrent programs. Additionally, it is often used in conjunction with AP_SUPPLIERS_INT
for end-to-end supplier onboarding.
Best Practices
- Always validate data before processing to minimize errors.
- Use batch IDs to track and manage large data loads.
- Purge processed records periodically to maintain performance.
- Leverage Oracle's standard APIs for data transfer to ensure compatibility.
In summary, AP_SUPPLIER_SITES_INT
is a foundational component of Oracle EBS's supplier management framework, enabling efficient and controlled data integration while maintaining data integrity and compliance with business rules.
-
Table: AP_SUPPLIER_SITES_INT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_INT, object_name:AP_SUPPLIER_SITES_INT, status:VALID, product: AP - Payables , description: AP_SUPPLIER_SITES_INT_ALL holds Supplier Site information which is loadedby the user for import. The columns in the table map to corresponding columnsin PO_VENDOR_SITES_ALL table. The Oracle Payables application uses this information to , implementation_dba_data: AP.AP_SUPPLIER_SITES_INT ,
-
Table: AP_SUPPLIER_SITES_INT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_INT, object_name:AP_SUPPLIER_SITES_INT, status:VALID, product: AP - Payables , description: AP_SUPPLIER_SITES_INT_ALL holds Supplier Site information which is loadedby the user for import. The columns in the table map to corresponding columnsin PO_VENDOR_SITES_ALL table. The Oracle Payables application uses this information to , implementation_dba_data: AP.AP_SUPPLIER_SITES_INT ,
-
APPS.AP_APXSSIMP_XMLP_PKG dependencies on AP_SUPPLIER_SITES_INT
12.2.2
-
APPS.FUN_VENDOR_PVT_PKG dependencies on AP_SUPPLIER_SITES_INT
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG dependencies on AP_SUPPLIER_SITES_INT
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIER_SITES_INT
12.1.1
-
APPS.FUN_VENDOR_PVT_PKG dependencies on AP_SUPPLIER_SITES_INT
12.1.1
-
APPS.POS_IMP_SUPP_PKG dependencies on AP_SUPPLIER_SITES_INT
12.2.2
-
APPS.AP_APXSSIMP_XMLP_PKG dependencies on AP_SUPPLIER_SITES_INT
12.1.1
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIER_SITES_INT
12.1.1
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIER_SITES_INT
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIER_SITES_INT
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG dependencies on FND_LANGUAGES
12.2.2
-
SYNONYM: APPS.AP_SUPPLIER_SITES_INT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIER_SITES_INT, status:VALID,
-
SYNONYM: APPS.AP_SUPPLIER_SITES_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIER_SITES_INT, status:VALID,
-
APPS.AP_VENDOR_PUB_PKG dependencies on AP_SUPPLIER_INT_REJECTIONS
12.1.1
-
APPS.AP_VENDOR_PUB_PKG SQL Statements
12.1.1
-
APPS.AP_VENDOR_PUB_PKG SQL Statements
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG dependencies on HZ_ORIG_SYS_REFERENCES
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG dependencies on AP_SUPPLIER_INT_REJECTIONS
12.2.2
-
APPS.POS_BATCH_IMPORT_PKG dependencies on HZ_PARTY_SITES
12.2.2
-
Table: AP_TOLERANCE_TEMPLATES
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TOLERANCE_TEMPLATES, object_name:AP_TOLERANCE_TEMPLATES, status:VALID, product: AP - Payables , description: Matching and invoice variance testing tolerance levels , implementation_dba_data: AP.AP_TOLERANCE_TEMPLATES ,
-
Table: AP_TOLERANCE_TEMPLATES
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TOLERANCE_TEMPLATES, object_name:AP_TOLERANCE_TEMPLATES, status:VALID, product: AP - Payables , description: Matching and invoice variance testing tolerance levels , implementation_dba_data: AP.AP_TOLERANCE_TEMPLATES ,
-
PACKAGE: APPS.FUN_VENDOR_PVT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FUN_VENDOR_PVT_PKG, status:VALID,
-
APPS.POS_IMP_SUPP_PKG dependencies on AP_SUP_SITE_CONTACT_INT
12.2.2
-
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_APXSSIMP_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_APXSSIMP_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,
-
PACKAGE BODY: APPS.AP_APXSSIMP_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_APXSSIMP_XMLP_PKG, status:VALID,
-
APPS.POS_IMP_SUPP_PKG dependencies on AP_SUPPLIERS_INT
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on FND_API
12.1.1
-
APPS.AP_APXSSIMP_XMLP_PKG SQL Statements
12.1.1
-
APPS.AP_VENDOR_PUB_PKG dependencies on IBY_TEMP_EXT_BANK_ACCTS
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on FND_API
12.2.2
-
APPS.AP_APXSSIMP_XMLP_PKG SQL Statements
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on MO_GLOBAL
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,
-
APPS.POS_BATCH_IMPORT_PKG dependencies on HZ_UTILITY_V2PUB
12.2.2
-
VIEW: AP.AP_SUPPLIER_SITES_INT#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_SUPPLIER_SITES_INT#, status:VALID,
-
PACKAGE: APPS.AP_VENDOR_PUB_PKG
12.1.1
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
-
APPS.POS_IMP_SUPP_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,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AP_VENDOR_PUB_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_VENDOR_PUB_PKG, status:VALID,