Search Results ap_suppliers
The AP_SUPPLIERS
table is a fundamental data structure in Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, serving as the primary repository for supplier information within the Accounts Payable (AP) module. This table stores comprehensive details about vendors, including their legal entities, payment terms, tax identifiers, and contact information, making it a critical component for procurement, invoicing, and payment processing workflows. Below is a detailed technical and functional analysis of the AP_SUPPLIERS
table in Oracle EBS.
1. Table Structure and Key Columns
TheAP_SUPPLIERS
table consists of over 150 columns, categorized into logical segments:
- Supplier Identification:
VENDOR_ID
(Primary Key): Unique identifier for each supplier.VENDOR_NAME
: Legal name of the supplier.SEGMENT1
: Supplier number assigned by the system or user.
- Contact and Address Details:
ADDRESS_LINE1
,CITY
,STATE
,ZIP
: Physical address fields.PHONE
,FAX
,EMAIL
: Communication details.
- Tax and Compliance:
VAT_REGISTRATION_NUM
: Tax registration number (e.g., VAT/GST).TAX_REPORTING_NAME
: Alternate name for tax reporting.
- Payment and Financial Controls:
TERMS_ID
: Default payment terms linked toAP_TERMS
.INVOICE_CURRENCY_CODE
: Preferred currency for invoicing.PAY_GROUP_LOOKUP_CODE
: Grouping for payment processing.
2. Integration with Other Modules
TheAP_SUPPLIERS
table integrates with multiple Oracle EBS modules:
- Purchasing (PO): Supplier data is shared with
PO_VENDORS
for procurement. - General Ledger (GL): Tax and payment terms influence journal entries.
- Cash Management (CE): Bank account details (
AP_BANK_ACCOUNTS
) are linked viaVENDOR_ID
.
3. Key Functional Dependencies
- Supplier Sites: The
AP_SUPPLIER_SITES
table stores location-specific details (e.g., shipping addresses) and referencesVENDOR_ID
. - Invoices:
AP_INVOICES
usesVENDOR_ID
to associate invoices with suppliers. - 1099 Reporting: U.S. tax compliance relies on
AP_SUPPLIERS
flags likeTYPE_1099
andFEDERAL_REPORTABLE_FLAG
.
4. Customizations and Extensions
Common extensions include:- Descriptive Flexfields (DFFs): Custom attributes (e.g., industry-specific codes) added to the table.
- API Usage: The
AP_SUPPLIERS_PKG
PL/SQL package provides APIs for programmatic supplier management.
5. Data Security and Auditing
- Access Control: Secured via Oracle EBS responsibilities and function exclusions.
- Audit Columns:
CREATION_DATE
,CREATED_BY
,LAST_UPDATE_DATE
, andLAST_UPDATED_BY
track changes.
6. Performance Considerations
- Indexes on
VENDOR_ID
,SEGMENT1
, andVENDOR_NAME
optimize query performance. - Partitioning strategies may be applied for large-scale implementations.
Conclusion
TheAP_SUPPLIERS
table is a cornerstone of Oracle EBS Accounts Payable, enabling end-to-end supplier lifecycle management. Its design supports global compliance, multi-currency transactions, and seamless integration with procurement and financial systems. Understanding its structure and relationships is essential for effective configuration, reporting, and customization in Oracle EBS 12.1.1 and 12.2.2 environments.
-
Table: AP_SUPPLIERS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS, object_name:AP_SUPPLIERS, status:VALID, product: AP - Payables , description: AP_SUPPLIERS stores information about your supplier level attributes. , implementation_dba_data: AP.AP_SUPPLIERS ,
-
Table: AP_SUPPLIERS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS, object_name:AP_SUPPLIERS, status:VALID, product: AP - Payables , description: AP_SUPPLIERS stores information about your supplier level attributes. , implementation_dba_data: AP.AP_SUPPLIERS ,
-
View: AP_SRS_PAYEE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SRS_PAYEE_V, object_name:AP_SRS_PAYEE_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SRS_PAYEE_V ,
-
View: AP_SRS_PAYEE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SRS_PAYEE_V, object_name:AP_SRS_PAYEE_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SRS_PAYEE_V ,
-
View: AP_DOCUMENTS_PAYABLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENTS_PAYABLE, object_name:AP_DOCUMENTS_PAYABLE, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENTS_PAYABLE ,
-
View: PO_VENDORS_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_AP_V, object_name:PO_VENDORS_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS_AP_V ,
-
View: AP_DOCUMENTS_PAYABLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENTS_PAYABLE, object_name:AP_DOCUMENTS_PAYABLE, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENTS_PAYABLE ,
-
View: PO_VENDORS_AP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_AP_V, object_name:PO_VENDORS_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS_AP_V ,
-
View: AP_PO_VENDORS_EXTRACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_VENDORS_EXTRACT_V, object_name:AP_PO_VENDORS_EXTRACT_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PO_VENDORS_EXTRACT_V ,
-
View: AP_PO_VENDORS_EXTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_VENDORS_EXTRACT_V, object_name:AP_PO_VENDORS_EXTRACT_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PO_VENDORS_EXTRACT_V ,
-
Table: AP_SUPPLIER_SITES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_ALL, object_name:AP_SUPPLIER_SITES_ALL, status:VALID, product: AP - Payables , description: AP_SUPPLIER_SITES_ALL stores information about your supplier site level attributes. , implementation_dba_data: AP.AP_SUPPLIER_SITES_ALL ,
-
Table: AP_AWT_GROUPS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_GROUPS, object_name:AP_AWT_GROUPS, status:VALID, product: AP - Payables , description: Withholding tax groups , implementation_dba_data: AP.AP_AWT_GROUPS ,
-
Table: AP_SUPPLIER_SITES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_ALL, object_name:AP_SUPPLIER_SITES_ALL, status:VALID, product: AP - Payables , description: AP_SUPPLIER_SITES_ALL stores information about your supplier site level attributes. , implementation_dba_data: AP.AP_SUPPLIER_SITES_ALL ,
-
Table: AP_AWT_GROUPS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_GROUPS, object_name:AP_AWT_GROUPS, status:VALID, product: AP - Payables , description: Withholding tax groups , implementation_dba_data: AP.AP_AWT_GROUPS ,
-
View: AP_VIEW_PREPAYS_FR_PREPAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VIEW_PREPAYS_FR_PREPAY_V, object_name:AP_VIEW_PREPAYS_FR_PREPAY_V, status:VALID, product: AP - Payables , description: -Retrofitted , implementation_dba_data: APPS.AP_VIEW_PREPAYS_FR_PREPAY_V ,
-
View: AP_VIEW_PREPAYS_FR_PREPAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VIEW_PREPAYS_FR_PREPAY_V, object_name:AP_VIEW_PREPAYS_FR_PREPAY_V, status:VALID, product: AP - Payables , description: -Retrofitted , implementation_dba_data: APPS.AP_VIEW_PREPAYS_FR_PREPAY_V ,
-
View: AP_PA_HEADER_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PA_HEADER_REF_V, object_name:AP_PA_HEADER_REF_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PA_HEADER_REF_V ,
-
View: AP_PA_HEADER_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PA_HEADER_REF_V, object_name:AP_PA_HEADER_REF_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PA_HEADER_REF_V ,
-
View: AP_SLA_INVOICES_TRANSACTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SLA_INVOICES_TRANSACTION_V, object_name:AP_SLA_INVOICES_TRANSACTION_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SLA_INVOICES_TRANSACTION_V ,
-
View: PO_VENDOR_SITES_AP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_AP_V, object_name:PO_VENDOR_SITES_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES_AP_V ,
-
View: AP_SLA_INVOICES_TRANSACTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SLA_INVOICES_TRANSACTION_V, object_name:AP_SLA_INVOICES_TRANSACTION_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SLA_INVOICES_TRANSACTION_V ,
-
View: PO_VENDOR_SITES_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_AP_V, object_name:PO_VENDOR_SITES_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES_AP_V ,
-
View: PO_VENDOR_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_CONTACTS, object_name:PO_VENDOR_CONTACTS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_CONTACTS ,
-
View: PO_VENDOR_SITES_PAY_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_PAY_AP_V, object_name:PO_VENDOR_SITES_PAY_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES_PAY_AP_V ,
-
View: PO_VENDOR_SITES_PAY_AP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_PAY_AP_V, object_name:PO_VENDOR_SITES_PAY_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES_PAY_AP_V ,
-
View: PO_VENDOR_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_CONTACTS, object_name:PO_VENDOR_CONTACTS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_CONTACTS ,
-
View: PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS ,
-
View: PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS ,
-
View: AP_CHECKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_CHECKS_V, object_name:AP_CHECKS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_CHECKS_V ,
-
View: AP_PO_VENDOR_SITES_EXTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_VENDOR_SITES_EXTRACT_V, object_name:AP_PO_VENDOR_SITES_EXTRACT_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PO_VENDOR_SITES_EXTRACT_V ,
-
View: AP_PO_VENDOR_SITES_EXTRACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_VENDOR_SITES_EXTRACT_V, object_name:AP_PO_VENDOR_SITES_EXTRACT_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PO_VENDOR_SITES_EXTRACT_V ,
-
View: AP_CHECKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_CHECKS_V, object_name:AP_CHECKS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_CHECKS_V ,
-
View: AP_RECURRING_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_RECURRING_PAYMENTS_V, object_name:AP_RECURRING_PAYMENTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_RECURRING_PAYMENTS_V ,
-
View: PO_AP_RECEIPT_MATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RECEIPT_MATCH_V SQLAP.PO_AP_RECEIPT_MATCH_V, object_name:PO_AP_RECEIPT_MATCH_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_AP_RECEIPT_MATCH_V ,
-
View: AP_RECURRING_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_RECURRING_PAYMENTS_V, object_name:AP_RECURRING_PAYMENTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_RECURRING_PAYMENTS_V ,
-
View: AP_INVOICE_EXTRACT_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_EXTRACT_HEADER_V, object_name:AP_INVOICE_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_EXTRACT_HEADER_V ,
-
View: AP_INVOICE_EXTRACT_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_EXTRACT_HEADER_V, object_name:AP_INVOICE_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_EXTRACT_HEADER_V ,
-
View: AP_PAYMENT_EXTRACT_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PAYMENT_EXTRACT_HEADER_V, object_name:AP_PAYMENT_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_HEADER_V ,
-
View: AP_PAYMENT_EXTRACT_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PAYMENT_EXTRACT_HEADER_V, object_name:AP_PAYMENT_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_HEADER_V ,