DBA Data[Home] [Help]

APPS.FLM_VENDORMERGE_GRP SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 49

      update flm_kanban_summary
      set supplier_id = p_vendor_id
      where supplier_id = p_dup_vendor_id;
Line: 53

      update flm_kanban_summary
      set supplier_site_id = p_vendor_site_id
      where supplier_site_id = p_dup_vendor_site_id;