DBA Data[Home] [Help]

APPS.AP_VENDORS_PKG dependencies on PO_VENDOR_SITES

Line 2000: FROM po_vendor_sites s,

1996:
1997: debug_info := 'Count overlap count for the vendor_id and site_id';
1998: SELECT count(1)
1999: INTO L_overlap_count
2000: FROM po_vendor_sites s,
2001: ap_selected_invoices i
2002: WHERE s.vendor_id = p_vendor_id
2003: AND i.vendor_site_id = s.vendor_site_id;
2004: --