DBA Data[Home] [Help]

APPS.EDR_GENERAL_SUBS dependencies on ECX_FILES

Line 171: from ecx_files

167: --if the version in the DB is >= version in EDR table
168: --then dont upload
169:
170: select NVL(max(version),0) into l_db_xsl_version
171: from ecx_files
172: where name = l_file_name;
173:
174: if (l_db_xsl_version > 0) then
175: if (l_db_xsl_version >= l_version_num) then