DBA Data[Home] [Help]

APPS.WSH_OTM_REF_DATA_GEN_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 1560: FROM ap_supplier_sites_all

1556: --
1557: --Bug #7274527 :get the operating unit associated to supplier site
1558: CURSOR c_get_ou(p_supplier_site_id NUMBER)IS
1559: SELECT org_id
1560: FROM ap_supplier_sites_all
1561: WHERE vendor_site_id = p_supplier_site_id
1562: AND ROWNUM =1;
1563:
1564: l_opertaing_unit_id NUMBER;