DBA Data[Home] [Help]

APPS.FUN_TRADING_RELATION dependencies on AP_SUPPLIERS

Line 326: ap_suppliers supp,

322: CURSOR c_vendor_info (x_relation_id NUMBER,
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