[Home] [Help]
2120: then
2121: begin
2122: select max(version)
2123: into i_version
2124: from ecx_files
2125: where application_code = i_xslt_application_code
2126: and name = i_xslt_file_name
2127: and type = 'XSLT';
2128: exception