<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: EBS &#8211; Integration/Interface options</title>
	<atom:link href="http://www.oracleappshub.com/api/ebs-integrationinterface-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracleappshub.com/api/ebs-integrationinterface-options/</link>
	<description>Odyssey of an OracleApps Consultant</description>
	<lastBuildDate>Thu, 26 Aug 2010 06:29:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sen</title>
		<link>http://www.oracleappshub.com/api/ebs-integrationinterface-options/comment-page-1/#comment-2140</link>
		<dc:creator>Sen</dc:creator>
		<pubDate>Wed, 04 Mar 2009 05:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/api/ebs-integrationinterface-options/#comment-2140</guid>
		<description>Hi,
We have a certain requirement in EBS and BPEL integration. Your suggestion on solution design is highly appriciated.

We have the business process which includes many approvals and assignment of work to the people. But the customer wants the business data needs to be stored in EBS as a Service Request (Teleservice). Please help me to identify the solution approach for this scenario with BPEL.

1. How and where the business will be driven.
2. Where the approval matrix will be the best.

Regards,
Sen</description>
		<content:encoded><![CDATA[<p>Hi,<br />
We have a certain requirement in EBS and BPEL integration. Your suggestion on solution design is highly appriciated.</p>
<p>We have the business process which includes many approvals and assignment of work to the people. But the customer wants the business data needs to be stored in EBS as a Service Request (Teleservice). Please help me to identify the solution approach for this scenario with BPEL.</p>
<p>1. How and where the business will be driven.<br />
2. Where the approval matrix will be the best.</p>
<p>Regards,<br />
Sen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jai Lalwani</title>
		<link>http://www.oracleappshub.com/api/ebs-integrationinterface-options/comment-page-1/#comment-1549</link>
		<dc:creator>Jai Lalwani</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/api/ebs-integrationinterface-options/#comment-1549</guid>
		<description>Gr8 post Anand.
We&#039;re in such scenarios where we needed to create new Oracle Apps customer from out of a Portal.

I think, YOu&#039;re proposing AQ or EAI approach.

Thanks
Jai</description>
		<content:encoded><![CDATA[<p>Gr8 post Anand.<br />
We&#8217;re in such scenarios where we needed to create new Oracle Apps customer from out of a Portal.</p>
<p>I think, YOu&#8217;re proposing AQ or EAI approach.</p>
<p>Thanks<br />
Jai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjit Anand</title>
		<link>http://www.oracleappshub.com/api/ebs-integrationinterface-options/comment-page-1/#comment-882</link>
		<dc:creator>Sanjit Anand</dc:creator>
		<pubDate>Tue, 04 Mar 2008 03:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/api/ebs-integrationinterface-options/#comment-882</guid>
		<description>Which of these options works well with the Oracle eBusiness Suite? 
&gt;&gt;&gt; All these options are works well with Oracle Ebusiness suite.Design and selection of right option is one of driver of choice, and more over cost.

Typically in real world, Interfacing via OIT and API is most easiest one, when you are dealing with similar system of database.

On the other hand , in some cases corporate policy enforce you to choose other options like middleware. I have worked for Healthcare client, they had a corporate policy to use Middle ware for all intergration work other application. This can be best understood rather than directly calling the receipt creation api , it should be triggered by Middle ware servics call  to do the action.Typical example is POS based integration with Receipting or creating Item receiving in there central store.

Based out of my experince, airlines , banking Industry has lot to deal with middleware.

Options for Middleware is good, but it impart some cost in maintance.The alternate of this use AQ technique of Oracle. 

This can be understood as: Customer has there own web based application of Order capturing, initial order is accepted by web based application, and you have around 1000+ orders/hr coming from Inet application, and you want to intergrate with oracle EBS for rest of functionality like Order fullfillment and logistic and same time you need to triger the information back to your web based application. Here is the case, of real time interfacing and stream of data is continouly coming in that case oracle AQ technique is one of best option you can use. The alternate of this is some Costly product like TIBCO, MQ series which has same purpose.

Oracle BPEL Process Manager is now part of Oracle new Fusion Technology. 


&gt;&gt;&gt;What Oracle products are required to do each of the different integration types?
Only in the case of Oracle BPEL Process Manager, you need oracle other product.

EBS will have OIT and API avaiable,no external product is required.
Middleware, you need to have third party tool , either you can use oracle Partner products or oracle certified vendor products.

AQ is Oracle technology, this is again no external product required rather you need to get use of some of API call to make things working. AQ is relativly as easy as Pl/sql to understand.

Hope this is answer of your question.

thanks
sanjit</description>
		<content:encoded><![CDATA[<p>Which of these options works well with the Oracle eBusiness Suite?<br />
&gt;&gt;&gt; All these options are works well with Oracle Ebusiness suite.Design and selection of right option is one of driver of choice, and more over cost.</p>
<p>Typically in real world, Interfacing via OIT and API is most easiest one, when you are dealing with similar system of database.</p>
<p>On the other hand , in some cases corporate policy enforce you to choose other options like middleware. I have worked for Healthcare client, they had a corporate policy to use Middle ware for all intergration work other application. This can be best understood rather than directly calling the receipt creation api , it should be triggered by Middle ware servics call  to do the action.Typical example is POS based integration with Receipting or creating Item receiving in there central store.</p>
<p>Based out of my experince, airlines , banking Industry has lot to deal with middleware.</p>
<p>Options for Middleware is good, but it impart some cost in maintance.The alternate of this use AQ technique of Oracle. </p>
<p>This can be understood as: Customer has there own web based application of Order capturing, initial order is accepted by web based application, and you have around 1000+ orders/hr coming from Inet application, and you want to intergrate with oracle EBS for rest of functionality like Order fullfillment and logistic and same time you need to triger the information back to your web based application. Here is the case, of real time interfacing and stream of data is continouly coming in that case oracle AQ technique is one of best option you can use. The alternate of this is some Costly product like TIBCO, MQ series which has same purpose.</p>
<p>Oracle BPEL Process Manager is now part of Oracle new Fusion Technology. </p>
<p>&gt;&gt;&gt;What Oracle products are required to do each of the different integration types?<br />
Only in the case of Oracle BPEL Process Manager, you need oracle other product.</p>
<p>EBS will have OIT and API avaiable,no external product is required.<br />
Middleware, you need to have third party tool , either you can use oracle Partner products or oracle certified vendor products.</p>
<p>AQ is Oracle technology, this is again no external product required rather you need to get use of some of API call to make things working. AQ is relativly as easy as Pl/sql to understand.</p>
<p>Hope this is answer of your question.</p>
<p>thanks<br />
sanjit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Sessions</title>
		<link>http://www.oracleappshub.com/api/ebs-integrationinterface-options/comment-page-1/#comment-880</link>
		<dc:creator>Greg Sessions</dc:creator>
		<pubDate>Tue, 04 Mar 2008 00:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/api/ebs-integrationinterface-options/#comment-880</guid>
		<description>Which of these options works well with the Oracle eBusiness Suite?  What Oracle products are required to do each of the different integration types?</description>
		<content:encoded><![CDATA[<p>Which of these options works well with the Oracle eBusiness Suite?  What Oracle products are required to do each of the different integration types?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
