<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>oracleapps</title>
	<atom:link href="http://oracleapps4u.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracleapps4u.wordpress.com</link>
	<description>learning</description>
	<lastBuildDate>Tue, 28 Jul 2009 09:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oracleapps4u.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a885ae0a6900560ae9a865fb174e4af6?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>oracleapps</title>
		<link>http://oracleapps4u.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oracleapps4u.wordpress.com/osd.xml" title="oracleapps" />
	<atom:link rel='hub' href='http://oracleapps4u.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Request Set</title>
		<link>http://oracleapps4u.wordpress.com/2009/07/28/request-set/</link>
		<comments>http://oracleapps4u.wordpress.com/2009/07/28/request-set/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:14:07 +0000</pubDate>
		<dc:creator>amreshblog</dc:creator>
				<category><![CDATA[request set]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://oracleapps4u.wordpress.com/?p=18</guid>
		<description><![CDATA[Request Set: ============ Colection of Concurrent Programs which will be used to submit the Cnocurrent Programs either sequentially or Paraalley multiple programs It is also like Request group but in Requuest group we can submit only one program at a time from SRS Window. where as in Request set we can submit multiple programs at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=18&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Request Set:<br />
============</p>
<p>Colection of Concurrent Programs which will be used to submit the Cnocurrent Programs<br />
either sequentially or Paraalley multiple programs</p>
<p>It is also like Request group but in Requuest group we can submit only one program at<br />
a time from SRS Window.<br />
where as in Request set we can submit multiple programs at a time.</p>
<p>1)Select the Programs which we would like to group in the set<br />
Ex:<br />
Active Responsibilities<br />
Active Users<br />
Compile Reports<br />
2)Open the Request Set form Select the button called Request set wizard and<br />
enter the concurrent Program list.<br />
Concurrent =&gt;Set<br />
3)Open the Request group Form attach the Request set by selecting the Type = Set<br />
and attach the Request set.<br />
4)Goto the SRS Window select the Option called Request set instead of Single Request.</p>
<p>Incompatibility:<br />
================<br />
Incompatibility is nothing but not compatible with the current concurrent program<br />
For Ex<br />
If we have three program A B C<br />
If A program is running  in the server system should  not run the B and C programs<br />
that time we wii define the Incompatibility<br />
While createion of the A Program<br />
Select the button called Incompatibility and enter the B and C Programs.</p>
<p>Run Alone Check box :if we would like to make the Program is not compatible with all<br />
other concurrent Program then we will check this check box.</p>
<p>Use in SRS Window: Be default this check box will be enabled we uncheck this we can<br />
find the Program at SRS window we have to submit from backend by using fnd_request<br />
API.</p>
<p>Copy To button: While customizing the Concurrent Programs(Reports,Package&#8230;..)<br />
we are suppose to create new concurrent Program with diff name then we will<br />
go for using the Copy To button.</p>
<p>note:  By default every concurrent Program will be executed in the CBO(Cost Based<br />
Optimizer) if we would like to execute in the RBO(Rule Bases Optimizer)mode then<br />
we will use the Session control buttion we will set the Rule Option.</p>
<p>:$FLEX$<br />
:$PROFILES$</p>
<p>These two are Oracle apps reserved words will be used in the Value set creation</p>
<p>:$FLEX$: This will be used to Retrieve the Previous parameter value whatever we have<br />
selected.</p>
<p>Syntax : :$FLEX$.Previous Parameter VAlue set Name.</p>
<p>For Ex:  We have two Parameters</p>
<p>Supplier Name      :  Table Value set<br />
Supplier Site Code :  Table VAlue set</p>
<p>based on the Suplier name we are suppose to get the Site codes in the Second parameter</p>
<p>SELECT VENDOR_NAME FROM PO_VENDORS  &#8211; First VAlue set</p>
<p>SELECT VENDOR_SITE_CODE FROM PO_vendor_sites_All   -Second Value Set<br />
where  vendor_name = Whatever user has selected in the First PArameter<br />
(To get this value we will use :$FLEX$.Previous Value set name).</p>
<p>23SUPPLIER  &#8211; First Value set Name</p>
<p>23SITE<br />
WHERE VENDOR_ID  IN(SELECT VENDOR_ID<br />
FROM    PO_VENDORS<br />
WHERE VENDOR_NAME = :$FLEX$.23SUPPLIER)</p>
<p>:$PROFILES$: This will be used to Get the Profile value in the Table Value set or<br />
from the front end.</p>
<p>To get Profile values from backend we are using Fnd_Profile.Value or Fnd_Profile.get()</p>
<p>Syntax : :$PROFILES$.Profile Name</p>
<p>SELECT SEGMENT1<br />
FROM   PO_HEADERS_ALL</p>
<p>22USER  : 204<br />
23USER  : 887<br />
24USER  : 911</p>
<p>SELECT SEGMENT1<br />
FROM PO_HEADER_ALL<br />
WHERE ORG_ID = :$PROFILES$.ORG_ID</p>
<p>Ex: Display the PO&#8217;s which are created by the current User</p>
<p>If 22user ope the LOV it has to display the PO&#8217;s which are created by 22 user</p>
<p>SELECT SEGMENT1<br />
FROM   PO_HEADERS_ALL<br />
WHERE  CREATED_BY = :$PROFILES$.USER_ID</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracleapps4u.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracleapps4u.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracleapps4u.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracleapps4u.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracleapps4u.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracleapps4u.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracleapps4u.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracleapps4u.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracleapps4u.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracleapps4u.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracleapps4u.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracleapps4u.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracleapps4u.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracleapps4u.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=18&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracleapps4u.wordpress.com/2009/07/28/request-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b39eec0c6b69dfeae85dd1b68998954e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amreshblog</media:title>
		</media:content>
	</item>
		<item>
		<title>flexfields</title>
		<link>http://oracleapps4u.wordpress.com/2009/07/28/flexfields/</link>
		<comments>http://oracleapps4u.wordpress.com/2009/07/28/flexfields/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:10:35 +0000</pubDate>
		<dc:creator>amreshblog</dc:creator>
				<category><![CDATA[flex fields]]></category>
		<category><![CDATA[flexfeilds]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle apps]]></category>

		<guid isPermaLink="false">http://oracleapps4u.wordpress.com/?p=16</guid>
		<description><![CDATA[FLEXFIELDS: =========== Flexfield are made up with Attribute columns or Segment columns . which are more flexible than the normal fields. we have two type of flexfields 1)DFF (Descriptive Flex Field) 2)KFF (Key Flex Field) DFF: It will be used to capture the Extra information from the end user without change the code in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=16&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>FLEXFIELDS: ===========  Flexfield are made up with Attribute columns or Segment columns .  which are more flexible than the normal fields. we have two type of flexfields 1)DFF (Descriptive Flex Field) 2)KFF (Key Flex Field)  DFF: It will be used to capture the Extra information from the end user  without change the code in the form and without Alter the DB object.      ATTRIBUTE Columns will be used to Capture the DFF data.  KFF: it will be used to Capture the Key information from the User       in code language for every code there will be a specific meaning.      SEGMENT Columns will be used Capture the KFF Data  We can find all the flexfield details in Application Developer  Responsibility  Flexfield=&gt;Descriptive=&gt;register=&gt; CTRL+F11 for all DFF Flexfield=&gt;Key        =&gt;register=&gt; CTRL+F11 for all KFF  We will Use the Segment form to Customize the DFF.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracleapps4u.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracleapps4u.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracleapps4u.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracleapps4u.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracleapps4u.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracleapps4u.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracleapps4u.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracleapps4u.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracleapps4u.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracleapps4u.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracleapps4u.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracleapps4u.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracleapps4u.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracleapps4u.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=16&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracleapps4u.wordpress.com/2009/07/28/flexfields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b39eec0c6b69dfeae85dd1b68998954e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amreshblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Value sets</title>
		<link>http://oracleapps4u.wordpress.com/2009/07/28/value-sets/</link>
		<comments>http://oracleapps4u.wordpress.com/2009/07/28/value-sets/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:08:02 +0000</pubDate>
		<dc:creator>amreshblog</dc:creator>
				<category><![CDATA[value sets]]></category>
		<category><![CDATA[oracle apps]]></category>

		<guid isPermaLink="false">http://oracleapps4u.wordpress.com/?p=13</guid>
		<description><![CDATA[Value Set: Value set is nothing but list of values with validations which will be used to to restrict the user without entering the invalid data in the Parameters we will use value sets in two locations. 1)Concurrent Progam parameters 2)Flexfields NONE: &#8212;- We are not providing any LOV, we can apply some format conditions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=13&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Value Set: Value set is nothing but list of values with validations which will be<br />
used to to restrict the user without entering the invalid data in the Parameters</p>
<p>we will use value sets in two locations.<br />
1)Concurrent Progam parameters<br />
2)Flexfields<br />
NONE:<br />
&#8212;-<br />
We are not providing any LOV, we can apply some format conditions as per that<br />
conditions user should enter the data</p>
<p>Notes: 1)Once we create the Value set we can not Delete if we would like to delete<br />
we have to release the value set from the all the concurrent program<br />
parameters then only we can delete.<br />
2)Value set name is case sensitive<br />
3)Once we create Value set we can use for multiple Program parameters.</p>
<p>Navigation:<br />
&#8212;&#8212;&#8212;&#8211;<br />
System administrator =&gt; Application=&gt;Validation=&gt;set=&gt;<br />
Enter value set name<br />
format type<br />
max size<br />
Select validation type = &#8220;None&#8221; to create None type of Value sets.</p>
<p>Independent:<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>When we would like to provide list of values to the user then we will go for selection<br />
of Independent value set.where we will provide LOV.<br />
User must select the Value from the list otherwise values are not accepted.</p>
<p>Open the Value set form create value set by selecting the validation type=Independnent<br />
Goto Values screen enter the value set name , Select Find Buttion<br />
enter the values whatever we would like to display as LOV.<br />
attach the value set to the Parameter.</p>
<p>Note:1)Once we enter the values we can not delete instead of that we can disable by<br />
selecting the Enabled check box<br />
or Effective Dates.<br />
Dependent value Set:<br />
====================<br />
This is another LOV which will be used to displays the<br />
list of values which are depending on the previous parameter value.</p>
<p>Before going to create Dependent first we have to create Independent<br />
then we have to create Dependent</p>
<p>First parameter will be Independent<br />
Second parameter will be Dependent.</p>
<p>Note:Without Independent we can not create Dependent Value set.</p>
<p>Country    IND<br />
US<br />
UK<br />
City   Banglore    Chennai     Delhi     Mumbai  Pune<br />
Chikago  California      Anderson<br />
London   Hungrant</p>
<p>1)We have to create Independent value set and enter the values.<br />
2)Create Dependent value set attach independent and then enter values.</p>
<p>Job      Manager<br />
Developer<br />
Programmer</p>
<p>Position   Delivery Manager   Project manager Financce manager<br />
Software Developer Test Developer<br />
Trainee  Fresher<br />
Navigation:<br />
==========<br />
1)Open the Value set form create Value set by selecting the validation type =Independent<br />
2)Open the Values screen enter the VAlues .<br />
3)Open the value set form enter Dependent value set by select validation type=Dependent<br />
Select the Button called Edit Information button enter the Independent value set<br />
4)open the values form  enter the Dependent value set=&gt;Find<br />
enter the values based on the Independent values.</p>
<p>Table Value set :<br />
=================</p>
<p>Table value set will be used to displays the list of values from the<br />
oracle apps base tables.<br />
we have to give the table name and column name which will automatically<br />
displays the values.</p>
<p>Note: If values are not stored in the database table then we have to<br />
go for Independent  value set.<br />
If values are there in the table then we will create table value<br />
set.</p>
<p>1.Open the value set form Select  validation type as table select the<br />
button called Edit Information enter table name and column name<br />
in the value field<br />
2.Use where/Order By clause to implement Where/Order By clause.<br />
3.Use Additional Columns field to displays extra columns for reference<br />
purpose.<br />
4.Use the ID column to pass the ineternally other columns data<br />
for ex displaying username to the user and pass userID internally.<br />
5.If multiple tables are required then enter the table names in the<br />
table name field with alias name and enter the Join Condition in the<br />
Where clause field.</p>
<p>6.If we know the table name we can find the Table application name from<br />
Application Developer responsibility<br />
Application Developer =&gt; Application =&gt; Database =&gt; table<br />
Query the records based on the table Name.</p>
<p>Note: If we are displaying additional Columns we are suppose to give the Alias Name</p>
<p>Translated Independent and Translated Dependent:<br />
================================================<br />
Both  value sets will work like Independent and Dependent value sets<br />
will be used to displays the transalation values which will be enabled<br />
if there is multilanguage implementation.</p>
<p>Special and Pair:<br />
=================<br />
Both Value sets will be used to displays the Flexfield data as LOV to<br />
the User.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracleapps4u.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracleapps4u.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracleapps4u.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracleapps4u.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracleapps4u.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracleapps4u.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracleapps4u.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracleapps4u.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracleapps4u.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracleapps4u.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracleapps4u.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracleapps4u.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracleapps4u.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracleapps4u.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=13&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracleapps4u.wordpress.com/2009/07/28/value-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b39eec0c6b69dfeae85dd1b68998954e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amreshblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Qry Find</title>
		<link>http://oracleapps4u.wordpress.com/2009/07/28/qry-find/</link>
		<comments>http://oracleapps4u.wordpress.com/2009/07/28/qry-find/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:05:30 +0000</pubDate>
		<dc:creator>amreshblog</dc:creator>
				<category><![CDATA[qry find]]></category>

		<guid isPermaLink="false">http://oracleapps4u.wordpress.com/?p=11</guid>
		<description><![CDATA[1.CREATE A TABLE IN PARTICULAR MODULE. 2.GRANT THE TABLE TO APPS. 3.CREATE SYNONYM FOR THE TABLE. 4.DOWNLOAD TEMPLATE.FMB AND APPSTAND.FMB FROM AU_TOP/RESOURCES TO LOCAL MACHINE USING FTP. 5.RENAME TEMPLATE.FMB AND OPEN IT IN FORMBUILDER. 6.OPEN APPSTAND.FMB IN THE SAME FORM. 7.COPY QUERY-FIND FROM APPSTAND OBJECT GROUP TO TEMPLATE OBJECT GROUP. 8.DELETE BLOCKNAME IN CANVAS,WINDOWS,DATABLOCK LEVEL. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=11&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1.CREATE A TABLE IN PARTICULAR MODULE.  2.GRANT THE TABLE TO APPS.  3.CREATE SYNONYM FOR THE TABLE.  4.DOWNLOAD TEMPLATE.FMB AND APPSTAND.FMB FROM    AU_TOP/RESOURCES TO LOCAL MACHINE USING    FTP.  5.RENAME TEMPLATE.FMB AND OPEN IT IN   FORMBUILDER.  6.OPEN APPSTAND.FMB IN THE SAME FORM.  7.COPY QUERY-FIND FROM APPSTAND OBJECT GROUP TO TEMPLATE OBJECT GROUP.  8.DELETE BLOCKNAME IN CANVAS,WINDOWS,DATABLOCK LEVEL.  9.CREATE NEW CANVAS,WINDOW,DATABLOCK USING CREATE BUTTON.  10.   (i)SELECT QUERY_FIND DATABLOCK.SELECT NEW BUTTON TRIGGER        &#8211;&gt;CHANGE BLOCK NAME     (ii)SELECT FIND BUTTON TRIGGER &#8211;&gt;CHANGE BLOCK NAME     (iii)GO TO MAIN DATABLOCK SELECT ITEM TO QUERY PASTE IT IN           QUERY_FIND BLOCK ITEMS       (iv)SELECT COPIED ITEM PROPERTIES CHANGE CANVAS NAME.  11.SELECT MAIN_BLOCK TRIGGERS CREATE PRE_QUERY_TRIGGER      INSIDE THE TRIGGER TYPE       if :parameter.g_query_find = &#8216;true&#8217; then      copy(:query_find_block.item,&#8217;main_block.item&#8217;);      :parameter.g_query_find := &#8216;false&#8217;;      end if;   12.CREATE ONE MORE TRIGGER AT SAME BLOCKLEVEL       TRIGGERNAME IS USER_NAMED      INSIDE THE TRIGGER TYPE app_find.query_find(&#8216;main_window&#8217;,'query_find_window&#8217;,      &#8216;query_find_block&#8217;);  13.SELECT LOV BLOCK CREATE LOV.  14.ATTACH LOV TO QUERY_FIND ITEM IN QUERY_FIND_DATABLOCK.  15.SELECT MODULE LEVEL TRIGERS CUSTOMIZE     PRE-FORM,WHEN-NEW-FORM-INSTANCE TRIGGER  AND APP_CUST     PACKAGE_BODY  16.EXECUTE USERNAMED TRIGGER IN WHEN-NEW-FORM-INSTANCE      TRIGGER BY USING EXECUTE_TRIGGER(&#8216;TRIGGER_NAME&#8217;);  17.SAVE THE FORM AND TRANFER FMB TO CUSTOM_TOP.  18.GENERATE FORMEXECUTABLE(FMX) USING THE UNIX COMMAND       F60GEN MODULE = FORMNAME.FMB USERNAME/PASSWORD.  19.TRANSFER FMX TO PARTICULAR MODULE_TOP/FORMS FOLDER.  20.LOG ON TO ORACLE APPS SELECT APPLICATIONDEVELOPER RESP.  21.CREATE FORM.  22.CREATE FUNCTION,ATTACH FORM TO FUNCTION.  23.CREATE MENU ,ATTACH FUNCTION TO MENU.  24.DEFINE RESPONSIBILITY,ATTACH MENU TO RESP.  25.ATTACH RESP TO USER.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracleapps4u.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracleapps4u.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracleapps4u.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracleapps4u.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracleapps4u.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracleapps4u.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracleapps4u.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracleapps4u.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracleapps4u.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracleapps4u.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracleapps4u.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracleapps4u.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracleapps4u.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracleapps4u.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=11&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracleapps4u.wordpress.com/2009/07/28/qry-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b39eec0c6b69dfeae85dd1b68998954e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amreshblog</media:title>
		</media:content>
	</item>
		<item>
		<title>profile Description</title>
		<link>http://oracleapps4u.wordpress.com/2009/07/28/profile-description/</link>
		<comments>http://oracleapps4u.wordpress.com/2009/07/28/profile-description/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 08:46:13 +0000</pubDate>
		<dc:creator>amreshblog</dc:creator>
				<category><![CDATA[profile description]]></category>
		<category><![CDATA[oracle apps]]></category>

		<guid isPermaLink="false">http://oracleapps4u.wordpress.com/?p=8</guid>
		<description><![CDATA[note: In the Projects most of the profile values will be assigned at the Responsibility level. Diff Between Application and Responsibility: ===========     =============== Applciation is nothing Colletion of Forms,Reports and Program which are related for specific business functionality. Responsibility is nothing but Colletion of Forms,Reports and Program which are related for specific Position in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=8&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>note: In the Projects most of the profile values will be assigned at the Responsibility<br />
level.</p>
<p>Diff Between Application and Responsibility:<br />
===========     ===============</p>
<p>Applciation is nothing Colletion of Forms,Reports and Program which are related for<br />
specific business functionality.</p>
<p>Responsibility is nothing but Colletion of Forms,Reports and Program which are related for<br />
specific Position in the Organization.</p>
<p>For Ex : We have to create One Responsibility For the Clerk. Which is accesable by all<br />
the Clerks.<br />
It Contains the Forms and Reports which are required for the Clerk.</p>
<p>We have to Create new Responsibility for the Manager,Which is accesable by all the<br />
Managers.<br />
It COntains the Forms and Reports which are required for the manager.</p>
<p>Where as Application includes all the Forms,Reports and Programs.If we assign the<br />
application to the user he will access all the forms and Reports.<br />
Intead of that we will create the responsibility and we will assign to the User.</p>
<p>Common Profiles:<br />
================</p>
<p>Gl:Set of Books: Which is Financial Profile option will be uset to assin SetofBooks<br />
HR:Business Group : Which will used to assign the Business Group<br />
MO:Operating Unit : To assign the Operating Unit (Branch) to the users.<br />
MFG_ORGANIZATION_ID: Will Be used to assign the Manufacturing Organization ID.</p>
<p>USER_ID<br />
USERNAME<br />
RESP_NAME   and so on&#8230;&#8230;&#8230;</p>
<p>We can find all the Profile details in Application Developer Responsibility.<br />
We can assign the Profile values in System Administrator Responsibility.</p>
<p>Application Developer=&gt;Profile =&gt;Press CTRL+F11 we can find all the profiles.</p>
<p>System administrator=&gt;profile=&gt;System=&gt; Select Profilename,Level =&gt;Find button<br />
then assign the Profile value.</p>
<p>Set Of Books :SOB is nothing but collection of Currency<br />
Calendar<br />
Chart of Accounts.<br />
We will assign the SOB as a profile value to the user as per the Profile value system<br />
will automatically change the application running.</p>
<p>Base on the SOB  name we can find the change in the currency and calendar and accounts</p>
<p>SELECT     NAME,<br />
CURRENCY_CODE,<br />
PERIOD_SET_NAME,<br />
CHART_OF_ACCOUNTS_ID<br />
FROM GL_SETS_OF_BOOKS</p>
<p>SELECT * FROM GLFV_CHARTS_OF_ACCOUNTS  WHERE CHART_OF_ACCOUNTS_ID = 50713</p>
<p>22USER   GL:Set Of Books   Vision Operations (USA)   USD<br />
23USER   GL:Set Of Books   Vision Korea             KRW<br />
24USER   GL:Set Of Books   Vision Italy             ITL</p>
<p>Create Three users<br />
Assign Profile values from System administrator (Profile=&gt;System)<br />
open the GL Form and verify the curency values  (GL=&gt;Journal=&gt;Enter=&gt;new Journal)</p>
<p>Note: Most of the profile values will be assigned  at Responsibility Level.</p>
<p>Retrieve the Profile Value from Backend:(SQL,PL/SQL,Forms6i,Reports6i)<br />
======================================</p>
<p>Fnd_Profile.Get(&#8216;ProfileName&#8217;,<br />
local Variable);</p>
<p>local Variable:= Fnd_Profile.Value(&#8216;Profile Name&#8217;);</p>
<p>Both API&#8217;s will be used to retrieve the Profile value frombackend</p>
<p>Get()   is Procedure<br />
Value() is Function</p>
<p>Oracle Has provided both Procedure and Function becuase in some of the areas we can not<br />
use procedure then we can use function.</p>
<p>For Ex: in SELECT clause we can not use procedure we have to go for using the Function.</p>
<p>1)We would like to display the Set of Books name<br />
User name<br />
Respname     in the first page of the report.</p>
<p>22USER<br />
23USER<br />
24USER</p>
<p>Ans)</p>
<p>1)Define the Local Variable<br />
2)Goto before Report Trigger write the follwoing API</p>
<p> <img src='http://s1.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> _SOBNAME:= Fnd_Profile.value(&#8216;GL_SET_OF_BKS_NAME&#8217;);<br />
:USERNAME := Fnd_Profile.value(&#8216;USERNAME&#8217;);<br />
Fnd_Profile.Get(&#8216;RESP_NAME&#8217;,<br />
:RESPNAME);<br />
3)Goto Layout model Header section and Display the Variable Name.<br />
4)Submit from Diff Users and test the Output we can find the Difference.</p>
<p>2)Develop the PL/SQL Program for vendor Name updation. Vendor name should be updated<br />
if &#8220;OPERATIONS&#8221; user submit the Program for other users should not get update.</p>
<p>Parameters are    VendorID<br />
VendorName</p>
<p>Create Or Replace Procedure ven_update(Errbuf  OUT varchar2,<br />
Retcode OUT varchar2,<br />
v_id       IN number,<br />
v_name  IN varchar2)  as<br />
l_name   varchar2(100);<br />
begin<br />
l_name:=Fnd_Profile.value(&#8216;USERNAME&#8217;);<br />
If l_name = &#8216;OPERATIONS&#8217; then<br />
UPDATE PO_VENDORS<br />
SET VENDOR_NAME = v_name<br />
WHERE VENDOR_ID =v_id;<br />
commit;<br />
Fnd_File.Put_line(Fnd_File.Output,&#8217;vendorname has updated succesfully&#8217;);<br />
Else<br />
Fnd_File.Put_line(Fnd_File.Output,&#8217;Access Denied for updateion&#8217;);<br />
End If;<br />
End;</p>
<p>Note: We can pass the profile value as default value by using Profile default type.<br />
Select Default type = profile<br />
Default Value= Profile Name<br />
When we are passing Profile value  as default we are suppose to hide the Parameter<br />
because profile is confidential Information we are not suppose to give permission for<br />
modifications.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracleapps4u.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracleapps4u.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracleapps4u.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracleapps4u.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracleapps4u.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracleapps4u.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracleapps4u.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracleapps4u.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracleapps4u.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracleapps4u.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracleapps4u.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracleapps4u.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracleapps4u.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracleapps4u.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=8&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracleapps4u.wordpress.com/2009/07/28/profile-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b39eec0c6b69dfeae85dd1b68998954e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amreshblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Profiles</title>
		<link>http://oracleapps4u.wordpress.com/2009/07/28/profiles/</link>
		<comments>http://oracleapps4u.wordpress.com/2009/07/28/profiles/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 08:41:36 +0000</pubDate>
		<dc:creator>amreshblog</dc:creator>
				<category><![CDATA[profiles]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[oracle apps]]></category>

		<guid isPermaLink="false">http://oracleapps4u.wordpress.com/?p=6</guid>
		<description><![CDATA[Profile : Profile is one of the changable option it will change the way of application execution. When User Log in to the application and select the the resp or Appl system will automatically captures all the profile value as per the profile values application will run. Ex: If client have three Organizations 1)Hyd 2)Ban [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=6&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Profile :<br />
Profile is one of the changable option it will change the way of<br />
application execution.</p>
<p>When User Log in to the application and select the the resp or Appl<br />
system will automatically captures all the profile value as per the<br />
profile values application will run.</p>
<p>Ex: If client have three Organizations 1)Hyd<br />
2)Ban<br />
3)Chn<br />
If &#8220;hyd&#8221; users connect to the Application system will retrive the<br />
data from database which is related to the Hyderabad branch.<br />
If user is working for &#8216;CHN&#8217; brnach then chennai branch setups or data<br />
will be retrieved.</p>
<p>For every user we will assign the Profile value</p>
<p>Ex: Operation</p>
<p>Position &#8211; Profile Name<br />
Profile Values<br />
&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Manager<br />
Supervisior<br />
Clerk<br />
Operator<br />
Trainess</p>
<p>When we want assign any profile value we have four levels<br />
we have to select any one of the level.</p>
<p>Profile Level            Profile  Profile Value<br />
&#8212;&#8212;&#8212;&#8212;-            &#8212;&#8212;-  &#8212;&#8212;&#8212;&#8212;&#8211;<br />
User        - OPERATIONS -  Print  &#8211; 10(This is for for Operations)<br />
Responsibility  &#8211; 22Responsi -  Print  -  5(This is for 22resp users)<br />
Application     &#8211; GL Applica -  Print  -  4(This is for GL App Users)<br />
Site        - &#8212;        -  Print  -  2(This is for ALL Users)</p>
<p>Site : this is lowest level to assign the Profile values site values<br />
are applicable for all the users.when we install Application by default<br />
site level values will be assigned.</p>
<p>Application: These values are applicable for the users who are having<br />
the access for the application. If user is eligible for both<br />
application and site level values then application level value will<br />
override the site level value.</p>
<p>Responsibility:We will select the responsibility name assign the value<br />
which is applicalbe only for the users who are having the access for<br />
specified responsibility.</p>
<p>Responsibility level value will override both application and site<br />
level values.</p>
<p>User: This is highest level in the profile option.<br />
we will select the user name and assign the profile value which is<br />
applicable only for this user.<br />
User level value will override all other profile level values.</p>
<p>Diff between Application and Responsibility:<br />
============================================<br />
Both are Group of Forms(Menu)<br />
Group of ConcurrentPrograms(Request Group)<br />
Group of Users (Data group)<br />
But Application as per the Business functionality requirement<br />
Responsibility will group as per the position requirement.</p>
<p>Some of the Imp Profile Names:</p>
<p>GL:Set Of Books<br />
MO:Operating Unit<br />
Hr:Business Groups<br />
MFG_ORGANIZATION_ID<br />
USER_ID<br />
RESP_ID<br />
USERNAME<br />
RESP_NAME and so on&#8230;&#8230;&#8230;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracleapps4u.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracleapps4u.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracleapps4u.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracleapps4u.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracleapps4u.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracleapps4u.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracleapps4u.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracleapps4u.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracleapps4u.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracleapps4u.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracleapps4u.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracleapps4u.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracleapps4u.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracleapps4u.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=6&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracleapps4u.wordpress.com/2009/07/28/profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b39eec0c6b69dfeae85dd1b68998954e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amreshblog</media:title>
		</media:content>
	</item>
		<item>
		<title>User Creation</title>
		<link>http://oracleapps4u.wordpress.com/2009/07/28/hello-world/</link>
		<comments>http://oracleapps4u.wordpress.com/2009/07/28/hello-world/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 08:10:07 +0000</pubDate>
		<dc:creator>amreshblog</dc:creator>
				<category><![CDATA[User Creation]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[oracle apps]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Creation of New User: 1)Open the internet Explorer connect to Oracle Applications 2)Enter the         User Name  :OPERATIONS Password   :WELCOME 3)Select the Responsibility called &#8216;System Administrator&#8217; 4)Open the User form. Security =&#62; User =&#62;Define 5)Enter User Name and Password attach the Responsibilities whatever we required for ex System Administrator Application Developer 6)Exit from the Appication File [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=1&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Creation of New User:</p>
<p>1)Open the internet Explorer connect to Oracle Applications<br />
2)Enter the         User Name  :OPERATIONS<br />
Password   :WELCOME<br />
3)Select the Responsibility called &#8216;System Administrator&#8217;<br />
4)Open the User form.<br />
Security =&gt; User =&gt;Define</p>
<p>5)Enter User Name and Password attach the Responsibilities whatever we required<br />
for ex System Administrator<br />
Application Developer</p>
<p>6)Exit from the Appication<br />
File =&gt; Exit Oracle Applications</p>
<p>7)Connect to Oracle apps enter new user name password system will shows the message<br />
like  &#8216;Password Has Expired&#8217;</p>
<p>8)Enter the New Password Press Ok Button</p>
<p>Short Cuts:<br />
===========</p>
<p>1)To Query All the Records Press CTRL+F11<br />
2)To Query Specific Records<br />
i)Open the Form<br />
ii)Press F11    (Form will comes into Query mode)<br />
iii)Enter Search Criteria in any field<br />
iV)Press CTRL+F11<br />
3)To Close Form = F4<br />
5)To Save the Records CTRL+S</p>
<p>Effective Date From and To:<br />
===========================</p>
<p>In most of the Oracle Application forms we will find two field like<br />
Effective Date From<br />
Effective Date To</p>
<p>In some of the forms once we create records and save. We can not delete from database<br />
that time we can go for Disable/Enable the record by using these two fields</p>
<p>Finding Table NameS/Column Names:<br />
=================================</p>
<p>1)Help =&gt; Record History which will shows the Table Name<br />
2)Help Menu=&gt;Diagnastics=&gt;Examine=&gt;Enter the Password(APPS)=&gt;We can find the Column Name</p>
<p>WHO Columns:<br />
=============</p>
<p>WHO Column Will be used to find out the History of the record<br />
we can find from front End Also<br />
Help=&gt;Record History</p>
<p>CREATED_BY      &#8211; Which User has created the Record(Userid)<br />
CREATION_DATE   &#8211; at what time user has created (SYSDATE)<br />
LAST_UPATED_BY   -Which User has updated recentley(UserID)<br />
LAST_UPDATE_DATE -at what time user has Updated (SYSDATE)</p>
<p>LAST_LOGON_DATE &#8211; At what time user last Login Time</p>
<p>Find the Login UserName:<br />
==========================<br />
Help Menu=&gt;About Oracle Applications</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracleapps4u.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracleapps4u.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracleapps4u.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracleapps4u.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracleapps4u.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracleapps4u.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracleapps4u.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracleapps4u.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracleapps4u.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracleapps4u.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracleapps4u.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracleapps4u.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracleapps4u.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracleapps4u.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracleapps4u.wordpress.com&amp;blog=8763971&amp;post=1&amp;subd=oracleapps4u&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracleapps4u.wordpress.com/2009/07/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b39eec0c6b69dfeae85dd1b68998954e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amreshblog</media:title>
		</media:content>
	</item>
	</channel>
</rss>
