DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on PO_SUPPLIER_SITES_VAL_V

Line 333: Select 'x' from po_supplier_sites_val_v

329: and nvl(end_date_active, sysdate)
330: and vendor_id= p_ship_from_org_id;
331:
332: Cursor c_check_vendor_site IS
333: Select 'x' from po_supplier_sites_val_v
334: where nvl(rfq_only_site_flag, 'N') = 'N'
335: and vendor_id =p_ship_from_org_id
336: and vendor_site_id= p_ship_from_loc_id;
337: