DBA Data[Home] [Help]

APPS.PO_SOURCING_RULES_SV dependencies on PO_VENDOR_SITES_SV

Line 1829: x_vendor_site_id := PO_VENDOR_SITES_SV.get_vendor_site_id(

1825:
1826: --Either the doc is not GA or the current org is not enabled.
1827: --For both of these cases, select site from the header
1828: IF x_vendor_site_id is NULL then
1829: x_vendor_site_id := PO_VENDOR_SITES_SV.get_vendor_site_id(
1830: p_po_header_id);
1831: END IF;
1832: EXCEPTION
1833: WHEN OTHERS THEN