DBA Data[Home] [Help]

APPS.UIUTIL SQL Statements

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

Line: 474

  htp.p('    .OraTableCellSelect     {background-color:#f7f7e7;');
Line: 481

  htp.p('    .OraTableCellSelectBand {background-color:white;');
Line: 519

  htp.p('The right one contains the tabs, select area and main report -->');
Line: 549

  htp.p('The right one contains the tabs, select area and main report -->');
Line: 621

  htp.p('   ');
Line: 706

   c_state = 'SELECTED'
    then
      htp.p('           ');
Line: 722

               ,                    b_prior_selected boolean default FALSE)
is

  v_class varchar2(30);
Line: 732

       if upper(c_state) = 'SELECTED'
          then
            v_class := ' class="actTab" ';
Line: 746

       if upper(c_state) = 'SELECTED'
          then
            v_class := ' class="actTab" ';
Line: 753

            if b_prior_selected
               then
                 v_left_img := '';
Line: 761

   else  if upper(c_state) = 'SELECTED'
          then
            v_class := ' class="actTab" ';
Line: 768

            if b_prior_selected
               then
                 v_left_img := '';
Line: 786

       or upper(c_state) = 'SELECTED')
      then
        htp.p('     '||FND_CSS_PKG.Encode(c_title)||'  ');