DBA Data[Home] [Help]

APPS.FUN_TRADING_RELATION dependencies on AP_SUPPLIER_SITES_ALL

Line 327: ap_supplier_sites_all site

323: p_trx_date DATE) IS
324: SELECT rel.vendor_id, rel.vendor_site_id
325: FROM fun_supplier_maps rel,
326: ap_suppliers supp,
327: ap_supplier_sites_all site
328: WHERE relation_id = x_relation_id
329: AND supp.vendor_id = rel.vendor_id
330: AND site.vendor_site_id = rel.vendor_site_id
331: AND supp.vendor_id = site.vendor_id