DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on PO_VENDOR_SITES_ALL

Line 3692: from po_vendor_sites_all

3688: If p_vendor_details(i).vendor_site_id is not null then
3689:
3690: Select Org_id
3691: into l_oper_unit
3692: from po_vendor_sites_all
3693: where vendor_site_id = p_vendor_details(i).vendor_site_id;
3694:
3695: End if;
3696: