Search Results po_vendors
Overview
PO_VENDORS is a legacy compatibility view owned by the APPS schema in Oracle E-Business Suite, listed under the Payables (AP) product family. It exposes supplier (vendor) header information in the column layout that applications and custom code originally expected from the pre-R12 PO_VENDORS base table. Beginning with Release 12, Oracle restructured the supplier data model: vendor master records moved to AP_SUPPLIERS, and party-level information such as names, addresses, and identifiers moved to the TCA (Trading Community Architecture) tables, principally HZ_PARTIES and its related entities. Rather than break the large volume of existing reports, interfaces, and extensions that referenced PO_VENDORS directly, Oracle retained PO_VENDORS as a view over the new tables. It is defined in APPS and reported as VALID in both 12.1.1 and 12.2.2.
Underlying Base Objects
The documented ETRM metadata for 12.2.2 lists exactly two referenced base objects: AP_SUPPLIERS (accessed through a synonym) and HZ_PARTIES (accessed through a synonym). AP_SUPPLIERS supplies nearly all transactional supplier attributes — identifiers, payment terms, currency defaults, hold flags, withholding information, and classification flags. HZ_PARTIES supplies party-level attributes that are not stored on the supplier record itself, notably the phonetic organization name (mapped to VENDOR_NAME_ALT) and the fiscal code (mapped to NUM_1099). This split reflects the R12 architecture, in which a supplier is a party playing the "supplier" role, with the TCA registry serving as the single source of truth for identity data.
Key Columns
The view exposes the primary supplier key VENDOR_ID, which is drawn from AP_SUPPLIERS and remains the join key for purchasing and payables transactions. Descriptive columns include VENDOR_NAME, VENDOR_NAME_ALT (the phonetic party name), SEGMENT1 through SEGMENT5, and ACTIVE date range fields (START_DATE_ACTIVE, END_DATE_ACTIVE). Financial attributes encompass TERMS_ID, SET_OF_BOOKS_ID, INVOICE_CURRENCY_CODE, PAYMENT_CURRENCY_CODE, INVOICE_AMOUNT_LIMIT, PAYMENT_PRIORITY, PAY_DATE_BASIS_LOOKUP_CODE, and PAY_GROUP_LOOKUP_CODE. Payment control columns include HOLD_ALL_PAYMENTS_FLAG, HOLD_FUTURE_PAYMENTS_FLAG, HOLD_REASON, HOLD_FLAG, and PURCHASING_HOLD_REASON. Tax and reporting attributes include NUM_1099, INDIVIDUAL_1099, TYPE_1099, WITHHOLDING_STATUS_LOOKUP_CODE, and WITHHOLDING_START_DATE. Structural and classification columns include PARENT_VENDOR_ID, ONE_TIME_FLAG, SUMMARY_FLAG, ENABLED_FLAG, EMPLOYEE_ID, VENDOR_TYPE_LOOKUP_CODE, and the diversity flags (MINORITY_GROUP_LOOKUP_CODE, WOMEN_OWNED_FLAG, SMALL_BUSINESS_FLAG). Standard WHO columns are also present.
Common Use Cases and Queries
PO_VENDORS is most often used in custom reports, Oracle Discoverer workbooks, and legacy interfaces that predate the R12 data model. A typical lookup of active suppliers is:
- SELECT vendor_id, vendor_name, segment1, terms_id FROM po_vendors WHERE enabled_flag = 'Y' — filters to currently enabled suppliers.
- SELECT vendor_id, vendor_name FROM po_vendors WHERE hold_all_payments_flag = 'Y' — identifies suppliers whose payments are entirely suspended.
- SELECT vendor_id, num_1099, type_1099 FROM po_vendors WHERE type_1099 IS NOT NULL — supports 1099 reporting extracts.
- SELECT v.vendor_id, v.vendor_name, s.vendor_site_id FROM po_vendors v, po_vendor_sites_all s WHERE v.vendor_id = s.vendor_id — joins the supplier header to its sites.
Maintenance caution applies: because PO_VENDORS is a view, it is intended for query access only. Direct DML against suppliers should be performed through the Oracle Payables supplier entry forms or the supported supplier APIs, not against this view or AP_SUPPLIERS. For new development in 12.1.1 and 12.2.2, Oracle recommends querying AP_SUPPLIERS and the HZ_PARTIES tables directly, since PO_VENDORS exists primarily to preserve backward compatibility.
-
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_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_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_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_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_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 ,
-
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 ,
-
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 ,
-
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: 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 ,
-
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_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_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_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_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_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_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.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 ,
-
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_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 ,
-
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 ,
-
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 ,
-
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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,