<?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 for Oracle Tales</title>
	<atom:link href="http://www.stijf.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stijf.com/wordpress</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:59:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on eBS Troubleshooting by Wynand Mulder</title>
		<link>http://www.stijf.com/wordpress/2010/04/ebs-troubleshooting/comment-page-1/#comment-19387</link>
		<dc:creator>Wynand Mulder</dc:creator>
		<pubDate>Wed, 18 Jan 2012 15:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=416#comment-19387</guid>
		<description>Thanks for this, awesome!
&#160;
You solved my issue at step 4, thank you</description>
		<content:encoded><![CDATA[<p>Thanks for this, awesome!<br />
&nbsp;<br />
You solved my issue at step 4, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Workflow for eBS DBA&#8217;s (Part 4) by Srini</title>
		<link>http://www.stijf.com/wordpress/2009/07/oracle-workflow-for-ebs-dbas-part-4/comment-page-1/#comment-17910</link>
		<dc:creator>Srini</dc:creator>
		<pubDate>Thu, 29 Dec 2011 15:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=329#comment-17910</guid>
		<description>Wow. great job. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Wow. great job. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Special and Pair validation types by Naeem Khan</title>
		<link>http://www.stijf.com/wordpress/2010/04/special-and-pair-validation-types/comment-page-1/#comment-15803</link>
		<dc:creator>Naeem Khan</dc:creator>
		<pubDate>Mon, 28 Nov 2011 10:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=445#comment-15803</guid>
		<description>&#160;
&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;Hi, Thanks for the wonderful insight into the special and pair validation. &lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;I&#039;m trying to use a DFF at the Order Line in which I would need to enter a valid GL account. To allow the user to enter and validate the account I tried using the XLA_SRS_ACCOUNTING_FLEXFIELD which has&#160;the below 
	FND POPIDR APPL_SHORT_NAME=&quot;SQLGL&quot; CODE=&quot;GL#&quot;
	&#160; NUM=:$FLEX$.XLA_SRS_CHART_OF_ACCOUNTS REQUIRED=&quot;Y&quot;
	&#160; VALIDATE=&quot;NONE&quot; SEG=&quot;:!VALUE&quot; DESC=&quot;:!MEANING&quot;
	&#160; NAVIGATE=&quot;!DIR&quot; VDATE=&quot;&quot;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;FND VALIDR APPL_SHORT_NAME=&quot;SQLGL&quot; CODE=&quot;GL#&quot;
	&#160; NUM=:$FLEX$.XLA_SRS_CHART_OF_ACCOUNTS VALIDATE=&quot;NONE&quot;
	&#160; REQUIRED=&quot;Y&quot; DESC=&quot;:!MEANING&quot; SEG=&quot;:!VALUE&quot; VDATE=&quot;&quot;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;But when I compile the flexfield I get the following error. &lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;APP-FND-00798: Invalid reference XLA_SRS_CHART_OF_ACCOUNTS in value set attached to segment DEPARTMENT NUMBER&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;Please check the WHERE clauses of your table validated value sets.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;&#160;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size: 12px&quot;&gt;Can you let me know what is the error due to or where am I going wrong. Any other suggestion to accomplish it.&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>&nbsp;<br />
<span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">Hi, Thanks for the wonderful insight into the special and pair validation. </span></span><br />
<span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">I&#039;m trying to use a DFF at the Order Line in which I would need to enter a valid GL account. To allow the user to enter and validate the account I tried using the XLA_SRS_ACCOUNTING_FLEXFIELD which has&nbsp;the below<br />
	FND POPIDR APPL_SHORT_NAME=&quot;SQLGL&quot; CODE=&quot;GL#&quot;<br />
	&nbsp; NUM=:$FLEX$.XLA_SRS_CHART_OF_ACCOUNTS REQUIRED=&quot;Y&quot;<br />
	&nbsp; VALIDATE=&quot;NONE&quot; SEG=&quot;:!VALUE&quot; DESC=&quot;:!MEANING&quot;<br />
	&nbsp; NAVIGATE=&quot;!DIR&quot; VDATE=&quot;&quot;</span></span><br />
<span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">FND VALIDR APPL_SHORT_NAME=&quot;SQLGL&quot; CODE=&quot;GL#&quot;<br />
	&nbsp; NUM=:$FLEX$.XLA_SRS_CHART_OF_ACCOUNTS VALIDATE=&quot;NONE&quot;<br />
	&nbsp; REQUIRED=&quot;Y&quot; DESC=&quot;:!MEANING&quot; SEG=&quot;:!VALUE&quot; VDATE=&quot;&quot;</span></span><br />
<span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">But when I compile the flexfield I get the following error. </span></span><br />
<span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">APP-FND-00798: Invalid reference XLA_SRS_CHART_OF_ACCOUNTS in value set attached to segment DEPARTMENT NUMBER</span></span><br />
<span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">Please check the WHERE clauses of your table validated value sets.</span></span><span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">&nbsp;</span></span><br />
<span style="font-family: courier new,courier,monospace"><span style="font-size: 12px">Can you let me know what is the error due to or where am I going wrong. Any other suggestion to accomplish it.</span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Workflow for eBS DBA&#8217;s (Part 4) by Olimpo Vazquez J</title>
		<link>http://www.stijf.com/wordpress/2009/07/oracle-workflow-for-ebs-dbas-part-4/comment-page-1/#comment-14437</link>
		<dc:creator>Olimpo Vazquez J</dc:creator>
		<pubDate>Sat, 05 Nov 2011 16:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=329#comment-14437</guid>
		<description>It&#039;s an excellent article, congratulations!!!. Until now this is the best blog that i have visited. The level of knowledge is very good!!!.</description>
		<content:encoded><![CDATA[<p>It&#039;s an excellent article, congratulations!!!. Until now this is the best blog that i have visited. The level of knowledge is very good!!!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Oracle Tales by my blog</title>
		<link>http://www.stijf.com/wordpress/comment-page-1/#comment-9008</link>
		<dc:creator>my blog</dc:creator>
		<pubDate>Fri, 05 Aug 2011 02:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?page_id=2#comment-9008</guid>
		<description>Nice post. I was checking continuously this blog and I am inspired! Extremely helpful info specially the ultimate phase :) I care for such info a lot. I used to be looking for this certain info for a very lengthy time. Thanks and good luck.</description>
		<content:encoded><![CDATA[<p>Nice post. I was checking continuously this blog and I am inspired! Extremely helpful info specially the ultimate phase <img src='http://www.stijf.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I care for such info a lot. I used to be looking for this certain info for a very lengthy time. Thanks and good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Special and Pair validation types by Arian Stijf</title>
		<link>http://www.stijf.com/wordpress/2010/04/special-and-pair-validation-types/comment-page-1/#comment-8957</link>
		<dc:creator>Arian Stijf</dc:creator>
		<pubDate>Wed, 03 Aug 2011 19:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=445#comment-8957</guid>
		<description>Hi Aiyaz, 

unfortunately your post was misplaced by the spamfilter. So the reply is a bit delayed. 
I have to test if it is possible. The best option would be to add a (hidden) 13th parameter. This could use a special validation calling a pl/sql block. Or it could be defaulted with the concatenation of the first 12 parameters. 

I will get back to you shortly.

Regards,

Arian</description>
		<content:encoded><![CDATA[<p>Hi Aiyaz, </p>
<p>unfortunately your post was misplaced by the spamfilter. So the reply is a bit delayed.<br />
I have to test if it is possible. The best option would be to add a (hidden) 13th parameter. This could use a special validation calling a pl/sql block. Or it could be defaulted with the concatenation of the first 12 parameters. </p>
<p>I will get back to you shortly.</p>
<p>Regards,</p>
<p>Arian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Special and Pair validation types by Aiyaz</title>
		<link>http://www.stijf.com/wordpress/2010/04/special-and-pair-validation-types/comment-page-1/#comment-8741</link>
		<dc:creator>Aiyaz</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=445#comment-8741</guid>
		<description>Hi,
First of all thanks for this wounderful post.
I have a requirement like this....For a concurrent program with 12 parameters ....If user doesn&#039;t entered any of the parameter then i need to populate a message &quot; Please enter atleast one value &quot; . Can any one have idea about this . Please share with me
Thanks
Aiyaz</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First of all thanks for this wounderful post.<br />
I have a requirement like this&#8230;.For a concurrent program with 12 parameters &#8230;.If user doesn&#039;t entered any of the parameter then i need to populate a message &quot; Please enter atleast one value &quot; . Can any one have idea about this . Please share with me<br />
Thanks<br />
Aiyaz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eBS Troubleshooting by Dipankar Ghosh</title>
		<link>http://www.stijf.com/wordpress/2010/04/ebs-troubleshooting/comment-page-1/#comment-6879</link>
		<dc:creator>Dipankar Ghosh</dc:creator>
		<pubDate>Mon, 13 Jun 2011 05:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=416#comment-6879</guid>
		<description>Good idea Man..Thanks</description>
		<content:encoded><![CDATA[<p>Good idea Man..Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Special and Pair validation types by Vinoth</title>
		<link>http://www.stijf.com/wordpress/2010/04/special-and-pair-validation-types/comment-page-1/#comment-3869</link>
		<dc:creator>Vinoth</dc:creator>
		<pubDate>Wed, 02 Mar 2011 09:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=445#comment-3869</guid>
		<description>Your article was very helpful to me in creating the special value set.It will be better if you also include what occurs internally in oracle tables to fetch the KFF jus by giving NUM and Appl Short Name
	&#160;</description>
		<content:encoded><![CDATA[<p>Your article was very helpful to me in creating the special value set.It will be better if you also include what occurs internally in oracle tables to fetch the KFF jus by giving NUM and Appl Short Name<br />
	&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Special and Pair validation types by Javier</title>
		<link>http://www.stijf.com/wordpress/2010/04/special-and-pair-validation-types/comment-page-1/#comment-3347</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Wed, 09 Feb 2011 14:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stijf.com/wordpress/?p=445#comment-3347</guid>
		<description>Excellent your post was very helpful !! Thanks a lot !!!
Regards.</description>
		<content:encoded><![CDATA[<p>Excellent your post was very helpful !! Thanks a lot !!!<br />
Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

