DBA Data[Home] [Help]

APPS.MSD_SSWA SQL Statements

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

Line: 47

           fnd_message.get_string('MSD','MSD_DP_SELECTPLAN') ||
          '
           
         
');
Line: 191

 * For Bug 13017878 - This procedure will update the ODPCODE AW variables related to the Java plugin details.
 * This is called from DemandPlansCO.java
*/
procedure update_plugin_details(sunplugintype varchar2,classid varchar2,codever varchar2,codebase varchar2) is

	  v_jinit_classid varchar2(100);
Line: 222

  dbms_aw.execute('update');
Line: 230

end UPDATE_PLUGIN_DETAILS;