DBA Data[Home] [Help]

APPS.POS_VENDOR_MERGE dependencies on PO_VENDOR_SITES_ALL

Line 19: from po_vendor_sites_all

15:
16: -- Select the number of avtive sites for the old vendor_id
17: select count(*)
18: into l_count
19: from po_vendor_sites_all
20: where vendor_id = p_dup_vendor_id
21: and vendor_site_id <> p_dup_vendor_site_id
22: and
23: (inactive_date is null OR inactive_date >= sysdate) ;