<?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>OraQA &#187; E-Business Suite</title>
	<atom:link href="http://oraqa.com/category/e-business-suite/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com</link>
	<description>Oracle Question and Answer</description>
	<lastBuildDate>Tue, 06 Jul 2010 00:08:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to determine which patches have been applied</title>
		<link>http://oraqa.com/2006/12/27/how-to-determine-which-patches-have-been-applied/</link>
		<comments>http://oraqa.com/2006/12/27/how-to-determine-which-patches-have-been-applied/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 00:36:32 +0000</pubDate>
		<dc:creator>Eddie Awad</dc:creator>
				<category><![CDATA[E-Business Suite]]></category>

		<guid isPermaLink="false">http://oraqa.com/2006/12/27/how-to-determine-which-patches-have-been-applied/</guid>
		<description><![CDATA[There are two tables that contain information about patches applied to your Oracle E-Business Suite applications:

AD_APPLIED_PATCHES contains the list of patches that were directly applied.
AD_BUGS contains the list of all the patches that were directly applied or were contained in the patches that were directly applied.

For example, if you are trying to find out if [...]]]></description>
			<content:encoded><![CDATA[<p>There are two tables that contain information about patches applied to your Oracle E-Business Suite applications:</p>
<ul>
<li><strong>AD_APPLIED_PATCHES</strong> contains the list of patches that were directly applied.</li>
<li><strong>AD_BUGS</strong> contains the list of all the patches that were directly applied or were contained in the patches that were directly applied.</li>
</ul>
<p>For example, if you are trying to find out if a certain pre-requisite patch has been applied, query AD_BUGS. If you are trying to find out patches applied in a date range, query AD_APPLIED_PATCHES.</p>
<pre>
SELECT *
  FROM ad_bugs
 WHERE bug_number = '<em>patch_number</em>';

SELECT *
  FROM ad_applied_patches
 WHERE patch_name = '<em>patch_number</em>';
</pre>
<p>Replace <em>patch_number</em> with the number of the patch you want to check.</p>
]]></content:encoded>
			<wfw:commentRss>http://oraqa.com/2006/12/27/how-to-determine-which-patches-have-been-applied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start up Oracle E-Business Suite in Firefox</title>
		<link>http://oraqa.com/2006/04/12/how-to-start-up-oracle-e-business-suite-in-firefox/</link>
		<comments>http://oraqa.com/2006/04/12/how-to-start-up-oracle-e-business-suite-in-firefox/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 16:58:27 +0000</pubDate>
		<dc:creator>Eddie Awad</dc:creator>
				<category><![CDATA[E-Business Suite]]></category>

		<guid isPermaLink="false">http://oraqa.com/2006/04/12/how-to-start-up-oracle-e-business-suite-in-firefox/</guid>
		<description><![CDATA[If Firefox complains about a missing plugin when starting up Oracle E-Business Suite, here is what you need to do to make it work, assuming you have JInitiator installed in C:\Program Files\Oracle\ and Firefox installed in C:\Program Files\Mozilla Firefox\: 
Copy

C:\Program Files\Oracle\JInitiator 1.1.8.16\bin\NPJinit-11816.dll
To
C:\Program Files\Mozilla Firefox\plugins
The 11816 in NPJinit-11816.dll is the JInitiator version. You may have a [...]]]></description>
			<content:encoded><![CDATA[<p>If Firefox complains about a missing plugin when starting up Oracle E-Business Suite, here is what you need to do to make it work, assuming you have JInitiator installed in <em>C:\Program Files\Oracle\</em> and Firefox installed in <em>C:\Program Files\Mozilla Firefox\</em>: </p>
<p>Copy<br />
<em><br />
C:\Program Files\Oracle\JInitiator 1.1.8.16\bin\NPJinit-11816.dll</em></p>
<p>To</p>
<p><em>C:\Program Files\Mozilla Firefox\plugins</em></p>
<p>The 11816 in NPJinit-11816.dll is the JInitiator version. You may have a different version.</p>
<p>Related Metalink Note:<br />
<a href="https://metalink.oracle.com/metalink/plsql/f?p=130:14:1843141161910239165::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,285218.1,1,1,1,helvetica">DocID:285218.1 Recommended Browsers for Oracle Applications 11i</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oraqa.com/2006/04/12/how-to-start-up-oracle-e-business-suite-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
