DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on PO_VENDOR_SITES_ALL

Line 4102: from po_vendor_sites_all

4098: If p_vendor_details(i).vendor_site_id is not null then
4099:
4100: Select Org_id
4101: into l_oper_unit
4102: from po_vendor_sites_all
4103: where vendor_site_id = p_vendor_details(i).vendor_site_id;
4104:
4105: End if;
4106: