DBA Data[Home] [Help]

APPS.AP_WEB_EXP_ITEM_UTIL SQL Statements

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

Line: 40

  select count(1)
  into l_count
  from ap_pol_itemizations pi
  where pi.itemization_parameter_id = p_parameter_id
  and pi.parameter_id = g_exp_report_parameter_id;