DBA Data[Home] [Help]

APPS.QP_PERF_CTRL_PVT SQL Statements

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

Line: 9

  p_update_type in varchar2
) is
  l_list_header_id_low number;
Line: 19

  if (p_update_type = g_update_factor) then

    --insert into qp_tests values('Y', 1, 2, sysdate);
Line: 23

    qp_denormalized_pricing_attrs.update_search_ind(
      err_buff,
      retcode,
      p_list_header_id_low,
      p_list_header_id_high,
      g_update_factor
    );