<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Creativz Lab &#187; Oracle Purchasing</title>
	<atom:link href="http://creativeslab.net/category/oracle-purchasing/feed" rel="self" type="application/rss+xml" />
	<link>http://creativeslab.net</link>
	<description>weblog for Developers &#38; Designers</description>
	<lastBuildDate>Sun, 19 Dec 2010 17:40:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to find Scheduled Concurrent Programs in Oracle Applications</title>
		<link>http://creativeslab.net/how-to-find-scheduled-concurrent-programs-oracle-applications</link>
		<comments>http://creativeslab.net/how-to-find-scheduled-concurrent-programs-oracle-applications#comments</comments>
		<pubDate>Wed, 27 May 2009 06:45:51 +0000</pubDate>
		<dc:creator>chetanz</dc:creator>
				<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Inventory]]></category>
		<category><![CDATA[Oracle Purchasing]]></category>
		<category><![CDATA[concurrent programs]]></category>
		<category><![CDATA[erp]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Oracle ERP]]></category>
		<category><![CDATA[schedules]]></category>
		<category><![CDATA[scheduling]]></category>

		<guid isPermaLink="false">http://creativeslab.net/?p=23</guid>
		<description><![CDATA[Know when a concurrent program is scheduled in Oracle Apps]]></description>
			<content:encoded><![CDATA[<p>There will be so many concurrent programs in Oracle Apps, that are scheduled to perform various tasks. Sometimes it will be very difficult to memorize concurrent programs scheduled in various modules of Oracle Apps unless a proper documentation is maintained.</p>
<p>To find out concurrent programs scheduled go to &#8216;Find Requests&#8217; window using &#8216;System Administrator&#8217; responsibility.</p>
<p>a) Click on &#8216;Specific Requests&#8217; radio button.</p>
<p>b) select &#8216;Scheduled&#8217; in Status drop-down as shown in following screen shot.</p>
<p><img class="alignnone size-medium wp-image-24" src="http://creativeslab.net/wp-content/uploads/2009/05/concscree1-300x232.gif" alt="concscree1" width="300" height="232" /></p>
<p>c) Click on &#8216;Find&#8217; button.</p>
<p>All scheduled requests will be shown as in following screen shot.<img class="alignnone size-medium wp-image-25" src="http://creativeslab.net/wp-content/uploads/2009/05/concscreen2-300x191.gif" alt="concscreen2" width="300" height="191" /></p>
<p>d) Select any concurrent program and click on &#8216;View Details&#8217; button, and you can seen concurrent program schedule details as follows.</p>
<p><img class="alignnone size-medium wp-image-26" src="http://creativeslab.net/wp-content/uploads/2009/05/concscreen3-300x192.gif" alt="concscreen3" width="300" height="192" /></p>
<p>Similary using &#8216;Phase&#8217; drop down in &#8216;Find Requests&#8217; window, you can find out all concurrent programs which are either in &#8216;Running&#8217;, &#8216;Completed&#8217;, &#8216;Inactive&#8217; or &#8216;Pending&#8217; state.</p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslab.net/how-to-find-scheduled-concurrent-programs-oracle-applications/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What If Receiving Trasaction Processor Fails in Oracle Applications</title>
		<link>http://creativeslab.net/if-receiving-trasaction-processor-fails</link>
		<comments>http://creativeslab.net/if-receiving-trasaction-processor-fails#comments</comments>
		<pubDate>Tue, 16 Dec 2008 05:00:59 +0000</pubDate>
		<dc:creator>chetanz</dc:creator>
				<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Purchasing]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PO interface]]></category>
		<category><![CDATA[Purchasing]]></category>
		<category><![CDATA[Receiving Interface Errors Report]]></category>
		<category><![CDATA[Receiving Open Interface]]></category>
		<category><![CDATA[Receiving Transaction Processor]]></category>
		<category><![CDATA[receving transactions]]></category>
		<category><![CDATA[ROI]]></category>

		<guid isPermaLink="false">http://creativeslab.net/2008/12/16/if-receiving-trasaction-processor-fails/</guid>
		<description><![CDATA[If receiving transaction processor fails to receive, inspect or deliver lines in Receiving Open Interface. You can run Receiving Interface Errors Report to know the exact error. Instead of running Receiving Interface Errors Report concurrent Program, you can simply query the error from Oracle Database in po_interface_errors table. Use following query: select * from apps.po_interface_errors [...]]]></description>
			<content:encoded><![CDATA[<p>If receiving transaction processor fails to receive, inspect or deliver lines in Receiving Open Interface. You can run Receiving Interface Errors Report to know the exact error.</p>
<p>Instead of running Receiving Interface Errors Report concurrent Program, you can simply query the error from Oracle Database in po_interface_errors table.</p>
<p>Use following query:</p>
<p><strong>select * from apps.po_interface_errors where request_id = 1192033 order by creation_date desc;</strong></p>
<p>where parameter request_id is , request id of concurrent program receiving transaction processor.</p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslab.net/if-receiving-trasaction-processor-fails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Oracle Applications Receiving Transaction Processor</title>
		<link>http://creativeslab.net/about-oracle-receiving-transaction-processor</link>
		<comments>http://creativeslab.net/about-oracle-receiving-transaction-processor#comments</comments>
		<pubDate>Mon, 15 Dec 2008 04:42:53 +0000</pubDate>
		<dc:creator>chetanz</dc:creator>
				<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Purchasing]]></category>
		<category><![CDATA[E-Business Suite]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Oracle EBS]]></category>
		<category><![CDATA[Oracle ERP]]></category>
		<category><![CDATA[Purchasing]]></category>
		<category><![CDATA[Purchasing Super User]]></category>
		<category><![CDATA[Purchasing User]]></category>
		<category><![CDATA[Receiving]]></category>
		<category><![CDATA[Receiving Interface Errors Report]]></category>
		<category><![CDATA[Receiving Transaction Processor]]></category>
		<category><![CDATA[ROI]]></category>

		<guid isPermaLink="false">http://creativeslab.net/?p=3</guid>
		<description><![CDATA[Receiving Transaction Processor will be used to process pending or unprocessed Receiving Transactions. Receiving Interface Errors Report will be used to know, what are the errors encountered while running Receiving Transaction Processor, which failed processing of pending transactions. To Run Receiving Transaction Processor 1) Goto Purchasing Super User Responsibility 2) Click on Reports &#8211;&#62; Run [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Receiving Transaction Processor</strong> will be used to process pending or unprocessed Receiving Transactions.</p>
<p><strong>Receiving Interface Errors Report</strong> will be used to know, what are the errors encountered while running Receiving Transaction Processor, which failed processing of pending transactions.</p>
<h3><span style="color: #3366ff">To Run Receiving Transaction Processor</span></h3>
<p>1) Goto Purchasing Super User Responsibility</p>
<p>2) Click on Reports &#8211;&gt; Run</p>
<p>3) Submit New Request window will appear.</p>
<p>4) Select Single Request and Click on OK.</p>
<p>5) Submit Request window will appear.</p>
<p><img src="http://professionalinn.files.wordpress.com/2008/05/rtp.jpg" alt="" /></p>
<p>6) In the Name field , Enter &#8216;Receiving Transaction Processor&#8217; and Click Tab, it will display a parameters tab, for entering group id.</p>
<p>7) If you know group id enter it, otherwise leave it. It will process in BATCH mode.</p>
<p> <img src='http://creativeslab.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Click on submit button.</p>
<p>Now Receiving Transaction Processor will process all your pending receiving Transactions.</p>
<h3><span style="color: #3366ff">To run Receiving Interface Errors Report</span></h3>
<p>1) Goto Purchasing Super User Responsibility</p>
<p>2) Click on Reports &#8211;&gt; Run</p>
<p>3) Submit New Request window will appear.</p>
<p>4) Select Single Request and Click on OK.</p>
<p>5) Submit Request window will appear.</p>
<p><img src="http://professionalinn.files.wordpress.com/2008/05/rier.jpg" alt="" /><br />
6) In the name field enter, &#8216;Receiving Interface Errors Report&#8217;, it will show parameters dialog asking for the dates to give error report.</p>
<p>Note:: Enter dates in MM-DD-YYYY HH:MM:SS format.</p>
<p>7) after entering dates click on Ok in dialog, and click on submit button.</p>
<p>Goto View-&gt; Requests to find out the output given by Receiving Interface Errors Report.</p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslab.net/about-oracle-receiving-transaction-processor/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

