DBA Data[Home] [Help]

APPS.AMS_PRICE_LIST_REPORT_PVT SQL Statements

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

Line: 11

 SELECT parent_section_id,child_section_id,sort_order
   FROM ibe_dsp_msite_sct_sects
  WHERE parent_section_id = p_section_id
    AND mini_site_id = p_mini_site_id
   ORDER BY sort_order ;
Line: 39

  SELECT msite_id
    FROM ibe_msites_b
   WHERE master_msite_flag = 'Y';