DBA Data[Home] [Help]

APPS.MSD_AW_LOADER SQL Statements

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

Line: 13

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: 17

end update_code_aw;