<?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: EDI &amp; E-Business Suite</title>
	<atom:link href="http://www.oracleappshub.com/edi/edi-e-business-suite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracleappshub.com/edi/edi-e-business-suite/</link>
	<description>Odyssey of an OracleApps Consultant</description>
	<lastBuildDate>Thu, 16 May 2013 22:05:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Ragh</title>
		<link>http://www.oracleappshub.com/edi/edi-e-business-suite/comment-page-1/#comment-2845</link>
		<dc:creator>Ragh</dc:creator>
		<pubDate>Tue, 07 Sep 2010 19:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=136#comment-2845</guid>
		<description>Hi,

This is really very simple basic information.. it is good information for learners.. Thanks Rag</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is really very simple basic information.. it is good information for learners.. Thanks Rag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umesh Pendhare</title>
		<link>http://www.oracleappshub.com/edi/edi-e-business-suite/comment-page-1/#comment-2522</link>
		<dc:creator>Umesh Pendhare</dc:creator>
		<pubDate>Thu, 08 Oct 2009 10:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=136#comment-2522</guid>
		<description>Its very useful information........!
Can you give step by step implementation for Oracle e-commerce gateway.
Any help will be appriciated.....</description>
		<content:encoded><![CDATA[<p>Its very useful information&#8230;&#8230;..!<br />
Can you give step by step implementation for Oracle e-commerce gateway.<br />
Any help will be appriciated&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ershad</title>
		<link>http://www.oracleappshub.com/edi/edi-e-business-suite/comment-page-1/#comment-1945</link>
		<dc:creator>Ershad</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=136#comment-1945</guid>
		<description>If the EDI file has fileds which vary their lenght from file to file, meaning if the EDI file doesnt have any fixed lenght then how can we define that in Interface File Defnition</description>
		<content:encoded><![CDATA[<p>If the EDI file has fileds which vary their lenght from file to file, meaning if the EDI file doesnt have any fixed lenght then how can we define that in Interface File Defnition</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjit Anand</title>
		<link>http://www.oracleappshub.com/edi/edi-e-business-suite/comment-page-1/#comment-1916</link>
		<dc:creator>Sanjit Anand</dc:creator>
		<pubDate>Thu, 06 Nov 2008 03:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=136#comment-1916</guid>
		<description>Neil ,

It depends what and how you are going to use EDI messaging.Oracle have 2 similar product which you can use. they are E-Commerce gateway,XML Gateway

But it again its depends how your trading patner uses and sending the details.

Most modern translators can deal with XML-EDI-XML transforms. 

Here is simple flow based out of one real time implemenation need:

&lt;strong&gt;Step 1:Oracle System &lt;/strong&gt;
Lets say you have Oracle installtion ready at your side.

&lt;strong&gt;2. EDI gateway : &lt;/strong&gt;Use can use oracle provides the EDI Gateway, which allows the user to interact with a GUI or command prompt. The gateway extracts the relevant data from the database for each transaction.

&lt;strong&gt;How it works  ...take a example of PO &lt;/strong&gt;
-----------------
if you want to create an Outbound Purchase Order, 850, the gateway would pull information such as part numbers, quantity, price, and any relevant information in regards to the trading partner. All code conversions and trading partner definitions are stored in the gateway. At this stage, you will need to contact your trading partners and decide on standards, codes and any other relevant information. 

&lt;strong&gt;3. Step 3:&lt;/strong&gt;

Once the Purchase Order is created, it is extracted to the translator. There are several options when choosing a translator provider.

There are different Options you can chosse for Translator , few are Sterling, Harbinger etc

Most of Customer who usses Oracle , Sterling&#039;s Gentran is prefrered one as these are the products from Patners and have  seamless integration.

What the translator do:

The translator provides the API mapping and converts the extracted EDI transaction into an accepted standard.Now a days depends upon what format is required, it may be ASCI , XML or any other standard format.

an 810 is an inbound invoice and an 830 is an outbound planning forecast. After the translator stamps the transaction with a standard, the file is ready to be sent to the trading partner.

There are other option for transmitting the files , one of such example are  point-to-point either over the Internet via ftp. 

For this you can use any ftp software package can be used. 

2-3 years back there was other options where companies utlizes store-and-forward mechnism via VAN,  that is &lt;em&gt;value added network&lt;/em&gt;. 

In that case VAN acts very similar way that post office of postal department work for the trading partners. The VAN receives the file and holds it until the trading partner dials in to the VAN and asks for any files. A VAN provides more security than the Internet </description>
		<content:encoded><![CDATA[<p>Neil ,</p>
<p>It depends what and how you are going to use EDI messaging.Oracle have 2 similar product which you can use. they are E-Commerce gateway,XML Gateway</p>
<p>But it again its depends how your trading patner uses and sending the details.</p>
<p>Most modern translators can deal with XML-EDI-XML transforms. </p>
<p>Here is simple flow based out of one real time implemenation need:</p>
<p><strong>Step 1:Oracle System </strong><br />
Lets say you have Oracle installtion ready at your side.</p>
<p><strong>2. EDI gateway : </strong>Use can use oracle provides the EDI Gateway, which allows the user to interact with a GUI or command prompt. The gateway extracts the relevant data from the database for each transaction.</p>
<p><strong>How it works  &#8230;take a example of PO </strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
if you want to create an Outbound Purchase Order, 850, the gateway would pull information such as part numbers, quantity, price, and any relevant information in regards to the trading partner. All code conversions and trading partner definitions are stored in the gateway. At this stage, you will need to contact your trading partners and decide on standards, codes and any other relevant information. </p>
<p><strong>3. Step 3:</strong></p>
<p>Once the Purchase Order is created, it is extracted to the translator. There are several options when choosing a translator provider.</p>
<p>There are different Options you can chosse for Translator , few are Sterling, Harbinger etc</p>
<p>Most of Customer who usses Oracle , Sterling&#8217;s Gentran is prefrered one as these are the products from Patners and have  seamless integration.</p>
<p>What the translator do:</p>
<p>The translator provides the API mapping and converts the extracted EDI transaction into an accepted standard.Now a days depends upon what format is required, it may be ASCI , XML or any other standard format.</p>
<p>an 810 is an inbound invoice and an 830 is an outbound planning forecast. After the translator stamps the transaction with a standard, the file is ready to be sent to the trading partner.</p>
<p>There are other option for transmitting the files , one of such example are  point-to-point either over the Internet via ftp. </p>
<p>For this you can use any ftp software package can be used. </p>
<p>2-3 years back there was other options where companies utlizes store-and-forward mechnism via VAN,  that is <em>value added network</em>. </p>
<p>In that case VAN acts very similar way that post office of postal department work for the trading partners. The VAN receives the file and holds it until the trading partner dials in to the VAN and asks for any files. A VAN provides more security than the Internet </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.oracleappshub.com/edi/edi-e-business-suite/comment-page-1/#comment-1897</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Mon, 27 Oct 2008 22:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=136#comment-1897</guid>
		<description>Sanjit, 
One more thing..what Translator do most companies use for Oracle EDI...? Does DBA set this up...? Thanks very much..Neil</description>
		<content:encoded><![CDATA[<p>Sanjit,<br />
One more thing..what Translator do most companies use for Oracle EDI&#8230;? Does DBA set this up&#8230;? Thanks very much..Neil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
