DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on ECX_FILES

Line 4560: from ecx_files

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

Line 5854: from ecx_files

5850: -- check if the XSLT file is loaded in the DB
5851: begin
5852: select payload
5853: into l_xslt_payload
5854: from ecx_files
5855: where (i_version is null or version = i_version)
5856: and (i_application_code is null or application_code = i_application_code)
5857: and name = i_filename
5858: and type = 'XSLT';