DBA Data[Home] [Help]

APPS.PA_PAXAUVIT_XMLP_PKG SQL Statements

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

Line: 13

  SELECT  gl.name
  INTO    l_name
  FROM    gl_sets_of_books gl,pa_implementations pi
  WHERE   gl.set_of_books_id = pi.set_of_books_id;
Line: 52

   select meaning into ndf from pa_lookups where
    lookup_code = 'NO_DATA_FOUND' and
    lookup_type = 'MESSAGE';
Line: 58

    c_select_clause:='substrb(pov.vendor_name,1,10)||''/''||substrb(per.full_name,1,15)';
Line: 63

    c_select_clause:='substrb(pov.vendor_name,1,25)';
Line: 73

   select meaning into ndf from pa_lookups where
    lookup_code = 'NO_DATA_FOUND' and
    lookup_type = 'MESSAGE';