DBA Data[Home] [Help]

APPS.ECX_ERRORLOG dependencies on ECX_ATTACHMENT

Line 1716: ecx_attachment.map_attachments(p_event, l_out_msgid);

1712: i_errmsg => 'ECX_PENDING_AFTER_RESEND',
1713: i_status => '0',
1714: i_timestamp => sysdate
1715: );
1716: ecx_attachment.map_attachments(p_event, l_out_msgid);
1717: return;
1718: end if;
1719:
1720: -- This is not a ecx message since l_ext_type and

Line 1765: ecx_attachment.remap_attachments(l_out_msgid);

1761:
1762: l_trigger_id := l_passthr_trigger_id;
1763: l_log_msg := 'ECX_PASSTHRU_MSG_ENQUEUED';
1764:
1765: ecx_attachment.remap_attachments(l_out_msgid);
1766: else
1767: ecx_attachment.map_attachments(p_event, l_out_msgid);
1768: end if;
1769:

Line 1767: ecx_attachment.map_attachments(p_event, l_out_msgid);

1763: l_log_msg := 'ECX_PASSTHRU_MSG_ENQUEUED';
1764:
1765: ecx_attachment.remap_attachments(l_out_msgid);
1766: else
1767: ecx_attachment.map_attachments(p_event, l_out_msgid);
1768: end if;
1769:
1770: -- This is commong logging for regular outbound and passthru on the outbound side.
1771: ecx_errorlog.log_document