DBA Data[Home] [Help]

APPS.WSH_OTM_REF_DATA_GEN_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 1599: FROM ap_supplier_sites_all

1595: --
1596: --Bug #7274527 :get the operating unit associated to supplier site
1597: CURSOR c_get_ou(p_supplier_site_id NUMBER)IS
1598: SELECT org_id
1599: FROM ap_supplier_sites_all
1600: WHERE vendor_site_id = p_supplier_site_id
1601: AND ROWNUM =1;
1602:
1603: l_opertaing_unit_id NUMBER;