<?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>Oraza</title>
	<atom:link href="http://www.oraza.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oraza.com</link>
	<description>Oracle knowledge and tips sharing blog</description>
	<lastBuildDate>Wed, 25 Apr 2012 08:18:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to cancel Bills Remittance Batch?</title>
		<link>http://www.oraza.com/how-to-cancel-bills-remittance-batch/</link>
		<comments>http://www.oraza.com/how-to-cancel-bills-remittance-batch/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 08:18:46 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[AR]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=140</guid>
		<description><![CDATA[Problem: User mistakenly select all BR Number into one Remittance batch, with action approved and formatted. Solution: Goto Portfolio Management, call this batch. Hightlight the Bills you want to cancel for remittance, click button Recall. Enter recall date. Note: GL date normally will be defaulted based on recall date. But you must change the GL [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: </strong></p>
<p>User mistakenly select all BR Number into one Remittance batch, with action approved and formatted.</p>
<p><a href="http://www.oraza.com/wp-content/uploads/2012/04/ps13.png"><img class="alignleft size-full wp-image-141" title="ps13" src="http://www.oraza.com/wp-content/uploads/2012/04/ps13.png" alt="" width="600" height="500" /></a></p>
<p><strong>Solution:</strong></p>
<ol>
<li>Goto Portfolio Management, call this batch.</li>
<li>Hightlight the Bills you want to cancel for remittance, click button Recall.</li>
<li>Enter recall date. Note: GL date normally will be defaulted based on recall date. But you must change the GL date to be greater than Remittance GL date.</li>
<li>Check the Bills status, status now change to  Pending Remittance.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/how-to-cancel-bills-remittance-batch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To run Oracle ebs in IE 9 setting</title>
		<link>http://www.oraza.com/to-run-oracle-ebs-in-ie-9-setting/</link>
		<comments>http://www.oraza.com/to-run-oracle-ebs-in-ie-9-setting/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:21:51 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=134</guid>
		<description><![CDATA[To run Oracle e-business suite in Internet Explorer 9, must set the internet option, Security Setting : Enable XSS filter = disable]]></description>
			<content:encoded><![CDATA[<p>To run Oracle e-business suite in Internet Explorer 9, must set the internet option,</p>
<p>Security Setting :</p>
<p>Enable XSS filter = disable</p>
<p><a href="http://www.oraza.com/wp-content/uploads/2012/04/ps12.png"><img class="alignleft size-full wp-image-135" title="ps12" src="http://www.oraza.com/wp-content/uploads/2012/04/ps12.png" alt="" width="427" height="541" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/to-run-oracle-ebs-in-ie-9-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running view in APPS does not give any output due to set client info</title>
		<link>http://www.oraza.com/running-view-in-apps-does-not-give-any-output-due-to-set-client-info/</link>
		<comments>http://www.oraza.com/running-view-in-apps-does-not-give-any-output-due-to-set-client-info/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:16:05 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=129</guid>
		<description><![CDATA[How to know the client info in one Oracle APPS? Run below query in TOAD or SQL developer: select distinct(client_info) from v$session &#160; After getting the client info, run below query first before running the view for output. BEGIN DBMS_APPLICATION_INFO.set_client_info(&#8217;110&#8242;); END; &#160;]]></description>
			<content:encoded><![CDATA[<p>How to know the client info in one Oracle APPS?</p>
<p>Run below query in TOAD or SQL developer:</p>
<p><strong><span style="color: #0000ff;">select distinct(client_info) from v$session</span></strong></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">After getting the client info, run below query first before running the view for output.</span></p>
<p><strong><span style="color: #0000ff;">BEGIN </span></strong></p>
<p><strong><span style="color: #0000ff;">DBMS_APPLICATION_INFO.set_client_info(&#8217;110&#8242;); </span></strong></p>
<p><strong><span style="color: #0000ff;">END;</span></strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/running-view-in-apps-does-not-give-any-output-due-to-set-client-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the process id that hold the port no</title>
		<link>http://www.oraza.com/how-to-get-the-process-id-that-hold-the-port-no/</link>
		<comments>http://www.oraza.com/how-to-get-the-process-id-that-hold-the-port-no/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:09:14 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=124</guid>
		<description><![CDATA[Run this command in putty: netstat -alnp&#124;grep &#60;7002&#62; Get the process id and kill it]]></description>
			<content:encoded><![CDATA[<p>Run this command in putty:</p>
<p><strong><span style="color: #0000ff;">netstat -alnp|grep &lt;7002&gt;</span></strong></p>
<p>Get the process id and kill it</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/how-to-get-the-process-id-that-hold-the-port-no/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check on Oracle database date format</title>
		<link>http://www.oraza.com/how-to-check-on-oracle-database-date-format/</link>
		<comments>http://www.oraza.com/how-to-check-on-oracle-database-date-format/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:04:35 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=119</guid>
		<description><![CDATA[Run this query in TOAD or SQL developer: select * from nls_session_parameters; Look at the Parameter NLS_DATE_FORMAT. For example:]]></description>
			<content:encoded><![CDATA[<p>Run this query in TOAD or SQL developer:<br />
<span style="color: #0000ff;"><strong>select * from nls_session_parameters;</strong></span></p>
<p>Look at the Parameter NLS_DATE_FORMAT.</p>
<p>For example:<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/PS11.png"><img class="alignleft size-full wp-image-120" title="PS11" src="http://www.oraza.com/wp-content/uploads/2012/04/PS11.png" alt="" width="548" height="463" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/how-to-check-on-oracle-database-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error APP-SQLAP-97087: The expenditure item date and GL date must be within an open or future when selecting expenditure item date in AP Invoice screen</title>
		<link>http://www.oraza.com/error-app-sqlap-97087-the-expenditure-item-date-and-gl-date-must-be-within-an-open-or-future-when-selecting-expenditure-item-date-in-ap-invoice-screen/</link>
		<comments>http://www.oraza.com/error-app-sqlap-97087-the-expenditure-item-date-and-gl-date-must-be-within-an-open-or-future-when-selecting-expenditure-item-date-in-ap-invoice-screen/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 03:13:59 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[AP]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=80</guid>
		<description><![CDATA[During creating AP Invoice, error APP-SQLAP-97087: The expenditure item date and GL date must be within an open or future happened when select the Expenditure Item date &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Solution: Responsibility: Project SU Setup -&#62; PA Periods Open project period &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>During creating AP Invoice, error APP-SQLAP-97087: The expenditure item date and GL date must be within an open or future happened when select the Expenditure Item date<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/ps6.png"><img src="http://www.oraza.com/wp-content/uploads/2012/04/ps6.png" alt="" title="error" width="630" height="392" class="alignleft size-full wp-image-109" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Solution:<br />
Responsibility: Project SU<br />
Setup -&gt; PA Periods<br />
Open project period<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/ps7.png"><img src="http://www.oraza.com/wp-content/uploads/2012/04/ps7.png" alt="" title="ps7" width="560" height="392" class="alignleft size-full wp-image-111" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Click on Copy from GL button, the period in GL will import to project period<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/ps8.png"><img src="http://www.oraza.com/wp-content/uploads/2012/04/ps8.png" alt="" title="ps8"  width="560" height="392" class="alignleft size-full wp-image-113" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Open the period<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/ps9.png"><img src="http://www.oraza.com/wp-content/uploads/2012/04/ps9.png" alt="" title="ps9" width="560" height="392" class="alignleft size-full wp-image-114" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/ps10.png"><img src="http://www.oraza.com/wp-content/uploads/2012/04/ps10.png" alt="" title="ps10" width="560" height="392" class="alignleft size-full wp-image-115" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/error-app-sqlap-97087-the-expenditure-item-date-and-gl-date-must-be-within-an-open-or-future-when-selecting-expenditure-item-date-in-ap-invoice-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle APPS closed when Oracle discoverer is launched</title>
		<link>http://www.oraza.com/oracle-apps-closed-when-oracle-discoverer-is-launched/</link>
		<comments>http://www.oraza.com/oracle-apps-closed-when-oracle-discoverer-is-launched/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 03:26:31 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=48</guid>
		<description><![CDATA[This is due to the Internet Explorer setting: &#8220;Reuse windows for launching shortcuts&#8221;. When this setting is enabled, launching discoverer will replace a current open IE window. How to disable &#8220;Reuse windows for launching shortcuts&#8221;? Open Internet Explorer, go to Tools -&#62; Internet Options Go to the Advanced tab, and look for Browsing &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>This is due to the Internet Explorer setting: &#8220;Reuse windows for launching shortcuts&#8221;.<br />
When this setting is enabled, launching discoverer will replace a current open IE window.<br />
How to disable &#8220;Reuse windows for launching shortcuts&#8221;?</p>
<p>Open Internet Explorer, go to Tools -&gt; Internet Options</p>
<p>Go to the Advanced tab, and look for Browsing<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/PS4.png"><img class="alignleft size-full wp-image-50" title="PS4" src="http://www.oraza.com/wp-content/uploads/2012/04/PS4.png" alt="" width="467" height="392" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Scroll down from Browsing category and look for Reuse windows for launching shortcuts<br />
Make sure the box is not ticked. If it is ticked, untick it, then click OK.<br />
Then restart browser session.<br />
<a href="http://www.oraza.com/wp-content/uploads/2012/04/PS5.png"><img class="alignleft size-full wp-image-51" title="PS5" src="http://www.oraza.com/wp-content/uploads/2012/04/PS5.png" alt="" width="467" height="392" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/oracle-apps-closed-when-oracle-discoverer-is-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle screen did not refresh on Window 7</title>
		<link>http://www.oraza.com/oracle-screen-did-not-refresh-on-window-7/</link>
		<comments>http://www.oraza.com/oracle-screen-did-not-refresh-on-window-7/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 08:25:48 +0000</pubDate>
		<dc:creator>ys</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.oraza.com/?p=11</guid>
		<description><![CDATA[For Window 7, after key in some data in Oracle e-business suite screen, the screen did not refresh and normally people will use ALT + TAB key to refresh. Here I would like to share the permanent fix for this Oracle JInitiator incompatible issue for window 7. Step 1: Goto Control Panel , Look for [...]]]></description>
			<content:encoded><![CDATA[<p>For Window 7, after key in some data in Oracle e-business suite screen, the screen did not refresh and normally people will use ALT + TAB key to refresh.</p>
<p>Here I would like to share the permanent fix for this Oracle JInitiator incompatible issue for window 7.</p>
<p>Step 1:<br />
Goto Control Panel , Look for JInitiator 1.3.1.21</p>
<p>Step 2:<br />
Type in Java Runtime Parameters as -Dsun.java2d.noddraw=true</p>
<p><a href="http://www.oraza.com/wp-content/uploads/2012/04/PS2.png"><img class="alignleft size-full wp-image-13" title="Java RUntime Paramater" src="http://www.oraza.com/wp-content/uploads/2012/04/PS2.png" alt="" width="467" height="392" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>
Step 3:<br />
Click on Apply</p>
<p>Step 4:<br />
Restart Computer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oraza.com/oracle-screen-did-not-refresh-on-window-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

