DBA Data[Home] [Help]

APPS.MSD_AW_LOADER SQL Statements

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

Line: 15

  select upper(ad_zd.get_edition_type) into EDITION_TYPE from dual;  -- This will give error when executed in Non editioned environment
Line: 23

procedure update_code_aw is
begin
  -- Issue an update if _noupdate flag is not set
  dbms_aw.execute('&(if exists(''_noupdate'') then ''shw na'' else ''upd'')');
Line: 27

end update_code_aw;