DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on AME_UTIL

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

1022: fetch csr_doc_type into l_file_name;
1023: if(csr_doc_type%found) then
1024: l_type := lower(substr(l_file_name,- 4));
1025: if(l_type = '.pdf') then
1026: ame_util.runtimeexception('IRC_DOCUMENT_API','get_html_preview',-9999,'Adding the customizations');
1027: l_output_clob := '

' || l_output_clob;
1028: l_output_clob := l_output_clob || '
';
1073: ame_util.runtimeexception('IRC_DOCUMENT_API','get_html_preview',-9999,'Added the customizations');
1074: end if;
1075: end if;
1076: close csr_doc_type;
1077: else