DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on EDR_XDOC_UTIL_PKG

Line 693: -- Bug 3170251 : Start- if EREC_TEMPLATE TYPE isRTF then call EDR_XDOC_UTIL_PKG.GENERATE_ERECORD procedure.

689: wf_log_pkg.string(3, 'EDR_PSIG_RULE.store_erecord','REDLINE_REQUIRED'||l_redline_required);
690: -- Bug 3761813 : end
691:
692:
693: -- Bug 3170251 : Start- if EREC_TEMPLATE TYPE isRTF then call EDR_XDOC_UTIL_PKG.GENERATE_ERECORD procedure.
694: -- call xdoc utility package to geneate the pdf document if style sheet is RTF
695: IF (UPPER(l_style_sheet_type) = 'RTF') THEN
696:
697: --Bug 2637353: Start

Line 720: /* EDR_XDOC_UTIL_PKG.generate_ERecord(p_edr_event_id =>p_edr_event_id,

716: );
717: end if;
718: --Diagnostics End
719:
720: /* EDR_XDOC_UTIL_PKG.generate_ERecord(p_edr_event_id =>p_edr_event_id,
721: p_erecord_id => l_document_id,
722: p_style_sheet_repository => p_style_sheet_repository,
723: p_style_sheet => p_style_sheet,
724: p_style_sheet_ver => p_style_sheet_ver,

Line 731: EDR_XDOC_UTIL_PKG.generate_ERecord(p_edr_event_id => p_edr_event_id,

727: x_error_msg => l_error_msg);*/
728: --Bug 3761813 : start
729: -- new parameter p_redline_mode is added
730:
731: EDR_XDOC_UTIL_PKG.generate_ERecord(p_edr_event_id => p_edr_event_id,
732: p_erecord_id => l_document_id,
733: p_style_sheet_repository => p_style_sheet_repository,
734: p_style_sheet => p_style_sheet,
735: p_style_sheet_ver => p_style_sheet_ver,

Line 857: EDR_XDOC_UTIL_PKG.generate_ERecord(p_edr_event_id => p_edr_event_id,

853: x_output := EMPTY_CLOB;
854: l_amount := 32767;
855: l_pos := 1;
856:
857: EDR_XDOC_UTIL_PKG.generate_ERecord(p_edr_event_id => p_edr_event_id,
858: p_erecord_id => l_document_id,
859: p_style_sheet_repository => p_style_sheet_repository,
860: p_style_sheet => p_style_sheet,
861: p_style_sheet_ver => p_style_sheet_ver,