DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on AME_UTIL

Line 999: ame_util.runtimeexception('IRC_DOCUMENT_API','get_html_preview',-9999,'Adding the customizations');

995: fetch csr_doc_type into l_file_name;
996: if(csr_doc_type%found) then
997: l_type := lower(substr(l_file_name,- 4));
998: if(l_type = '.pdf') then
999: ame_util.runtimeexception('IRC_DOCUMENT_API','get_html_preview',-9999,'Adding the customizations');
1000: l_output_clob := '

' || l_output_clob;
1001: l_output_clob := l_output_clob || '
';
1046: ame_util.runtimeexception('IRC_DOCUMENT_API','get_html_preview',-9999,'Added the customizations');
1047: end if;
1048: end if;
1049: close csr_doc_type;
1050: else