lars
committed
on 07 Oct 02
Peter: replace occurencies of #package_key.message_key# in adp pages with a message key lookup
/tcl/lang-util-procs-oracle.xql (+18)
  1 <?xml version="1.0"?>
  2
  3 <queryset>
  4    <rdbms><type>oracle</type><version>8.1.6</version></rdbms>
  5
  6    <fullquery name="lang::util::nls_language_from_language.nls_language_from_language">     
  7       <querytext>
  8      
  9         select nls_language
  10         from   ad_locales
  11         where  language = :language
  12         and    rownum = 1
  13    
  14       </querytext>
  15    </fullquery>
  16  
  17 </queryset>
  18