DBA Data[Home] [Help]

APPS.AP_VENDORS_PKG dependencies on PO_VENDOR_SITES

Line 2026: FROM po_vendor_sites s,

2022:
2023: debug_info := 'Count overlap count for the vendor_id and site_id';
2024: SELECT count(1)
2025: INTO L_overlap_count
2026: FROM po_vendor_sites s,
2027: ap_selected_invoices i
2028: WHERE s.vendor_id = p_vendor_id
2029: AND i.vendor_site_id = s.vendor_site_id;
2030: --