DBA Data[Home] [Help]

APPS.AP_VENDORS_PKG dependencies on PO_HISTORY_VENDORS

Line 2080: debug_info := 'Count overlap from po_history_vendors';

2076: --
2077: if (l_overlap_count = 0) then
2078: --
2079: --
2080: debug_info := 'Count overlap from po_history_vendors';
2081: select count(1)
2082: into l_overlap_count
2083: from po_history_vendors
2084: where segment1 = p_vendor_number;

Line 2083: from po_history_vendors

2079: --
2080: debug_info := 'Count overlap from po_history_vendors';
2081: select count(1)
2082: into l_overlap_count
2083: from po_history_vendors
2084: where segment1 = p_vendor_number;
2085: --
2086: --
2087: end if;