DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_SEND_XML_PVT

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

561: iex_debug_pub.logmessage ('send_mail: ' || ' in send mail, before send_fulfillment ' );
562: END IF;
563: -- call fulfilment function with multiple bind variables.
564: -- ctlee - 6/18 fulfillment printer method available
565: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();
566: if (l_curr_dmethod = 'FFM') then
567: iex_dunning_pvt.send_fulfillment(
568: p_api_version => 1.0,
569: p_init_msg_list => FND_API.G_TRUE,

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

594: p_party_id => l_party_id,
595: p_level => l_dunning_rec.dunning_level, -- strategy level
596: p_resource_id => l_assign_resource_id, --Bug5233002. Fix By LKKUMAR.
597: p_object_code => l_dunning_rec.object_type, -- 'IEX_STRATEGY'
598: p_source_id => l_dunning_rec.dunning_object_id, -- used by iex_send_xml_pvt.send_copy
599: p_object_id => l_dunning_rec.dunning_object_id, -- party/account/billto/del id
600: x_return_status => l_return_status,
601: x_msg_count => l_msg_count,
602: x_msg_data => l_msg_data,

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

1871: end if;
1872:
1873: end if; -- only if strategy_level = 40
1874:
1875: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();
1876: if (l_curr_dmethod = 'FFM') then
1877: if (l_fulfil_temp_id <> 0) then
1878: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1879: iex_debug_pub.logmessage ('resend_fulfillment: ' || ' in send mail, template_id ' );