DBA Data[Home] [Help]

OWAPUB.HTP SQL Statements

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

Line: 467

procedure formSelectOpen(cname       in varchar2,
                         cprompt     in varchar2 DEFAULT NULL,
                         nsize       in integer  DEFAULT NULL,
                         cattributes in varchar2 DEFAULT NULL) is
begin p(htf.formSelectOpen(cname,cprompt,nsize,cattributes)); end;
Line: 473

procedure formSelectOption(cvalue      in varchar2,
                           cselected   in varchar2 DEFAULT NULL,
                           cattributes in varchar2 DEFAULT NULL) is
begin p(htf.formSelectOption(cvalue,cselected,cattributes)); end;
Line: 478

procedure formSelectClose is
begin p(htf.formSelectClose); end;
Line: 638

   htbuf.delete;