DBA Data[Home] [Help]

APPS.XNP_WSGJSL SQL Statements

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

Line: 239

      if (pctl.selectedIndex >= 0) {
         if (pctl.options[pctl.selectedIndex].value <> "") {
            return pctl.options[pctl.selectedIndex].value;
Line: 243

         else { return pctl.options[pctl.selectedIndex].text; }
Line: 609

   function VerifyDelete(p_msg in varchar2) return varchar2 is
   begin
      return '   if (!confirm("'||p_msg||'")) { return false }
   document.forms[0].Z_ACTION.value = "VerifiedDelete";