DBA Data[Home] [Help]

APPS.PO_SOURCING_RULES_SV dependencies on PO_VENDOR_SITES_SV

Line 1749: x_vendor_site_id := PO_VENDOR_SITES_SV.get_vendor_site_id(

1745:
1746: --Either the doc is not GA or the current org is not enabled.
1747: --For both of these cases, select site from the header
1748: IF x_vendor_site_id is NULL then
1749: x_vendor_site_id := PO_VENDOR_SITES_SV.get_vendor_site_id(
1750: p_po_header_id);
1751: END IF;
1752: EXCEPTION
1753: WHEN OTHERS THEN