DBA Data[Home] [Help]

APPS.AP_VENDORS_PKG dependencies on PO_HISTORY_VENDORS

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

2050: --
2051: if (l_overlap_count = 0) then
2052: --
2053: --
2054: debug_info := 'Count overlap from po_history_vendors';
2055: select count(1)
2056: into l_overlap_count
2057: from po_history_vendors
2058: where segment1 = p_vendor_number;

Line 2057: from po_history_vendors

2053: --
2054: debug_info := 'Count overlap from po_history_vendors';
2055: select count(1)
2056: into l_overlap_count
2057: from po_history_vendors
2058: where segment1 = p_vendor_number;
2059: --
2060: --
2061: end if;