Search Results po_vendors
Overview
The PO_VENDORS view is a critical data object within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, owned by the APPS schema. Despite being owned by the Payables (AP) module, its primary role is to serve as the central, unified source for supplier information accessible to the Purchasing (PO) module. It provides a comprehensive and secure read-only perspective of vendor master data, abstracting the underlying base tables. This view is essential for ensuring data consistency across procurement processes, enabling purchasing documents like requisitions and purchase orders to reference validated supplier records with the correct operational and financial attributes.
Key Information Stored
The view consolidates vendor data from core tables, primarily PO_VENDORS (PAV) and HZ_PARTIES (HP). Key columns and the data they hold include:
- VENDOR_ID, VENDOR_NAME, SEGMENT1: The unique identifier, name, and vendor number (key flexfield segments) for the supplier.
- ENABLED_FLAG, START_DATE_ACTIVE, END_DATE_ACTIVE: Control columns dictating whether the vendor is available for transactional use.
- VENDOR_TYPE_LOOKUP_CODE, ONE_TIME_FLAG: Classify the vendor as a standard supplier or a one-time payee.
- PARENT_VENDOR_ID: Supports vendor hierarchy and consolidation.
- TERMS_ID, PAYMENT_PRIORITY, HOLD_ALL_PAYMENTS_FLAG: Critical payment terms and controls that influence the Procure-to-Pay cycle.
- NUM_1099 (from JGZZ_FISCAL_CODE), TYPE_1099, WITHHOLDING_STATUS_LOOKUP_CODE: Essential tax reporting information for relevant jurisdictions.
- MIN_ORDER_AMOUNT, INVOICE_AMOUNT_LIMIT: Business rule columns that can enforce purchasing and invoicing policies.
Common Use Cases and Queries
This view is fundamental for reporting, data extracts, and integration points. Common use cases include generating active vendor lists, validating supplier data for interfaces, and supporting custom procurement reports. Sample SQL patterns often involve filtering on key status and date columns.
- Basic Active Vendor List:
SELECT vendor_name, segment1, vendor_type_lookup_code FROM po_vendors WHERE enabled_flag = 'Y' AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE); - Vendors on Payment Hold:
SELECT vendor_name, segment1, hold_reason FROM po_vendors WHERE hold_all_payments_flag = 'Y'; - Supplier Information for Data Migration/Integration: The view serves as a standard extraction point for feeding vendor data into downstream systems or data warehouses, ensuring a single version of the truth.
Related Objects
PO_VENDORS is intrinsically linked to several core EBS tables and views. Its data is sourced from and related to key entities in the trading community architecture and financials modules.
- PO_VENDORS (Table): The primary base table with the same name, from which much of the operational data is selected.
- HZ_PARTIES (HP): The Trading Community Architecture (TCA) table joined to provide the phonetic organization name (VENDOR_NAME_ALT) and tax number (JGZZ_FISCAL_CODE).
- AP_SUPPLIERS: The primary vendor table in the Payables module. PO_VENDORS acts as a strategic view that surfaces a subset of this data for Purchasing.
- PO_HEADERS_ALL, PO_REQUISITION_HEADERS_ALL: Purchasing documents store the VENDOR_ID from this view to link to the supplier record.
- AP_INVOICES_ALL: Invoices are matched to a VENDOR_ID that must exist and be valid in this view.
-
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_DUPLICATE_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DUPLICATE_VENDORS_V, object_name:AP_DUPLICATE_VENDORS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_DUPLICATE_VENDORS_V ,
-
View: AP_DUPLICATE_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DUPLICATE_VENDORS_V, object_name:AP_DUPLICATE_VENDORS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_DUPLICATE_VENDORS_V ,
-
Table: AP_TAX_DERIVATIONS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_DERIVATIONS, object_name:AP_TAX_DERIVATIONS, status:VALID, product: AP - Payables , description: No longer used. , implementation_dba_data: AP.AP_TAX_DERIVATIONS ,
-
View: PO_VENDORS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ALL_V, object_name:PO_VENDORS_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDORS_ALL_V ,
-
View: PO_VENDORS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ALL_V, object_name:PO_VENDORS_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDORS_ALL_V ,
-
Table: AP_TAX_DERIVATIONS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_DERIVATIONS, object_name:AP_TAX_DERIVATIONS, status:VALID, product: AP - Payables , description: No longer used. , implementation_dba_data: AP.AP_TAX_DERIVATIONS ,
-
Table: AP_1099_TAPE_DATA_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_1099_TAPE_DATA_ALL, object_name:AP_1099_TAPE_DATA_ALL, status:VALID, product: AP - Payables , description: Supplier payment amounts by MISC type for 1099 reports on magnetic media , implementation_dba_data: AP.AP_1099_TAPE_DATA_ALL ,
-
Table: AP_TRIAL_BAL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TRIAL_BAL, object_name:AP_TRIAL_BAL, status:VALID, product: AP - Payables , description: No longer used , implementation_dba_data: AP.AP_TRIAL_BAL ,
-
Table: AP_BANK_ACCOUNT_USES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNT_USES_ALL, object_name:AP_BANK_ACCOUNT_USES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNT_USES_ALL ,
-
Table: AP_TRIAL_BAL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TRIAL_BAL, object_name:AP_TRIAL_BAL, status:VALID, product: AP - Payables , description: No longer used , implementation_dba_data: AP.AP_TRIAL_BAL ,
-
Table: AP_1099_TAPE_DATA_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_1099_TAPE_DATA_ALL, object_name:AP_1099_TAPE_DATA_ALL, status:VALID, product: AP - Payables , description: Supplier payment amounts by MISC type for 1099 reports on magnetic media , implementation_dba_data: AP.AP_1099_TAPE_DATA_ALL ,
-
Table: AP_AWT_BUCKETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_BUCKETS_ALL, object_name:AP_AWT_BUCKETS_ALL, status:VALID, product: AP - Payables , description: Summary amount of tax withheld to date for a particular supplier site , implementation_dba_data: AP.AP_AWT_BUCKETS_ALL ,
-
Table: AP_BANK_ACCOUNT_USES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNT_USES_ALL, object_name:AP_BANK_ACCOUNT_USES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNT_USES_ALL ,
-
Table: AP_AWT_TAX_RATES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_TAX_RATES_ALL, object_name:AP_AWT_TAX_RATES_ALL, status:VALID, product: AP - Payables , description: Withholding tax rates , implementation_dba_data: AP.AP_AWT_TAX_RATES_ALL ,
-
Table: AP_AWT_TAX_RATES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_TAX_RATES_ALL, object_name:AP_AWT_TAX_RATES_ALL, status:VALID, product: AP - Payables , description: Withholding tax rates , implementation_dba_data: AP.AP_AWT_TAX_RATES_ALL ,
-
View: AP_INVOICE_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PREPAYS_V, object_name:AP_INVOICE_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICE_PREPAYS_V ,
-
View: PO_VENDOR_SITES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL_V, object_name:PO_VENDOR_SITES_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDOR_SITES_ALL_V ,
-
Table: AP_AWT_BUCKETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_BUCKETS_ALL, object_name:AP_AWT_BUCKETS_ALL, status:VALID, product: AP - Payables , description: Summary amount of tax withheld to date for a particular supplier site , implementation_dba_data: AP.AP_AWT_BUCKETS_ALL ,
-
View: PO_VENDOR_SITES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL_V, object_name:PO_VENDOR_SITES_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDOR_SITES_ALL_V ,
-
View: AP_INVOICE_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PREPAYS_V, object_name:AP_INVOICE_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICE_PREPAYS_V ,
-
Table: AP_SELECTED_INVOICE_CHECKS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICE_CHECKS_ALL, object_name:AP_SELECTED_INVOICE_CHECKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_SELECTED_INVOICE_CHECKS_ALL ,
-
Table: AP_CARD_SUPPLIERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_SUPPLIERS_ALL, object_name:AP_CARD_SUPPLIERS_ALL, status:VALID, product: AP - Payables , description: This table contains all of the information relating to the supplier, supplier site, and credit card. , implementation_dba_data: AP.AP_CARD_SUPPLIERS_ALL ,
-
Table: AP_DISTRIBUTION_SETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_DISTRIBUTION_SETS_ALL, object_name:AP_DISTRIBUTION_SETS_ALL, status:VALID, product: AP - Payables , description: Invoice Distribution Set definitions , implementation_dba_data: AP.AP_DISTRIBUTION_SETS_ALL ,
-
Table: AP_AE_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AE_LINES_ALL, object_name:AP_AE_LINES_ALL, status:VALID, product: AP - Payables , description: Accounting entry lines table , implementation_dba_data: AP.AP_AE_LINES_ALL ,
-
Table: AP_DISTRIBUTION_SETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_DISTRIBUTION_SETS_ALL, object_name:AP_DISTRIBUTION_SETS_ALL, status:VALID, product: AP - Payables , description: Invoice Distribution Set definitions , implementation_dba_data: AP.AP_DISTRIBUTION_SETS_ALL ,
-
Table: AP_AE_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AE_LINES_ALL, object_name:AP_AE_LINES_ALL, status:VALID, product: AP - Payables , description: Accounting entry lines table , implementation_dba_data: AP.AP_AE_LINES_ALL ,
-
Table: AP_CARD_SUPPLIERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_SUPPLIERS_ALL, object_name:AP_CARD_SUPPLIERS_ALL, status:VALID, product: AP - Payables , description: This table contains all of the information relating to the supplier, supplier site, and credit card. , implementation_dba_data: AP.AP_CARD_SUPPLIERS_ALL ,
-
Table: AP_SELECTED_INVOICE_CHECKS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICE_CHECKS_ALL, object_name:AP_SELECTED_INVOICE_CHECKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_SELECTED_INVOICE_CHECKS_ALL ,
-
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 ,
-
View: FINANCIALS_PURGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.FINANCIALS_PURGES_V, object_name:FINANCIALS_PURGES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.FINANCIALS_PURGES_V ,
-
View: FINANCIALS_PURGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.FINANCIALS_PURGES_V, object_name:FINANCIALS_PURGES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.FINANCIALS_PURGES_V ,
-
Table: AP_SELECTED_INVOICES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICES_ALL, object_name:AP_SELECTED_INVOICES_ALL, status:VALID, product: AP - Payables , description: Temporary storage of invoices selected for payment in a payment batch , implementation_dba_data: AP.AP_SELECTED_INVOICES_ALL ,
-
Table: AP_SELECTED_INVOICES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICES_ALL, object_name:AP_SELECTED_INVOICES_ALL, status:VALID, product: AP - Payables , description: Temporary storage of invoices selected for payment in a payment batch , implementation_dba_data: AP.AP_SELECTED_INVOICES_ALL ,
-
Table: AP_RECURRING_PAYMENTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_RECURRING_PAYMENTS_ALL, object_name:AP_RECURRING_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Recurring invoice parameters , implementation_dba_data: AP.AP_RECURRING_PAYMENTS_ALL ,
-
Table: AP_CARD_PROGRAMS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROGRAMS_ALL, object_name:AP_CARD_PROGRAMS_ALL, status:VALID, product: AP - Payables , description: Information about credit card programs you have defined , implementation_dba_data: AP.AP_CARD_PROGRAMS_ALL ,
-
Table: AP_RECURRING_PAYMENTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_RECURRING_PAYMENTS_ALL, object_name:AP_RECURRING_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Recurring invoice parameters , implementation_dba_data: AP.AP_RECURRING_PAYMENTS_ALL ,
-
Table: AP_CARD_PROGRAMS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROGRAMS_ALL, object_name:AP_CARD_PROGRAMS_ALL, status:VALID, product: AP - Payables , description: Information about credit card programs you have defined , implementation_dba_data: AP.AP_CARD_PROGRAMS_ALL ,
-
View: PO_VENDORS_ACTIVE_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ACTIVE_AP_V, object_name:PO_VENDORS_ACTIVE_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS_ACTIVE_AP_V ,
-
View: PO_VENDORS_ACTIVE_AP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ACTIVE_AP_V, object_name:PO_VENDORS_ACTIVE_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS_ACTIVE_AP_V ,
-
View: AP_VIEW_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VIEW_PREPAYS_V, object_name:AP_VIEW_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_VIEW_PREPAYS_V ,
-
View: AP_AWT_BUCKETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_AWT_BUCKETS_V, object_name:AP_AWT_BUCKETS_V, status:VALID, product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: APPS.AP_AWT_BUCKETS_V ,
-
View: AP_VIEW_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VIEW_PREPAYS_V, object_name:AP_VIEW_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_VIEW_PREPAYS_V ,
-
View: AP_AWT_BUCKETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_AWT_BUCKETS_V, object_name:AP_AWT_BUCKETS_V, status:VALID, product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: APPS.AP_AWT_BUCKETS_V ,
-
Table: AP_TAX_CODES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_CODES_ALL, object_name:AP_TAX_CODES_ALL, status:VALID, product: AP - Payables , description: Tax code information , implementation_dba_data: AP.AP_TAX_CODES_ALL ,
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,
-
Table: AP_TAX_CODES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_CODES_ALL, object_name:AP_TAX_CODES_ALL, status:VALID, product: AP - Payables , description: Tax code information , implementation_dba_data: AP.AP_TAX_CODES_ALL ,
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,