<?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>Blogging About Oracle Applications &#187; S Aytemir</title>
	<atom:link href="http://bloggingaboutoracleapplications.org/author/sener/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingaboutoracleapplications.org</link>
	<description>Blogging about Oracle Applications</description>
	<lastBuildDate>Fri, 11 May 2012 17:30:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<atom:link rel='hub' href='http://bloggingaboutoracleapplications.org/?pushpress=hub'/>
		<item>
		<title>PeopleSoft Quick-Tip: Find navigationpath of a component</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-quick-tip-find-navigationpath-of-a-component/</link>
		<comments>http://bloggingaboutoracleapplications.org/peoplesoft-quick-tip-find-navigationpath-of-a-component/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 07:04:24 +0000</pubDate>
		<dc:creator>S Aytemir</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[peoplesoft]]></category>
		<category><![CDATA[PeopleTools 8.50 Hints & Tips]]></category>
		<category><![CDATA[PLSQL]]></category>
		<category><![CDATA[QuickTip]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/peoplesoft-for-dummies-chapter-2-the-peoplesoft-internet-architecture/</guid>
		<description><![CDATA[Getting lost while searching for the correct navigation path of a (custom) page or component? Here is a quick tip to get a a breadcrumbs description of the navigation path of a specific component: DECLARE CURSOR c_comp (p_comp IN VARCHAR2) IS SELECT DISTINCT portal_prntobjname FROM psprsmdefn WHERE portal_uri_seg2 = p_comp AND portal_cref_usgt = 'TARG'; CURSOR [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-quicktip-find-all-objects-projects/' rel='bookmark' title='PeopleSoft Quick-Tip: Find all objects in a project'>PeopleSoft Quick-Tip: Find all objects in a project</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/debugging-component-interfaces-from-peoplecode/' rel='bookmark' title='Debugging Component Interfaces from PeopleCode'>Debugging Component Interfaces from PeopleCode</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/older-peoplesoft-and-web-20-step-2/' rel='bookmark' title='Older PeopleSoft and Web 2.0 Step 2'>Older PeopleSoft and Web 2.0 Step 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/peoplesoft-quick-tip-find-navigationpath-of-a-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft Quick-Tip: Find all objects in a project</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-quicktip-find-all-objects-projects/</link>
		<comments>http://bloggingaboutoracleapplications.org/peoplesoft-quicktip-find-all-objects-projects/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 07:03:59 +0000</pubDate>
		<dc:creator>S Aytemir</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[peoplesoft]]></category>
		<category><![CDATA[PeopleTools 8.50 Hints & Tips]]></category>
		<category><![CDATA[PLSQL]]></category>
		<category><![CDATA[QuickTip]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/peoplesoft-for-dummies-chapter-1-introduction/</guid>
		<description><![CDATA[Just a SQL quick-tip for an overview of all the objects in your project. This is one possible SQL statement to get the PeopleSoft objects from your PeopleSoft project: SELECT (CASE OBJECTTYPE WHEN 0 THEN 'Record' WHEN 1 THEN 'Index' WHEN 2 THEN 'Field' WHEN 3 THEN 'Field Format' WHEN 4 THEN 'Translate Value' WHEN [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-quick-tip-find-navigationpath-of-a-component/' rel='bookmark' title='PeopleSoft Quick-Tip: Find navigationpath of a component'>PeopleSoft Quick-Tip: Find navigationpath of a component</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/integration-peoplesoft-%e2%80%93-jobpartners-activerecruiter/' rel='bookmark' title='Integration PeopleSoft – JobPartners ActiveRecruiter'>Integration PeopleSoft – JobPartners ActiveRecruiter</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-applications-portal-91-feature-pack-1/' rel='bookmark' title='PeopleSoft Applications Portal 9.1 Feature Pack 1'>PeopleSoft Applications Portal 9.1 Feature Pack 1</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/peoplesoft-quicktip-find-all-objects-projects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ultimate Oracle source collection: part III, E-Business Suite</title>
		<link>http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-ebusiness-suite/</link>
		<comments>http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-ebusiness-suite/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 10:00:02 +0000</pubDate>
		<dc:creator>S Aytemir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[Oracle EBS]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=693</guid>
		<description><![CDATA[After the &#8216;ultimate collection&#8217; of PeopleSoft and Siebel, this last post in the series is an &#8216;ultimate collection&#8217; of E-Business Suite (re)sources. E-Business Suite Wiki: E-Business Suite Wiki by Oracle Product tagged E-Business Suite : Siebel related products from the Oracle Mix Social Network Ideas tagged E-Business Suite: Ideas about E-Business Suite via the Oracle [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-part-ii-siebel/' rel='bookmark' title='Ultimate Oracle source collection: part II, Siebel'>Ultimate Oracle source collection: part II, Siebel</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-part-i-peoplesoft/' rel='bookmark' title='Ultimate Oracle source collection: part I, PeopleSoft'>Ultimate Oracle source collection: part I, PeopleSoft</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/integration-oracle-apex-with-e-business-suite/' rel='bookmark' title='Integration Oracle Apex with E-Business Suite'>Integration Oracle Apex with E-Business Suite</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-ebusiness-suite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Oracle source collection: part II, Siebel</title>
		<link>http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-part-ii-siebel/</link>
		<comments>http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-part-ii-siebel/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 13:23:24 +0000</pubDate>
		<dc:creator>S Aytemir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[best of]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[Siebel]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=606</guid>
		<description><![CDATA[The second in the &#8216;ultimate collection&#8217; series is full of Siebel (re)sources. Note, that you might need an Metalink/Oracle Support account for some links! Links by Oracle self: The Complete CRM Blog: THE place to find out what&#8217;s new and what&#8217;s happening with the Oracle CRM product line. Siebel Customer Relationship Management (CRM) Applications: General [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-ebusiness-suite/' rel='bookmark' title='Ultimate Oracle source collection: part III, E-Business Suite'>Ultimate Oracle source collection: part III, E-Business Suite</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-part-i-peoplesoft/' rel='bookmark' title='Ultimate Oracle source collection: part I, PeopleSoft'>Ultimate Oracle source collection: part I, PeopleSoft</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/bi-publisher-and-siebel-new-and-improved/' rel='bookmark' title='BI Publisher and Siebel, new and improved!'>BI Publisher and Siebel, new and improved!</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/ultimate-oracle-source-collection-part-ii-siebel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle buys Sun Microsystems</title>
		<link>http://bloggingaboutoracleapplications.org/oracle-buys-sun-microsystems/</link>
		<comments>http://bloggingaboutoracleapplications.org/oracle-buys-sun-microsystems/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 15:07:39 +0000</pubDate>
		<dc:creator>S Aytemir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=314</guid>
		<description><![CDATA[What IBM couldn&#8217;t (or wouldn&#8217;t) do, Oracle just did (or wanted more): buying the billions of dollars worth Sun Microsystems during the current crisis: for&#8230;7.4 billion dollars! Although both companies have a lot of overhead in software and hardware, especially Java and Solaris will be very important for Oracle: the Fusion Middleware is heavily leaning [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/oracle-extends-fusion-applications-availability-windows/' rel='bookmark' title='Oracle extends Fusion Applications availability to Windows'>Oracle extends Fusion Applications availability to Windows</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/oracle-apps-competence-development/' rel='bookmark' title='Oracle Apps Competence Development'>Oracle Apps Competence Development</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/fusion-applications-how-we-look-at-the-near-future/' rel='bookmark' title='Fusion Applications &#8211; How we look at the near future'>Fusion Applications &#8211; How we look at the near future</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/oracle-buys-sun-microsystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch out: your colleague is ‘stealing’ your code!</title>
		<link>http://bloggingaboutoracleapplications.org/watch-out-your-colleague-is-%e2%80%98stealing%e2%80%99-your-code/</link>
		<comments>http://bloggingaboutoracleapplications.org/watch-out-your-colleague-is-%e2%80%98stealing%e2%80%99-your-code/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:05:28 +0000</pubDate>
		<dc:creator>S Aytemir</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[peoplesoft]]></category>
		<category><![CDATA[peopletools]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/watch-out-your-colleague-is-%e2%80%98stealing%e2%80%99-your-code/</guid>
		<description><![CDATA[Imagine this; you open your recently saved project in PeopleSoft Application Designer and…all of your precious code has vanished! Your first thought might be “Well at last something exciting is finally happening on my (in general boring) office jobs!”. And your second thought should be “What the **** happened to my precious peoplecode!?”. The answer [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/importing-creatint/' rel='bookmark' title='Importing departments and creating the Department Tree'>Importing departments and creating the Department Tree</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/release-peoplesoft-9-1-and-peopletools-8-50-effort-to-implement-the-wow/' rel='bookmark' title='Release PeopleSoft 9.1 and PeopleTools 8.50: Effort to implement the Wow'>Release PeopleSoft 9.1 and PeopleTools 8.50: Effort to implement the Wow</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peopletools-and-oracle-11g-installation-issues/' rel='bookmark' title='PeopleTools and Oracle 11g installation issues'>PeopleTools and Oracle 11g installation issues</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/watch-out-your-colleague-is-%e2%80%98stealing%e2%80%99-your-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

