[Home] [Help]
4553: -- check if the XSLT file is loaded in the DB
4554: begin
4555: select payload
4556: into l_xslt_payload
4557: from ecx_files
4558: where (i_version is null or version = i_version)
4559: and (i_application_code is null or application_code = i_application_code)
4560: and name = i_filename
4561: and type = 'XSLT';