DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_SEND_XML_PVT

Line 763: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();

759: iex_debug_pub.logmessage ('send_mail: ' || ' in send mail, before send_fulfillment ' );
760: END IF;
761: -- call fulfilment function with multiple bind variables.
762: -- ctlee - 6/18 fulfillment printer method available
763: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();
764: if (l_curr_dmethod = 'FFM') then
765: iex_dunning_pvt.send_fulfillment(
766: p_api_version => 1.0,
767: p_init_msg_list => FND_API.G_TRUE,

Line 819: p_source_id => l_dunning_rec.dunning_object_id, -- used by iex_send_xml_pvt.send_copy

815: p_party_id => l_party_id,
816: p_level => l_dunning_rec.dunning_level, -- strategy level
817: p_resource_id => l_assign_resource_id, --Bug5233002. Fix By LKKUMAR.
818: p_object_code => l_dunning_rec.object_type, -- 'IEX_STRATEGY'
819: p_source_id => l_dunning_rec.dunning_object_id, -- used by iex_send_xml_pvt.send_copy
820: p_object_id => l_workitem_id, -- changed for bug#8403051 by PNAVEENK on 3-4-2009 l_dunning_rec.dunning_object_id, -- party/account/billto/del id
821: p_org_id => l_dunning_rec.org_id, -- changed for bug 9151851 PNAVEENK
822: x_return_status => l_return_status,
823: x_msg_count => l_msg_count,

Line 2197: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();

2193: end if;
2194:
2195: end if; -- only if strategy_level = 40
2196:
2197: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();
2198: if (l_curr_dmethod = 'FFM') then
2199: if (l_fulfil_temp_id <> 0) then
2200: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2201: iex_debug_pub.logmessage ('resend_fulfillment: ' || ' in send mail, template_id ' );