DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on ECX_FILES

Line 2142: from ecx_files

2138: then
2139: begin
2140: select max(version)
2141: into i_version
2142: from ecx_files
2143: where application_code = i_xslt_application_code
2144: and name = i_xslt_file_name
2145: and type = 'XSLT';
2146: exception