<?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: Auto Invoice: Transaction Flexfield</title>
	<atom:link href="http://www.oracleappshub.com/11i/auto-invoice-transaction-flexfield/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracleappshub.com/11i/auto-invoice-transaction-flexfield/</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: juwan</title>
		<link>http://www.oracleappshub.com/11i/auto-invoice-transaction-flexfield/comment-page-1/#comment-2755</link>
		<dc:creator>juwan</dc:creator>
		<pubDate>Mon, 21 Jun 2010 07:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=177#comment-2755</guid>
		<description>How do you populate the Transaction Information Flexfield (the second invoice header flexfield on the Transactions screen) using AutoInvoice?

Is it possible to populate the Transaction Information flexfield at all using AutoInvoice?</description>
		<content:encoded><![CDATA[<p>How do you populate the Transaction Information Flexfield (the second invoice header flexfield on the Transactions screen) using AutoInvoice?</p>
<p>Is it possible to populate the Transaction Information flexfield at all using AutoInvoice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahu</title>
		<link>http://www.oracleappshub.com/11i/auto-invoice-transaction-flexfield/comment-page-1/#comment-2709</link>
		<dc:creator>shahu</dc:creator>
		<pubDate>Fri, 14 May 2010 16:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=177#comment-2709</guid>
		<description>Hi Sanjit Anand....

Very good solution</description>
		<content:encoded><![CDATA[<p>Hi Sanjit Anand&#8230;.</p>
<p>Very good solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjit Anand</title>
		<link>http://www.oracleappshub.com/11i/auto-invoice-transaction-flexfield/comment-page-1/#comment-1915</link>
		<dc:creator>Sanjit Anand</dc:creator>
		<pubDate>Thu, 06 Nov 2008 02:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=177#comment-1915</guid>
		<description>INTERFACE_LINE_CONTEXT &amp; LINK_TO_LINE_CONTEXT are flex field set up that you can extend to integrate with your external billing system or any other oracle module like OM, PA like wise.

In simple word you can understand how much information you want to populate from external system/inside products

Take a case, I have a externall billing system, The need is to capatured the information for REV Line  with these 3 information, thats why I have to used 3


take this 2 case
Here is how we want to bring the fields in Oracle INTERFACE_LINE_ATTRIBUTE1..3 and for tax line i need to capture what are my rev line , in that case i need to utilize LINK_TO_LINE_ATTRIBUTE1 ..3 to tag with my rev line from source.

here is example which explains two cases:

Case 1: For REV Line
   INTERFACE_LINE_CONTEXT           &#039;SMG Billing&#039;    
   INTERFACE_LINE_ATTRIBUTE1        &#039;10023&#039;          
   INTERFACE_LINE_ATTRIBUTE2        &#039;01&#039;             
   INTERFACE_LINE_ATTRIBUTE3        &#039;LINE&#039;             

   LINK_TO_LINE_CONTEXT             null             
   LINK_TO_LINE_ATTRIBUTE1          null              
   LINK_TO_LINE_ATTRIBUTE2          null              
   LINK_TO_LINE_ATTRIBUTE3          null              

Case 2 : Tax Line
   INTERFACE_LINE_CONTEXT              &#039;SMG Billing&#039;
   INTERFACE_LINE_ATTRIBUTE1          &#039;10023&#039;
   INTERFACE_LINE_ATTRIBUTE2           &#039;01&#039;
   INTERFACE_LINE_ATTRIBUTE3           &#039;TAX&#039;

   LINK_TO_LINE_CONTEXT                     &#039;SMG Billing&#039;
   LINK_TO_LINE_ATTRIBUTE1                 &#039;10023&#039;
   LINK_TO_LINE_ATTRIBUTE2                  &#039;01&#039;
   LINK_TO_LINE_ATTRIBUTE3                  &#039;LINE&#039;


In this example attribute 1 is an order number, 2 is the line number  and attribute 3 is simply used to differentiate between invoice lines
   and tax lines. The combination of the three attributes is unique, and the Invoice line attributes have been repeated on the tax line in the    link to line attribute fields.</description>
		<content:encoded><![CDATA[<p>INTERFACE_LINE_CONTEXT &amp; LINK_TO_LINE_CONTEXT are flex field set up that you can extend to integrate with your external billing system or any other oracle module like OM, PA like wise.</p>
<p>In simple word you can understand how much information you want to populate from external system/inside products</p>
<p>Take a case, I have a externall billing system, The need is to capatured the information for REV Line  with these 3 information, thats why I have to used 3</p>
<p>take this 2 case<br />
Here is how we want to bring the fields in Oracle INTERFACE_LINE_ATTRIBUTE1..3 and for tax line i need to capture what are my rev line , in that case i need to utilize LINK_TO_LINE_ATTRIBUTE1 ..3 to tag with my rev line from source.</p>
<p>here is example which explains two cases:</p>
<p>Case 1: For REV Line<br />
   INTERFACE_LINE_CONTEXT           &#8216;SMG Billing&#8217;<br />
   INTERFACE_LINE_ATTRIBUTE1        &#8217;10023&#8242;<br />
   INTERFACE_LINE_ATTRIBUTE2        &#8217;01&#8242;<br />
   INTERFACE_LINE_ATTRIBUTE3        &#8216;LINE&#8217;             </p>
<p>   LINK_TO_LINE_CONTEXT             null<br />
   LINK_TO_LINE_ATTRIBUTE1          null<br />
   LINK_TO_LINE_ATTRIBUTE2          null<br />
   LINK_TO_LINE_ATTRIBUTE3          null              </p>
<p>Case 2 : Tax Line<br />
   INTERFACE_LINE_CONTEXT              &#8216;SMG Billing&#8217;<br />
   INTERFACE_LINE_ATTRIBUTE1          &#8217;10023&#8242;<br />
   INTERFACE_LINE_ATTRIBUTE2           &#8217;01&#8242;<br />
   INTERFACE_LINE_ATTRIBUTE3           &#8216;TAX&#8217;</p>
<p>   LINK_TO_LINE_CONTEXT                     &#8216;SMG Billing&#8217;<br />
   LINK_TO_LINE_ATTRIBUTE1                 &#8217;10023&#8242;<br />
   LINK_TO_LINE_ATTRIBUTE2                  &#8217;01&#8242;<br />
   LINK_TO_LINE_ATTRIBUTE3                  &#8216;LINE&#8217;</p>
<p>In this example attribute 1 is an order number, 2 is the line number  and attribute 3 is simply used to differentiate between invoice lines<br />
   and tax lines. The combination of the three attributes is unique, and the Invoice line attributes have been repeated on the tax line in the    link to line attribute fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krist</title>
		<link>http://www.oracleappshub.com/11i/auto-invoice-transaction-flexfield/comment-page-1/#comment-1907</link>
		<dc:creator>Krist</dc:creator>
		<pubDate>Wed, 29 Oct 2008 22:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=177#comment-1907</guid>
		<description>I still don&#039;t understand whats the different usage of INTERFACE_LINE_CONTEXT &amp; LINK_TO_LINE_CONTEXT.

What should I define there ?

Thank you</description>
		<content:encoded><![CDATA[<p>I still don&#8217;t understand whats the different usage of INTERFACE_LINE_CONTEXT &amp; LINK_TO_LINE_CONTEXT.</p>
<p>What should I define there ?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://www.oracleappshub.com/11i/auto-invoice-transaction-flexfield/comment-page-1/#comment-1891</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/?p=177#comment-1891</guid>
		<description>Thanks for the information. My doubts were cleared</description>
		<content:encoded><![CDATA[<p>Thanks for the information. My doubts were cleared</p>
]]></content:encoded>
	</item>
</channel>
</rss>
